roslynator icon indicating copy to clipboard operation
roslynator copied to clipboard

Add an analyzer for class member ordering

Open tuanle07 opened this issue 4 years ago • 0 comments
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.

tuanle07 avatar Jun 02 '21 05:06 tuanle07