We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey MS,
Based on the Environment file, I can see within the VS2022 Assembly System.Runtime.Extensions, Version=4.2.1.0
The Environment class doesn't seem to have SetVariable method. Instead, it now has a method called SetEnvironmentVariable
Environment
SetVariable
SetEnvironmentVariable
So I think the document needs to be updated from
Environment.SetVariable("WEBVIEW2_DEFAULT_BACKGROUND_COLOR", "FF000000");
to
Environment.SetEnvironmentVariable("WEBVIEW2_DEFAULT_BACKGROUND_COLOR", "FF000000");
⚠ Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.
AB#46971236
The text was updated successfully, but these errors were encountered:
Thanks so much for reporting this and providing a PR to fix it!
Sorry, something went wrong.
Thanks for the opportunity 😁
Successfully merging a pull request may close this issue.
Hey MS,
Based on the Environment file, I can see within the VS2022 Assembly System.Runtime.Extensions, Version=4.2.1.0
The
Environment
class doesn't seem to haveSetVariable
method. Instead, it now has a method calledSetEnvironmentVariable
So I think the document needs to be updated from
to
Document Details
⚠ Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.
AB#46971236
The text was updated successfully, but these errors were encountered: