How you guys go for checkstyle of your C# code?

For our C# project we have some code design guide lines as to whether barces
are in place and whethere lines are upto

We have FxCop and its working great but that is for checking binaries and
not for checking source code styles.

We are looking something of the sort of CheckStyle and PMD of java world.

Awaiting replies.

Re: Check style for C# by Oleg

Oleg
Fri Aug 22 15:07:02 CDT 2003


Try searching for "C# guidelines tool" on google.
Here's what I've found:
http://www.c-sharpcorner.com/tools.asp

-Oleg.

" KishorK" <nomail@tome.com> wrote in message
news:uaF3F19ZDHA.2580@TK2MSFTNGP09.phx.gbl...
> How you guys go for checkstyle of your C# code?
>
> For our C# project we have some code design guide lines as to whether
barces
> are in place and whethere lines are upto
>
> We have FxCop and its working great but that is for checking binaries and
> not for checking source code styles.
>
> We are looking something of the sort of CheckStyle and PMD of java world.
>
> Awaiting replies.
>
>