We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc0a266 commit 24590dfCopy full SHA for 24590df
1 file changed
tests/CustomCode-Analyzer.Tests/AnalyzerTests.cs
@@ -40,6 +40,7 @@ public interface ITestInterface
40
.WithSpan(4, 5, 7, 6);
41
42
await CSharpAnalyzerVerifier<Analyzer>.VerifyAnalyzerAsync(test, TestContext, skipSDKreference: false, expected);
43
+ }
44
45
// --------------- ManyInterfacesRule (OS-ELG-MODL-05003) ------------------
46
[TestMethod]
0 commit comments