10 references to ShowAllTemplates
aspire (4)
KnownFeatures.cs (2)
63[ShowAllTemplates] = new( 64ShowAllTemplates,
Templating\DotNetTemplateFactory.cs (2)
62var showAllTemplates = features.IsFeatureEnabled(KnownFeatures.ShowAllTemplates, false); 73var showAllTemplates = features.IsFeatureEnabled(KnownFeatures.ShowAllTemplates, false);
Aspire.Cli.Tests (6)
Commands\ConfigCommandTests.cs (2)
513Assert.Contains(KnownFeatures.ShowAllTemplates, output); 539Assert.Contains(KnownFeatures.ShowAllTemplates, output);
Commands\NewCommandTemplateConfigPersistenceTests.cs (1)
514KnownFeatures.ShowAllTemplates,
Commands\NewCommandTests.cs (1)
943options.FeatureFlagsFactory = _ => new TestFeatures().SetFeature(KnownFeatures.ShowAllTemplates, true);
Templating\DotNetTemplateFactoryTests.cs (2)
260var features = new TestFeatures().SetFeature(KnownFeatures.ShowAllTemplates, true); 329var features = new TestFeatures().SetFeature(KnownFeatures.ShowAllTemplates, true);