You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -74,7 +74,7 @@ public void MissingFrontMatterField(int removeline)
74
74
lines.RemoveAt(removeline);
75
75
markdown=String.Join('\n',lines);
76
76
77
-
VerifyGeneratedDiagnostics<ToolkitSampleMetadataGenerator>(SimpleSource,markdown,DiagnosticDescriptors.MarkdownYAMLFrontMatterMissingField.Id,DiagnosticDescriptors.SampleNotReferencedInMarkdown.Id);// We won't see the sample reference as we bail out when the front matter fails to be complete...
77
+
TestHelpers.VerifyGeneratedDiagnostics<ToolkitSampleMetadataGenerator>(SimpleSource,markdown,DiagnosticDescriptors.MarkdownYAMLFrontMatterMissingField.Id,DiagnosticDescriptors.SampleNotReferencedInMarkdown.Id);// We won't see the sample reference as we bail out when the front matter fails to be complete...
78
78
}
79
79
80
80
[TestMethod]
@@ -97,7 +97,7 @@ public void MarkdownInvalidSampleReference()
0 commit comments