Hot Reload application changes during development inner-loop from the .NET CLI #33826
Closed
4 of 5 tasks
Labels
area-commandlinetools
Includes: Command line tools, dotnet-dev-certs, dotnet-user-jwts, and OpenAPI
feature-hot-reload
This issue is related to the Hot Reload feaature
Milestone
This epic covers all scenarios relating to supporting Hot Reload and associated experiences (including auto-build, auto-restart, etc.) from the .NET CLI in .NET 6.
User Stories & Issues
dotnet watch run
supports applying code changes to a running app via Hot Reloaddotnet watch run
is configurable with regards to its behavior when source changes are detecteddotnet watch run
applies project-type-specific defaults for its behavior when source changes are detecteddotnet run --watch
is an alias for/equivalent todotnet watch run
dotnet watch run
behavior can be interactively controlled from the command line while it is activeThe text was updated successfully, but these errors were encountered: