Search code examples
c#.netconvention

Alternative for checkstyle


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.


Solution

  • The closest thing I know of is Stylecop

    You might also like to check out FxCop: