Blazor WebAssembly Standalone does not launch with .NET 6 Preview3 #31791
Labels
area-networking
Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions
feature-iis
Includes: IIS, ANCM
✔️ Resolution: Duplicate
Resolved as a duplicate of another issue
Needs: Attention 👋
This issue needs the attention of a contributor, typically because the OP has provided an update.
Status: Resolved
Describe the bug
Blazor WebAssembly Fails to launch with default hosting model (InProcess) after migrating to .NET6 Preview 3. This is working with .NET5.0.
To Reproduce
No custom code is needed to reproduce. Just create a new Blazor WebAssembly Standalone project from Visual Studio 2019.
Build it and run
You will getting the InProcess error,
Switch Project back to .NET5.0, everything works
Further technical details
The text was updated successfully, but these errors were encountered: