Skip to content

Instantly share code, notes, and snippets.

@codehaks
Created November 23, 2020 07:32
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save codehaks/b4a107db2b27537a5f24ef2dd3ed5bbe to your computer and use it in GitHub Desktop.
Save codehaks/b4a107db2b27537a5f24ef2dd3ed5bbe to your computer and use it in GitHub Desktop.
dotnet watch 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