2 implementations of GetTemplates
aspire (1)
Templating\TemplateProvider.cs (1)
23
public IEnumerable<ITemplate>
GetTemplates
()
Aspire.Cli.Tests (1)
Commands\NewCommandChannelResolutionTests.cs (1)
768
public 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)
223
var registeredTemplateKeys = templateProvider.
GetTemplates
()