Hot Reload most fails to work in WebAssemby (ASP.NET Core Hosted).
To Reproduce
Create Blazor WebAssembty App > Tick ASP.NET Core Hosted > Create
add "hotReloadProfile": "aspnetcore", to launchSetting.json in the Server Project > Test Hot reload >
update HTML : Fails (have to stop & restart "dotnet run")
Update c# :Fails (Works if I manually refresh on some code)
Add "hotReloadProfile": "blazorwasm", to launchSetting.json in the Client Project > Test Hot reload
update HTML : Fails (have to stop & restart "dotnet run"
Update c# :Fails (have to stop & restart "dotnet run")
Remove "hotReloadProfile": "blazorwasm" from launchSetting.json in the Client Project
update HTML : Fails (have to stop & restart "dotnet run")
Update c# :Fails (Works if I manually refresh on some code)
Exceptions (if any)
Further technical details
ASP.NET Core version
Include the output of dotnet --info
The IDE (VS / VS Code/ VS4Mac) you're running on, and its version
The text was updated successfully, but these errors were encountered:
Describe the bug
Hot Reload most fails to work in WebAssemby (ASP.NET Core Hosted).
To Reproduce
Create Blazor WebAssembty App > Tick ASP.NET Core Hosted > Create
add "hotReloadProfile": "aspnetcore", to launchSetting.json in the Server Project > Test Hot reload >
update HTML : Fails (have to stop & restart "dotnet run")
Update c# :Fails (Works if I manually refresh on some code)
Add "hotReloadProfile": "blazorwasm", to launchSetting.json in the Client Project > Test Hot reload
update HTML : Fails (have to stop & restart "dotnet run"
Update c# :Fails (have to stop & restart "dotnet run")
Remove "hotReloadProfile": "blazorwasm" from launchSetting.json in the Client Project
update HTML : Fails (have to stop & restart "dotnet run")
Update c# :Fails (Works if I manually refresh on some code)
Exceptions (if any)
Further technical details
dotnet --info
The text was updated successfully, but these errors were encountered: