I recently came across Microsoft StyleCop, that analyzes the code, within the IDE for style. This includes things like naming conventions, formatting and other matters of visual appeal. It differs from FxCop in that it doesn’t check for use patterns, it simply checks style.
I’ve been looking at this tool in order to implement it at work, where we have a pretty consistent and adhered to coding standard, who’s style enforcement could be done by a tool and save some people some time.
In any case, I am sure most of you are familiar with it but I deemed it worth noting, writing about and referencing.
The team’s blog is a great resource for help, release announcements, and general information about the tool.
The tool itself is available here in its latest 4.3 release.
Tags: c#, visual studio, .net, coding, free