Skip to content

Instantly share code, notes, and snippets.

@pferreirafabricio
Created November 30, 2023 16:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pferreirafabricio/a66e7b639400aa64d05b0f8f5606cc12 to your computer and use it in GitHub Desktop.
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
$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