Skip to content

Commit 20d5bdb

Browse files
committed
Fixed sample code not showing in "All" head
1 parent f6ebe3e commit 20d5bdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CommunityToolkit.App.Shared/Renderers/ToolkitSampleRenderer.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ private static string GetRelativePathToFileWithoutExtension(Type type)
226226
if (string.IsNullOrWhiteSpace(assemblyName))
227227
throw new InvalidOperationException();
228228

229-
var isAllExperimentHead = assemblyName.StartsWith("CommunityToolkit.Labs.", StringComparison.OrdinalIgnoreCase);
229+
var isAllExperimentHead = assemblyName.StartsWith("CommunityToolkit.", StringComparison.OrdinalIgnoreCase);
230230
var isProjectTemplateHead = assemblyName.StartsWith("ProjectTemplate");
231231
var isSingleExperimentHead = !isAllExperimentHead && !isProjectTemplateHead;
232232

0 commit comments

Comments
 (0)