Having trouble with the feedback section on my blog... Posting a cusotmer question and the answer...

Question From Karl:

re: Visual Studio Team System: Overview of Static Analysis
Nice presentation. FXCop is a great tool, having such solid IDE integration is great.

Q. I take it excludes/comments are part of the project? so when someone does a "get latest" he or she will also see the exclude message? or is it developer/machine-specific

Answer from Sean Sandys, GURU of all things concerning Static Analysis:

A. We are moving to an in source suppression technique to manage exclusions. In this strategy, a developer will be able to add an SuppressMessage attribute to their source. This means that the exclusions will live with the source that generated the warning.

Thanks,

Sean.