When building a .NET 9 project with .NET SDK 9.0.304 and 10.0.100-rc1 installed, the build fails with the following error: Error: C:\Program Files\dotnet\sdk\10.0.100-rc.1.25451.107\Sdks\Microsoft.NET ...
I noticed something weird for release builds in Blazor WASM .net10-rc1 published apps. First lets see what happens on net9.0. In net9.0 if you publish an Blazor WASM app, the app will load on the very ...