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
In Hotreload, the debugger will try to restart the project when there is rude edit.
However, when restarting project, it was restarted using the current active profile instead of the one that it got launched in previous debug session, which is unexpected when user switches profiles sometime between the last debug session and apply hotreload with rude edit
Steps to Reproduce
create an console app with two profiles (profile A and profile B)
start app with profile A, making some rude edits
switch to profile B
apply hotreload restart
the console app is started with profile B instead of A
Expected Behavior
console app restarted with profile A
The text was updated successfully, but these errors were encountered:
Visual Studio Version
main
Summary
In Hotreload, the debugger will try to restart the project when there is rude edit.
However, when restarting project, it was restarted using the current active profile instead of the one that it got launched in previous debug session, which is unexpected when user switches profiles sometime between the last debug session and apply hotreload with rude edit
Steps to Reproduce
Expected Behavior
console app restarted with profile A
The text was updated successfully, but these errors were encountered: