Created
November 30, 2023 16:24
-
-
Save pferreirafabricio/a66e7b639400aa64d05b0f8f5606cc12 to your computer and use it in GitHub Desktop.
🔥 How to make .NET stop asking if you want to reload when you made a change
This file contains 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
$env:DOTNET_WATCH_RESTART_ON_RUDE_EDIT = 1 | |
# Or | |
dotnet watch run --non-interactive |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment