Visual Studio action not surpressed?
When i do a rename refactoring for a class like this:

after R# does his work the following dialog from VS will popup:

If i press "Yes" the following error is presented:

I think this is, because R# has already done all the work. For me it seems that R# doesn't surpress the VS action.
Im working with Visual Studio 2019 16.4 Enterprise and R# 2019.3 EAP 7.
Regards
Andreas
Please sign in to leave a comment.
Hello Andreas,
It's a known problem - https://youtrack.jetbrains.com/issue/RSRP-476479 and it seems to be caused by a Roslyn issue - https://github.com/dotnet/project-system/issues/5139.
Please follow the issues to get the latest updates on it.
Thank you.