Alternative for checkstyle

1.2k Views Asked by At

I am searching for an open source C#/.NET alternative for code convention, like Checkstyle (Eclipse/Java).

http://checkstyle.sourceforge.net/

It should be possible to create, remove and modify the conventions.

1

There are 1 best solutions below

1
On BEST ANSWER

The closest thing I know of is Stylecop

You might also like to check out FxCop: