roslynator
roslynator copied to clipboard
Add an analyzer for class member ordering
trafficstars
Product and Version Used: Roslynator.Analyzers v3.1.0 nuget package
Actual Behavior: Currently, there's no analyzer or codefix which analyzes and fixes the class member by their accessibility and/or alphabetical order. StyleCop already has this rule enabled but I personally don't like their configuration. Codemaid can do it too.
Expected Behavior: Configurable class member ordering rules.