FxCop is a cool tool for code analysis. Once I finished my coding, the first thing that I will do is check the code with FxCop. Actually FxCop verifies .NET managed code assemblies for conformance to the Microsoft .NET Framework Design Guidelines.
Check here for more info on .NET Framework Design Guidelines
FxCop uses reflection, MSIL parsing, and callgraph analysis to analyzes managed code assemblies and reports information about the assemblies, such as possible design, localization, performance, and security improvements. Even with the FxCop SDK one can develop custom rules that extend the set of violations detected by the FxCop GUI application and command-line tool.
Make use of this powerful tool.......
Documentation:
FxCop 1.30 Readme
Online documentation (v1.30.5, 8/5/04)
FxCop.chm download (1.1 MB, v1.30.5, 8/5/04)
Reflection SDK Samples (8 KB zip file, 5/4/04)
3 comments:
>>>Nice links on FXCop..Really helpful..Also the .NET Framework Guidelines are very Handy..Especially on Microsoft Projects ;)
Great to Hear!!! Welcome.
Thanks. Warm Regards,
Arun Ganesh.
>>>Nice links on FXCop..Really helpful..Also the .NET Framework Guidelines are very Handy..Especially on Microsoft Projects ;)
Great to Hear!!! Welcome.
Thanks. Warm Regards,
Arun Ganesh.
I was trying to get in touch with you to see if you share you expert opinion on our new .NET code review tools.Please let me know if you are interested and I will provide you with details.
Post a Comment