I have been using Resharper for several days and I really like this tool, but there is one thing that annoys me and I wonder if it can be changed.
I get a lot of problem notifications from the generated code (almost 1400 in my project). I would like these files to be ignored, so they will not be checked, as you can do with StyleCop and CodeAnalysis. Unfortunately, it seems that Resharper is ignoring the parameters of the generated code from it, because I still get the same notifications. I tried to set the file mask (i.e., For *.resx) and add the files manually to the generated ones, but still nothing changes.
I don't know if this matters, but I am using VS 2010.
source
share