FXCop run befor i checkin the file in SourceSafe from VisualStudio2003
Our project in the VisualStudio 2003 are to big to check it all the time with fxcop. So i want to check the file only when i checkin in the sourcesafe.
Are there a posibility to call the cmdline of fxcop?
Thx for helping
Matthias
There is no direct integration w/FxCop in VS2003, unfortunately. You can add FxCopCmd as an external tool or you can run a batch file-based test as a post-build step (if a post-build step is supported by your project system).
Michael Fanning
VSTS Development: Code Analysis