Skip to content

Instantly share code, notes, and snippets.

@HamidMolareza
Last active October 3, 2023 20:51
Show Gist options
  • Save HamidMolareza/27c5bcee066c91eef0b1604346912db6 to your computer and use it in GitHub Desktop.
Save HamidMolareza/27c5bcee066c91eef0b1604346912db6 to your computer and use it in GitHub Desktop.
Run dotnet in Watching mode
"httpsWatch": {
"commandName": "Executable",
"executablePath": "dotnet",
"workingDirectory": "$(ProjectDir)",
"hotReloadEnabled": true,
"commandLineArgs": "watch run",
"applicationUrl": "http://localhost:5082",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment