How do change the custom rules of FxCop1.312 to v1.32

Hi
Can yuo pls give me some sample custom rules of FxCop 1.32 and some ideas about how to modify the custom rules of FxCop 1.312 to work in FxCop 1.32?

Thanks in advance,
Arun M

[189 byte] By [FxCopCustomRule] at [2008-2-7]
# 1
There's a readme in the FxCop 1.32 installation directory with information on this.
JamesJackson at 2007-9-9 > top of Msdn Tech,Visual Studio Team System,Visual Studio Code Analysis and Code Metrics...
# 2
There isn't that many changes. What problems are you having?
DavidM.Kean at 2007-9-9 > top of Msdn Tech,Visual Studio Team System,Visual Studio Code Analysis and Code Metrics...
# 3

As mentioned by others, this information is found in the 1.32 readme. There are many examples of custom rules out there, a good first place to start is the user downloads area of www.gotdotnet.com.

1) Change all Microsoft.Tools.FxCop.Sdk namespace usage to Microsoft.FxCop.Sdk
2) The LongDescription XML node is gone, use <Description> only
3) The GroupOwner and DevOwner nodes have been collapsed into a single node, renamed <Owner>
4) The Message node has been renamed MessageLevel

Michael Fanning
VSTS Development: Code Analysis

MichaelFanning-MS at 2007-9-9 > top of Msdn Tech,Visual Studio Team System,Visual Studio Code Analysis and Code Metrics...

Visual Studio Team System

Site Classified