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) |
guardrex
left a comment
There was a problem hiding this comment.
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