Tagged Questions
15
votes
14answers
2k views
What is your favorite use of Resharper?
I've been trying resharper casually for about a week, without delving into it too deeply. What I've found useful so far is the ability to eliminate redundant Using statements, ToString() calls, and ...
1
vote
2answers
144 views
Is there a way in ReSharper to suppress all errors/warnings in one file?
I have a number of generated .cs files (originating from WSTL files) - ReSharper isnt happy and I'm getting so many errors/warnings that its tough to seperate the signal from the noise
is there a way ...