Refactoring an entire namespace (.cs, .xaml, etc)
I'm trying to rename/refactor an entire namespace for my solution, but when I do this, it only “mostly works”. It seems to not make the necessary corresponding changes to xml/xaml or any other files that are as crucial to a successful build (for all I know, resx files might wind up caring too). Anyway, after seeing how much of an eggshell I had to try to reassemble after this, I resorted to git --revert.
Is this an actual bug, or is there a multi-step solution? Failing that, if the solution involves Rider, I'm okay with that too.
Please sign in to leave a comment.
thank you for contacting us.
What version of ReSharper do you have?
Could you please run Visual Studio with the following command line: 'devenv /ReSharper.LogFile C:\log\resharper_log.txt /ReSharper.LogLevel Verbose'? After that reproduce the issue and send us the corresponding 'resharper_log.txt' file.
You can upload it here: https://uploads.jetbrains.com/
Thank you!