Configuring Team System Code Analysis via a FxCop rules file

Posted by Ian G on Stack Overflow See other posts from Stack Overflow or by Ian G
Published on 2009-11-06T20:00:44Z Indexed on 2010/03/26 5:03 UTC
Read the original article Hit count: 504

Is there anyway to configure the code analysis rules in Visual Studio Team System to match those in an FxCop configuration file and keep them in sync automatically?

Not all the developers on the team have TS so keeping the rules we are currently running in an FxCop file is required so everyone can run the same set, but it would nice for those with to be able to run them in the IDE. We're introducing static analysis to an existing project so turning on everything now isn't a useful option. (We are not using Foundation Server for source control, if that makes any difference.)

© Stack Overflow or respective owner

Related posts about visual-studio-team-system

Related posts about fxcop