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
If I do an
@await Html.RenderAsync("ItemThatDoesNotExist.cshtml")then I get an error as expected, but when I fix it thewatchdoesn'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