We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1ab0db commit de5608eCopy full SHA for de5608e
CommunityToolkit.Tooling.SampleGen.Tests/ToolkitSampleMetadataTests.Documentation.cs
@@ -165,7 +165,7 @@ Which is valid.
165
> [!SAMPLE Sample]";
166
167
168
- var result = EmptySource.RunSourceGenerator<ToolkitSampleMetadataGenerator>(SAMPLE_ASM_NAME, markdown);
+ var result = SimpleSource.RunSourceGenerator<ToolkitSampleMetadataGenerator>(SAMPLE_ASM_NAME, markdown);
169
170
result.AssertNoCompilationErrors();
171
result.AssertDiagnosticsAre();
0 commit comments