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
After renaming a type to match the class name, the type gets treated as if it was manually renamed and enters a confusing behavior where I get a code fix to perform the rename that I just performed.
After renaming a type to match the class name, the type gets treated as if it was manually renamed and enters a confusing behavior where I get a code fix to perform the rename that I just performed.
Steps to Reproduce:
Expected Behavior:
Actual Behavior:
Legacy does not run into this because it uses CodeModel to rename which dismisses the tracking here: http://sourceroslyn.io/#Microsoft.VisualStudio.LanguageServices.Implementation/CodeModel/AbstractCodeModelService.cs,505.
//cc @ryzngard @ocallesp
The text was updated successfully, but these errors were encountered: