JSHint-like tool, but for C#

c#

Solution

Assuming you are using Visual Studio, stylecop is one great linter tool for C#.

Problem

I've been looking for somethig like JsHint for a while now, but aimed at verifying whether a team's coding conventions are being followed in C# instead of Javascript. I've been googlinghigh and low but I can't find anything. Do you fellow overflowers know of such a tool? I'm ultimately thinking about making one of my own, should none currently exist.

Original source

Related problems