Checkstyle for C#?

Posted by PSU_Kardi on Stack Overflow See other posts from Stack Overflow or by PSU_Kardi
Published on 2010-03-11T18:22:07Z Indexed on 2010/03/11 18:24 UTC
Read the original article Hit count: 297

I'm looking to find something along the lines of Checkstyle for Visual Studio. I've recently started a new gig doing .NET work and realized that coding standards here are a bit lacking. While I'm still a young guy and far from the most experienced developer I'm trying to lead by example and get things going in the right direction.

I loved the ability to use Checkstyle with Eclipse and examine code before reviews so I'd like to do the same thing with Visual Studio. Anyone have any good suggestions?

Another thing I'd be somewhat interested in is a plug-in for SVN that disallows check-in until the main coding standards are met. I do not want people checking in busted code that's going to wind up in a code review.

Any suggestions at this point would be great.

© Stack Overflow or respective owner

Related posts about c#

Related posts about visual-studio-2008