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
Copy file name to clipboardExpand all lines: common/CommunityToolkit.Labs.Core.SourceGenerators.Tests/CommunityToolkit.Labs.Core.SourceGenerators.Tests/ToolkitSampleMetadataTests.Documentation.cs
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...
74
+
}
75
+
76
+
[TestMethod]
77
+
publicvoidMarkdownInvalidSampleReference()
78
+
{
79
+
stringmarkdown=@"---
80
+
title: Canvas Layout
81
+
author: mhawker
82
+
description: A canvas-like VirtualizingLayout for use in an ItemsRepeater
0 commit comments