How to enable Hot Reload in ASP.NET Core 7 web site project
I’m looking to enable Hot Reload to hopefully allow edits to *.cs
and/or *.cshtml
files without restarting debug cycle.
I’m looking to enable Hot Reload to hopefully allow edits to *.cs
and/or *.cshtml
files without restarting debug cycle.