Style Cop tool

  • Thread starter Thread starter Prachi
  • Start date Start date
P

Prachi

Hi

Has anyone used the style cop tool for defining coding style in .NET.
Please let me know where I can find details regarding the tool. Is it a free tool.


Thanks,
Prachi
 
I think you are looking for FXCop:
http://www.gotdotnet.com/team/fxcop/
Yes it's free!

FxCop is a code analysis tool that checks .NET managed code assemblies for
conformance to the Microsoft .NET Framework Design Guidelines. It uses
reflection, MSIL parsing, and callgraph analysis to inspect assemblies for
more than 200 defects in the following areas: naming conventions, library
design, localization, security, and performance (see Rule Topics). FxCop
includes both GUI and command line versions of the tool, as well as an SDK
to create your own rules.

--
Greetz

Jan Tielens
________________________________
Read my weblog: http://weblogs.asp.net/jan
 
I am looking out for a tool that is similar to fxCop. But has
additional functionalities like for example: defining the spaces
between keywords and brackets, extra line breaks etc..

Your help is appreciated.

Thanks
Prachi
 
Back
Top