Skip to content
This repository was archived by the owner on Oct 2, 2022. It is now read-only.

Commit 433d8b5

Browse files
bkoelmanbkoelman
authored andcommitted
Added description for Visual Studio RuleSet editor
1 parent 0d96d82 commit 433d8b5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/CodeContractNullability/CodeContractNullability/BaseAnalyzer.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ public abstract class BaseAnalyzer : DiagnosticAnalyzer
3737

3838
[NotNull]
3939
private readonly DiagnosticDescriptor disableReportOnNullableValueTypesRule =
40-
new DiagnosticDescriptor(DisableReportOnNullableValueTypesDiagnosticId, null,
40+
new DiagnosticDescriptor(DisableReportOnNullableValueTypesDiagnosticId,
41+
"Suggest to disable reporting on nullable value types.",
4142
@"IMPORTANT: Due to a bug in Visual Studio, additional steps are needed. Expand the arrow to the left of this message for details.",
4243
"Configuration", DiagnosticSeverity.Hidden, true, @"
4344
At this time, the code fix is not able to fully configure the newly-created ResharperCodeContractNullability.config file

0 commit comments

Comments
 (0)