Am I missing something? I am running VS 2022 version 17.0.5. When I run my ASP.Net core MVC project (TargetFramework: net5.0) nothing happens when I change the cshtml for the current page. I've tried setting Hot Reload on File Save (under the Hot Reload button in the VS toolbar). I've tried reloading the page in the web browser. Nada. The page source and the HTML displayed in the F12 debugger remain unchanged even though I've changed the HTML in the view and saved the changes.
I did some Google searching and found a closed/resolved GitHub issue for exactly this problem. I submitted a new issue (https://github.com/dotnet/aspnetcore/issues/39508)