I just installed Visual studio2022 and create a project.NET6 web application with Razor page. But I found that Hot re-load doesn't work even for little changes("TEST" to "TEST1" in screenshot) on Index.cshtml but error popup said "Edits were made which cannot be compiled. So I had to re-build the project to see the changes. But somehow it works when I use start without debugging.
Could anyone please help on this.
- currently I have both VS2019 and VS2022 installed on my laptop.