How do change the custom rules of FxCop1.312 to v1.32
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
Thanks in advance,
Arun M
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 Michael Fanning
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
VSTS Development: Code Analysis