Class RulesetValues
- Namespace
- SunamoRuleset
- Assembly
- SunamoRuleset.dll
Contains lists of rule codes for different Microsoft analyzer categories.
public class RulesetValues
- Inheritance
-
RulesetValues
- Inherited Members
- Extension Methods
Fields
RulesMicrosoftCodeQuality
List of Microsoft Code Quality Analyzer rule codes. See: https://github.com/dotnet/roslyn-analyzers/blob/master/src/Microsoft.NetCore.Analyzers/Microsoft.NetCore.Analyzers.md
public static readonly List<string> RulesMicrosoftCodeQuality
Field Value
RulesMicrosoftNetCoreAnalyzers
List of Microsoft .NET Core Analyzer rule codes. See: https://github.com/dotnet/roslyn-analyzers/blob/master/src/Microsoft.CodeQuality.Analyzers/Microsoft.CodeQuality.Analyzers.md
public static readonly List<string> RulesMicrosoftNetCoreAnalyzers