Tagged Questions

15
votes
4answers
591 views

How do I exclude types and methods from being covered by dotCover in TeamCity 6?

I've got an existing C# 4 project which I've checked the test coverage for by using TestDriven.Net and the Visual Studio coverage feature, i.e. Test With -> Coverage from the context menu. The ...
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 ...