StyleCop.Analyzers provides warnings that indicate style and consistency rule violations in C# code. The warnings are organized into rule areas such as documentation, layout, naming, ordering, readability, spacing, and so forth. Each warning signifies a violation of a style or consistency rule. This section provides an explanation of each of the default StyleCop.Analyzers rules.
Rules which provide special functionality like workarounds, configuration errors, etc.
Rules which enforce spacing requirements around keywords and symbols in the code.
Rules which ensure that the code is well-formatted and readable.
Rules which enforce a standard ordering scheme for code contents.
Rules which enforce naming requirements for members, types, and variables.
Maintainability Rules (SA1400-)
Rules which improve code maintainability.
Rules which enforce code layout and line spacing.
Rules which verify the content and formatting of code documentation.
Rules which offer a non-standard extension to the default StyleCop behavior.
Describes the configuration options for StyleCop.Analyzers
How to enable the configuration
Describes how to enable the stylecop.json file for usage.
Describes the known differences between StyleCop Analyzers and StyleCop Classic.