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
Version Used:
VisualStudio.17.Release/17.8.0+34309.116
C# Tools 4.8.0-7.23558.1+e091728607ca0fc9efca55ccfb3e59259c6b5a0a Steps to Reproduce:
Use "Move static members to another type"
Edit the Type Name textbox
Expected Behavior:
The type name doesn't contain the namespace twice.
Actual Behavior:
"New Type Name" has the namespace prepended twice.
The actual target seems to not contain the duplicated namespace and so this doesn't affect what the fixer does, e.g. NS.NS.T is displayed but NS.T is correctly selected (and created if needed).
2023-11-19.17-53-10.mp4
The text was updated successfully, but these errors were encountered:
Version Used:
VisualStudio.17.Release/17.8.0+34309.116
C# Tools 4.8.0-7.23558.1+e091728607ca0fc9efca55ccfb3e59259c6b5a0a
Steps to Reproduce:
Expected Behavior:
The type name doesn't contain the namespace twice.
Actual Behavior:
"New Type Name" has the namespace prepended twice.
The actual target seems to not contain the duplicated namespace and so this doesn't affect what the fixer does, e.g.
NS.NS.T
is displayed butNS.T
is correctly selected (and created if needed).2023-11-19.17-53-10.mp4
The text was updated successfully, but these errors were encountered: