1

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.

Drew Noakes
  • 300,895
  • 165
  • 679
  • 742
Makuna
  • 558
  • 1
  • 6
  • 19

1 Answers1

4

The closest thing I know of is Stylecop

You might also like to check out FxCop:

Drew Noakes
  • 300,895
  • 165
  • 679
  • 742
  • I have used StyleCop for many different setups of conventions and rules. It's a good choice, if you are willing to put the time needed into defining those rules. – Anders Marzi Tornblad Jan 09 '17 at 09:49