Search code examples
c#visual-studiosyntaxstatic-analysislinter

Syntax checker for C#


We're looking for a syntax checker for C#, something like Checkstyle for Java. Does anyone have any recommendations for any tools that we can use? Ideally it would have a plugin to Visual Studio 2008.


Solution

  • You mean, something like StyleCop? There is a plugin for ReSharper as far as I know. You can find it at StyleCopForResharper. Works like a champ btw.