Back to Roslyn

Rules without documentation

src/RoslynAnalyzers/Roslyn.Diagnostics.Analyzers/RulesMissingDocumentation.md

11.0.1001.2 KB
Original Source

Rules without documentation

Rule IDMissing Help LinkTitle
RS0001Use 'SpecializedCollections.EmptyEnumerable()'
RS0002Use 'SpecializedCollections.SingletonEnumerable()'
RS0004Invoke the correct property to ensure correct use site diagnostics
RS0006Do not mix attributes from different versions of MEF
RS0019'SymbolDeclaredEvent' must be generated for source symbols
RS0023Parts exported with MEFv2 must be marked with 'SharedAttribute'
RS0032Test exports should not be discoverable
RS0033Importing constructor should be marked with 'ObsoleteAttribute'
RS0034Exported parts should have a public constructor marked with 'ImportingConstructorAttribute'
RS0038Prefer null literal
RS0040Defaultable types should have defaultable fields
RS0042Do not copy value
RS0043Do not call 'GetTestAccessor()'
RS0046Avoid the 'Opt' suffix
RS0049Instance of TemporaryArray<T>.AsRef() must be a 'using' variable
RS0062Do not capture primary constructor parameters
RS0063Do not use interpolated strings with 'Debug.Assert'