We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98c756c commit 853e419Copy full SHA for 853e419
IDisposableAnalyzers.Test/IDISP006ImplementIDisposableTests/CodeFix.Field.cs
@@ -11,7 +11,7 @@ public static class Field
11
{
12
private static readonly DiagnosticAnalyzer Analyzer = new FieldAndPropertyDeclarationAnalyzer();
13
private static readonly CodeFixProvider Fix = new ImplementIDisposableFix();
14
- private static readonly ExpectedDiagnostic ExpectedDiagnostic = ExpectedDiagnostic.Create("IDISP006");
+ private static readonly ExpectedDiagnostic ExpectedDiagnostic = ExpectedDiagnostic.Create(Descriptors.IDISP006ImplementIDisposable);
15
16
[Test]
17
public static void ImplementIDisposableAndMakeSealed()
0 commit comments