TheDaveN

Hi people,
firstly, pleasy excuse my poor english, I hope I can explain you my problem clearly

following situation:
all of our employees are using Visual Studio 2005 Team Edition, with integrated Code Analysis. Is there a way to ensure, that every employee has turned Code Analysis on, with specific rules
I thought about a rules-file on a central network place, but I have no idea how to solve this problem...

Best Regards,
David


Re: Visual Studio Code Analysis and Code Metrics Global rules for all computers in a company network

David M. Kean - MSFT

There are two approaches you could take with this:

1) Have every project import a common Build targets that contains Code Analysis turned on and with specific rules, for more information see: FAQ: How do I share Managed Code Analysis rule settings over multiple projects

2) Use Code Analysis Policy inconjunction with Team Foundation Server. This allows you set up a policy that enforces developers to run Code Analysis (with specific rules) before being able to check-in. For more information see: http://msdn2.microsoft.com/en-us/vstudio/aa718642.aspx and http://msdn2.microsoft.com/en-us/library/ms182075(VS.80).aspx for more information.

Regards

David