statiqdev / Statiq.Web

Statiq Web is a flexible static site generator written in .NET.
https://statiq.dev/web
Other
1.64k stars 234 forks source link

Hot reload stops working after a compiler error #999

Open mrpmorris opened 1 year ago

mrpmorris commented 1 year ago

If I do an @await Html.RenderAsync("ItemThatDoesNotExist.cshtml") then I get an error as expected, but when I fix it the watch doesn't pick it up and it remains an error until I abort the process and restart.

https://github.com/Blazor-University/blazor-university-com/blob/main/Run.ps1