-
Notifications
You must be signed in to change notification settings - Fork 25.2k
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
Change Blazor WASM compression flag #30214
Conversation
Corrected documentation to reflect the compression flag name change from BlazorEnableCompression to CompressionEnabled as described here dotnet/aspnetcore#50451
Thanks for this, @LostBeard. Indeed, it wasn't on the 8.0 roadmap, so it wasn't tracked for doc updates. When I hear back from Mackinnon on what version the change applies to, I can proceed with the versioning of the guidance. |
@MackinnonBuck ... I need to confirm that the change for MS Build property |
Ah. I just tested .Net 6 and .Net 7 BlazorWASM projects and the flag has changed to CompressionEnabled in both of those versions also. |
Depends on how you test. Can't merely target the app's framework. I think the vintage SDK has to be used. Javier just said 'Yes" to the question I deleted there about it only applying to the .NET 8 or later SDK. dotnet/aspnetcore#50451 (comment) |
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.
Thanks again, @LostBeard! 🚀
@guardrex Ah. That is interesting. Thank you for the info and the update. |
Corrected documentation to reflect the compression flag name change from BlazorEnableCompression to CompressionEnabled as described here dotnet/aspnetcore#50451 (comment)
Fixes #30213
Internal previews