You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
If I do an
@await Html.RenderAsync("ItemThatDoesNotExist.cshtml")
then I get an error as expected, but when I fix it thewatch
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
The text was updated successfully, but these errors were encountered: