System.Linq is Removed for Whole Solution Follow
I have a fairly large solution with ~20 projects.
This is what I did to produce this problem.
- Copied ~140 code files into a project folder.
- Apply "Adjust Namespaces" on the folder.
From what I can tell, ReSharper removed all (at least A LOT :) ) sing System.Linq;" lines from my project.
Is this a known bug?
Please sign in to leave a comment.
Hello Chris
Do I understand correctly that ReSharper removed those using statements also in files which were not under the folder where you ran Adjust Namespaces? Did this make code non-compilable? Thank you!
Andrey Serebryansky
Senior Support Engineer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
That is correct, Andrey.
The using statement was removed from every file in my solution.
Hello Chris
This is not a known bug. Which version of ReSharper exhibits this problem? Do I understand correctly that this behavior is reproducible? Thank you!
Andrey Serebryansky
Senior Support Engineer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Hi Andrey,
This has happened a few times over the last year. I've been keeping up to date with R#6 through EAP.
I'm updating to the latest EAP today and will try to repro.
Thanks,
Chris