Sample Roslyn analyzers and code fix providers for C# projects. Includes a greater-than analyzer and code fix.
$ dotnet add package Simplicity.AnalyzersThis document lists the rules included in the Simplicity Roslyn Analyzer package.
| ID | Category | Title | Enabled | Code Fix |
|---|---|---|---|---|
| SIMP1001 | Syntax | Usage of '>' is not allowed | ✔️ | ✔️ |
>) in C# code and reports a warning.