We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93818f3 commit 26a952aCopy full SHA for 26a952a
1 file changed
PropertyChangedAnalyzers.Test/ValidWithAllAnalyzers.cs
@@ -37,10 +37,10 @@ public static void NotEmpty()
37
Assert.Pass($"Count: {AllAnalyzers.Count}");
38
}
39
40
- // [TestCaseSource(nameof(AllAnalyzers))]
+ [TestCaseSource(nameof(AllAnalyzers))]
41
public static void AnalyzersProject(DiagnosticAnalyzer analyzer)
42
{
43
- // Does not figure out source package
+ Assert.Inconclusive("Does not figure out source package");
44
RoslynAssert.Valid(analyzer, AnalyzersProjectSolution);
45
46
0 commit comments