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.