关于[How to make ASP.NET Core compile modified views]的摘要:
ASP.NET Core 3.0 applications doesn’t build views automatically by default when changes are made. Views are built when application compiles and this is expected final state for views. It’s still possible to make ASP.NET Core application build views when changes are made. Most popular case is when application is running on Visual Studio and we are working on cosmetics of view.
原文地址: https://gunnarpeipman.com/aspnet-core-compile-modified-views/