-
Notifications
You must be signed in to change notification settings - Fork 25.2k
[Pre3] Blazor WASM fingerprinting and environment property #35057
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
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
A rename is coming your way dotnet/sdk#47915 |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This has the updates on it now. I split the BWA guidance from the standalone WASM guidance. |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
|
||
### Set the environment in standalone Blazor WebAssembly apps | ||
|
||
The `Properties/launchSettings.json` file is no longer used to control the environment in standalone Blazor WebAssembly apps. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@maraf This makes it sound like we made a breaking change here. Is the only impact on how you set the environment for standalone Blazor WebAssembly apps during development? Or is there also impact on existing ASP.NET Core hosted apps?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only standalone mode during development affected
Co-authored-by: Daniel Roth <[email protected]>
@danroth27 @maraf ... Are we good to go on this one?
That should wrap up Pre3 work, but I'll check one more time to see if I missed anything. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me 👍
Thank you!
Fixes #35023
Addresses #34948
Addresses #34437
Fixes #35075
Covering two Blazor WASM features now on this PR ...
<WasmApplicationEnvironmentName>
to set the environmentInternal previews