Last active
October 3, 2023 20:51
-
-
Save HamidMolareza/27c5bcee066c91eef0b1604346912db6 to your computer and use it in GitHub Desktop.
Run dotnet in Watching mode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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