.NET Core 3.0 - Preview 2 - Razor views don't automatically recompile on change
问题 According to https://docs.microsoft.com/en-us/aspnet/core/mvc/views/view-compilation?view=aspnetcore-3.0 by default razor views should recompile on change on local environments for asp.net core 3.0. However, my project doesn't do this locally. If I change a view and refresh when I'm debugging locally, the change does not reflect. I have to stop the solution, re-run, and then see the change. I am doing this on a default ASP.NET Core Web Application template on Visual Studio 2019 with asp.net