You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,18 @@
2
2
3
3
A collection of Roslyn analyzers used in Bitbound's projects.
4
4
5
-
## Current status
5
+
## Analyzers
6
+
7
+
### MemberOrder
6
8
7
9
As of this writing, `MemberOrder` is the only analyzer implemented in this repository. It enforces a consistent ordering of members inside types. Additional analyzers may be added in future updates.
0 commit comments