2 implementations of GetTemplates
aspire (1)
Templating\TemplateProvider.cs (1)
23public IEnumerable<ITemplate> GetTemplates()
Aspire.Cli.Tests (1)
Commands\NewCommandChannelResolutionTests.cs (1)
768public IEnumerable<ITemplate> GetTemplates() => [template];
2 references to GetTemplates
aspire (1)
Commands\NewCommand.cs (1)
117_templates = templateProvider.GetTemplates().ToArray();
Aspire.Cli.Tests (1)
Commands\NewCommandTemplateConfigPersistenceTests.cs (1)
223var registeredTemplateKeys = templateProvider.GetTemplates()