Skip to content

Commit 739410e

Browse files
committed
Fixed sample code not showing in "All" head
1 parent 930308d commit 739410e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/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)