dotnet add package Karls.Analyzers
Then enable the rules with a ruleset or editorconfig file.
Id | Has Code fix | Title |
---|---|---|
KO0001 | Yes | Properties on content types should have matching sort and source order. |
KO0002 | Yes | Content types need to have unique identifiers. |
Id | Has Code fix | Title |
---|---|---|
KP0001 | No | Identifiers and comments should not contain impolite or degrading words or sentences. |
Using test helpers from Roslynator.
"Be Polite" analyzers are inspired by InclusivenessAnalyzer.