Is there a way to get ReSharper to ignore code suggestions in specific projects?
In my test project, I like to use the method name as Should_return_True () instead of the suggested ShouldReturnTrue (), because I find it easier to read and highlight the most important words.
In my production code, I would still like to receive suggestions.
Haxen source
share