It has worked well in past, but since a while Hot Reload doesn't work to me in Visual Studio 2022 - C#
No matter what change I made it says 'No code changes were found' and obviously changes made are not being honoured
Im running app in debug mode, solution has debug config Below my settings.
Any idea how to make this working again? I very miss this feature... :(
dotnet watch run
which does seem to work fine with hot reload even though CTRL F5 doesn't. Right click the project and selectOpen in terminal
that will open the Developer Powershell where you can run the command. – Schaerbeek