Skip to content
Chris Dahlberg edited this page Jul 3, 2015 · 2 revisions

Welcome to the CodeTiger.CodeAnalysis wiki!

This project is intended to provide an ever-expanding set of Roslyn-based static code analysis diagnostics to identify potential functional and style issues in C# code.

While not intended to be an exact replacement for StyleCop, many of the individual diagnostics are similar to StyleCop rules.

The initial priorities for the project are, in order:

  1. Implement an initial set of diagnostics for C#, including diagnostics similar to a substantial subset of StyleCop rules.
  2. Create documentation for all implemented diagnostics.
  3. Implement code fixes for all implemented diagnostics.
  4. Continue to implement additional diagnostics and corresponding code fixes.
  5. Possibly add support for VB.NET.
Clone this wiki locally