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

Commit

Permalink
Added description for Visual Studio RuleSet editor
Browse files Browse the repository at this point in the history
  • Loading branch information
bkoelman authored and bkoelman committed Feb 29, 2016
1 parent 0d96d82 commit 433d8b5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 433d8b5

Please sign in to comment.