Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Defend against a missing WindowsRegistry service #29068

Merged
merged 2 commits into from
May 9, 2024

Commits on May 8, 2024

  1. Add more diagnostics to native services error message

    enabled is true when we think native-platform should be used.
    os is the currently detected OS.
    big-guy committed May 8, 2024
    Configuration menu
    Copy the full SHA
    591afee View commit details
    Browse the repository at this point in the history
  2. Defensively protect against a broken WindowsRegistry service

    Native-platform is sometimes unavailable.  Without native-platform, we're
    unable to look-up things from the Windows registry.
    big-guy committed May 8, 2024
    Configuration menu
    Copy the full SHA
    1749f57 View commit details
    Browse the repository at this point in the history