filmov
tv
Using dotnet watch in Visual Studio

Показать описание
With dotnet watch command you can run you application and watch for any changes in server-side code. dotnet watch then rebuilds your project, restart the server and you can see the results of your work with minimum effort. this is how you enable dotnet watch profile in visual studio.