Make resharper ignore code suggestions for specific projects

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.

+3
source share
1 answer
+1
source

Source: https://habr.com/ru/post/1781820/


All Articles