Skip to content

Instantly share code, notes, and snippets.

@mirmostafa
Created February 12, 2021 04:06
Show Gist options
  • Save mirmostafa/6c6a0fe8b59500b4cae2d5ae1144ccb2 to your computer and use it in GitHub Desktop.
Save mirmostafa/6c6a0fe8b59500b4cae2d5ae1144ccb2 to your computer and use it in GitHub Desktop.
dotnet Watch in Visual Studio
"Watch": {
"commandName": "Executable",
"executablePath": "dotnet.exe",
"workingDirectory": "$(ProjectDir)",
"commandLineArgs": "watch run",
"launchBrowser": true,
"launchUrl": "https://localhost:5001;http://localhost:5000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"ASPNETCORE_HOSTINGSTARTUPASSEMBLIES": "Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation"
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment