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.151.27
- V3 Sept prerelease C# DK: 3.31.218
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
- Verify the project runs successfully > Stop the project > Close all VS Code programs
- Open again VS Code > Create .NET Project > Blazor WebAssembly Standalone App
- Build project successfully. > F5 to run the project
ACTUAL
After running the first project successfully, the succeeding Blazor WebAssembly Standalone App projects won't run successfully and will encounter the following errors/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
ACTUAL
After running the first project successfully, the succeeding Blazor WebAssembly Standalone App projects won't run successfully and will encounter the following errors/warnings:
Run via "Start new Instance"
Logs:
Run via "Start without Debugging"
EXPECTED
Blazor WebAssembly Standalone App templates will consistently run successfully