Skip to content

oiBio/BlazorHotReloadIssue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BlazorHotReloadIssue

Sample Repo to reproduce slow behavior in VS2022 vs dotnet watch

Steps to reproduce

  1. Open project with VS2022 - with enabled hot reload

  2. Start project with launch profile "BlazorApp4"

  3. Edit index.razor (change/add text or anything else)

  4. Press Hot-Reload-Button in Navbar

  5. See changes in Browser after 50 to 160 seconds

  6. Repeat 3. - 4. to see subsequent change timings (50 to 160 seconds)

  7. Stop project

  8. Start with launch profile "With dotnet watch" or simply start project with "dotnet watch run"

  9. Edit index.razor (change/add text or anything else)

  10. Save File to trigger dotnet watch

  11. See changes in Browser after 10 to 20 seconds

  12. Repeat 10. - 11. to see subsequent change timings (~1 second)

About

Sample Repo to reproduce slow behavior in VS2022 vs dotnet watch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages