Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sort static members first #4

Merged
merged 1 commit into from
Oct 2, 2023
Merged

Sort static members first #4

merged 1 commit into from
Oct 2, 2023

Conversation

craigktreasure
Copy link
Owner

This change changes the sort algorithm to sort by type, accessibility, static, and then name. Fixes #3.

This change changes the sort algorithm to sort by type, accessibility, static, and then name.
@craigktreasure craigktreasure enabled auto-merge (squash) October 2, 2023 08:40
@codecov
Copy link

codecov bot commented Oct 2, 2023

Codecov Report

Merging #4 (669a42f) into main (ad2df73) will increase coverage by 4.73%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main       #4      +/-   ##
==========================================
+ Coverage   93.18%   97.91%   +4.73%     
==========================================
  Files           2        2              
  Lines          88       96       +8     
==========================================
+ Hits           82       94      +12     
+ Misses          6        2       -4     
Files Coverage Δ
...emberOrder.CodeFixes/MemberOrderCodeFixProvider.cs 100.00% <ø> (ø)
src/MemberOrder/MemberOrder/MemberOrderAnalyzer.cs 97.50% <100.00%> (+5.83%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@craigktreasure craigktreasure merged commit 3b80a7b into main Oct 2, 2023
@craigktreasure craigktreasure deleted the craig/sort-statics branch October 2, 2023 08:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Static members should be sorted first
1 participant