REGRESSION INFO: In May Prerelease 10 (C# Dev Kit 3.31.199 and C# 2.149.34) #3366 will be encountered
INSTALL STEPS
- OS: windows x64
- Install the SDK 10.0.401
- Install VS Code insiders - 1.137.0
- V3 Sept prerelease C#: [2.152.10]
- V3 Sept prerelease C# Dev Kit: [3.33.195]
REPRO STEPS
- Make sure enable "[Experimental] Enables C# Hot Reload while debugging"
- Open VS Code > Create .NET Project > Blazor WebAssembly Standalone App
- Build project successfully. > F5 to run the project
Note:
- In SDK 10.0.400, the first project will run successfully, however the succeeding WASM project will encounter the issue
ACTUAL
Project will not run and will encounter the following warnings:
Run via "Start new Instance"
Logs:
The target process exited without raising a CoreCLR started event. Ensure that the target process is configured to use .NET Core. This may be expected if the target process did not run on .NET Core.
Run via "Start without Debugging"

Logs:
A fatal error was encountered. The library 'hostpolicy.dll' required to execute the application was not found in 'C:\Users\v-jbolocon\BlazorApp3\BlazorApp3\bin\Debug\net10.0\'.
Failed to run as a self-contained app.
- The application was run as a self-contained app because 'C:\Users\v-jbolocon\BlazorApp3\BlazorApp3\bin\Debug\net10.0\BlazorApp3.runtimeconfig.json' did not specify a framework.
- If this should be a framework-dependent app, specify the appropriate framework in 'C:\Users\v-jbolocon\BlazorApp3\BlazorApp3\bin\Debug\net10.0\BlazorApp3.runtimeconfig.json'.
EXPECTED
Blazor WebAssembly Standalone App templates will consistently run successfully
REGRESSION INFO: In May Prerelease 10 (C# Dev Kit 3.31.199 and C# 2.149.34) #3366 will be encountered
INSTALL STEPS
REPRO STEPS
Note:
ACTUAL
Project will not run and will encounter the following warnings:
Run via "Start new Instance"
Logs:
Run via "Start without Debugging"
EXPECTED
Blazor WebAssembly Standalone App templates will consistently run successfully