FXCop: Exclude specific files from analysis?

Is it possible to exclude whole files from code analysis? My scenario is where I have a web reference that generates a web service proxy class. This reference will get updated periodically so I don't want to supress 500 messages every time I update it. Is it possible to exclude a whole file? I still want the rest of the files in the project to be analyzed.
[365 byte] By [ClintStotesbery] at [2008-2-4]
# 1

unfortunately, we do not have the ability to exclude warnings in the managed code analysis tool by file. That said, we have been working on improving our behavior in the presence of generated code and the experience for the final release in this space will be much improved.

Thanks for the feedback,

Sean Sandys, VSTS, Code Analysis Team

SeanSandys-MS at 2007-9-9 > top of Msdn Tech,Visual Studio Team System,Visual Studio Code Analysis and Code Metrics...
# 2
Well the generated code I'm talking about is the Reference.cs, made for each web reference in a project, not "regular" generated code (like Forms classes). I just wanted to make that distinction clear because they seem like different scenarios.
ClintStotesbery at 2007-9-9 > top of Msdn Tech,Visual Studio Team System,Visual Studio Code Analysis and Code Metrics...
# 3

Has this been addressed since your original post?

I'm using the IdeaBlade toolset, and it generates base classes that you don't modify and final classes that you can modify. I need to exclude the base classes from fxcop in team system so I don't keep getting all the errors, since I can't fix them.

Any progress on this?

MikeDFox at 2007-9-9 > top of Msdn Tech,Visual Studio Team System,Visual Studio Code Analysis and Code Metrics...

Visual Studio Team System

Site Classified