Hello,
FxCop targets at managed code assemblies, it analyzes MSIL code and then report information/suggestion which is useful for developers. There are a couple of rules by default suggested by Microsoft based on the Guidelines, but we could create our own rules using its SDK.
For more information about FxCop, please refer to:
http://msdn.microsoft.com/en-us/library/bb429476(VS.80).aspx
Best regards
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
If you have any feedback, please tell us.
Welcome to the
All-In-One Code Framework!