Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hot reload Blazor + ASP.Net Core Hosted partially works #32993

Open
sajrashid opened this issue May 25, 2021 · 0 comments
Open

Hot reload Blazor + ASP.Net Core Hosted partially works #32993

sajrashid opened this issue May 25, 2021 · 0 comments

Comments

@sajrashid
Copy link

@sajrashid sajrashid commented May 25, 2021

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

  • ASP.NET Core version
  • Include the output of dotnet --info
  • The IDE (VS / VS Code/ VS4Mac) you're running on, and its version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant