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

Re: Style Cop tool by Jan

Jan
Wed Jan 21 00:40:14 CST 2004

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


"Prachi" <prachimudras@yahoo.com> wrote in message
news:d35aeb20.0401202233.573ad9ef@posting.google.com...
> 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



Re: Style Cop tool by prachimudras

prachimudras
Wed Jan 21 22:09:04 CST 2004

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

prachimudras@yahoo.com (Prachi) wrote in message news:<d35aeb20.0401202233.573ad9ef@posting.google.com>...
> 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