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
Expected Behavior:
In previous versions, if we pressed Yes in the prompt dialog, the refactor continued and we could manually deal with the broken code.
Actual Behavior:
No matter we press Yes to continue or No to cancel, nothing is changed.
The text was updated successfully, but these errors were encountered:
Version Used:
VS 17.3 or later (up to 17.5 preview 6)
I have posted an issue in VS feedback before, but no reply except asking me for reproducing steps.
Steps to Reproduce:
if (a == 1) { return "err"; }
Expected Behavior:
In previous versions, if we pressed Yes in the prompt dialog, the refactor continued and we could manually deal with the broken code.
Actual Behavior:
No matter we press Yes to continue or No to cancel, nothing is changed.
The text was updated successfully, but these errors were encountered: