diff --git a/src/CodeContractNullability/CodeContractNullability/BaseAnalyzer.cs b/src/CodeContractNullability/CodeContractNullability/BaseAnalyzer.cs index 06fbb33..cea0051 100644 --- a/src/CodeContractNullability/CodeContractNullability/BaseAnalyzer.cs +++ b/src/CodeContractNullability/CodeContractNullability/BaseAnalyzer.cs @@ -37,7 +37,8 @@ public abstract class BaseAnalyzer : DiagnosticAnalyzer [NotNull] private readonly DiagnosticDescriptor disableReportOnNullableValueTypesRule = - new DiagnosticDescriptor(DisableReportOnNullableValueTypesDiagnosticId, null, + new DiagnosticDescriptor(DisableReportOnNullableValueTypesDiagnosticId, + "Suggest to disable reporting on nullable value types.", @"IMPORTANT: Due to a bug in Visual Studio, additional steps are needed. Expand the arrow to the left of this message for details.", "Configuration", DiagnosticSeverity.Hidden, true, @" At this time, the code fix is not able to fully configure the newly-created ResharperCodeContractNullability.config file