Refresh ASP.NET Core Project without Project Reload:

PHOTO EMBED

Sat Mar 09 2024 13:41:45 GMT+0000 (Coordinated Universal Time)

Saved by @abhikash01

Add Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation NuGet package to the project

Add the following in Startup.cs/Program.cs:

services.AddControllersWithViews().AddRazorRuntimeCompilation();
content_copyCOPY