Summary
EditorConfig settings for BuildChecks have rigid rules:
- casing matters for properties
- not all Roslyn severities are available, but the docs declare it to be so
Background and Motivation
Ease of use/things I banged my head against today
Proposed Feature
I'd like to see:
- the
IsEnabled property should support enabled as well
- casing should be case-insensitive
- a severity of
None (also, none) should be allowed to disable a rule (this is in line with the desire for case-insensitivity)
Alternative Designs
No response