The project I work on uses a lot of autogenerated code found in .designer.cs files. When I run debugging sessions, or even when I have to look at these often large files, Resharper takes a considerable time to carry out code analysis on it. This is especially problematic because Microsoft's autogenerated code does not meet Resharpers highers coding standards, so there are litterally hundereds of warnings. As a result everything slows down.
What would be useful, would be able to tell Resharper to ignore .designer.cs and .xsd files which would greatly reduce Resharpers work and improve my working speed.