You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dotnet watch enthusiasts will know that the need to send CTRL-R to the application console arises pretty frequently while working on apps running under dotnet watch. (Even when DOTNET_WATCH_RESTART_ON_RUDE_EDIT=1 is set). There are many situations which fall somewhere between "hot reloaded successfully" and "rude-edit detected and caused restart", and CTRL-R is the most efficient way through these.
What is the proper way to do the equivalent while running under Aspire? Doing a restart in the Aspire dashboard does not really seem to do the same thing - it seems like a much heavier restart than CTRL-R.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
dotnet watch
enthusiasts will know that the need to send CTRL-R to the application console arises pretty frequently while working on apps running under dotnet watch. (Even whenDOTNET_WATCH_RESTART_ON_RUDE_EDIT=1
is set). There are many situations which fall somewhere between "hot reloaded successfully" and "rude-edit detected and caused restart", and CTRL-R is the most efficient way through these.What is the proper way to do the equivalent while running under Aspire? Doing a restart in the Aspire dashboard does not really seem to do the same thing - it seems like a much heavier restart than CTRL-R.
Beta Was this translation helpful? Give feedback.
All reactions