REGRESSION INFO: Works well on 10.0/9.0/8.0
INSTALL STEPS:
- Clean Win11 x64 25h2 ENU
- Install the VS 18.3
- Install the .NET 11.0 Preview 1 SDK: https://aka.ms/dotnet/11.0.1xx/daily/dotnet-sdk-win-x64.exe
- Add feed
Platform
Repro Steps
- Install WebAssembly Browser App template via command:
dotnet workload install wasm-experimental
- Run
dotnet new wasmbrowser -o WasmBrowser to create a wasm browser project
- Open the project in VS
- Run the project (F5)
Actual Result
Failed to run the project with error "A fatal error has occurred loading the metadata for 'System.Private.CoreLib.dll'"
Note
- This issue does not repro on
Ctrl + F5
- This issue does not reproduce on 10.0/9.0/8.0 wasm browser project.
- This issue does not repro on Blazor web project.
Error Log
A fatal error has occurred loading the metadata for 'System.Private.CoreLib.dll' and debugging needs to be terminated. The operation failed because the debugger could not get the metadata.
REGRESSION INFO: Works well on 10.0/9.0/8.0
INSTALL STEPS:
Platform
Repro Steps
dotnet workload install wasm-experimentaldotnet new wasmbrowser -o WasmBrowserto create a wasm browser projectActual Result
Failed to run the project with error "A fatal error has occurred loading the metadata for 'System.Private.CoreLib.dll'"
Note
Ctrl + F5Error Log