-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
dotnet/aspnetcore
#49385Labels
Description
With .NET 8 Preview 3, I’m seeing the following dotnet.generated.invalid node show up in the sources tab of the browser dev tools when running a new Blazor WebAssembly app:
I don't see any other errors in the browser dev console.
Repro steps:
- Install .NET 8 Preview 3 SDK
dotnet new blazorwasmdotnet run- Open the browser dev tools and look at the Source tab
Expected result:
- No dotnet.generated.invalid node
- Jiterpreter generated wasm modules are shown
Actual result:
- A dotnet.generated.invalid node shows up
- No generated wasm modules shown
