2 implementations of GetTemplatesAsync
aspire (1)
Templating\TemplateProvider.cs (1)
28
public async Task<IEnumerable<ITemplate>>
GetTemplatesAsync
(CancellationToken cancellationToken = default)
Aspire.Cli.Tests (1)
Commands\NewCommandChannelResolutionTests.cs (1)
769
public Task<IEnumerable<ITemplate>>
GetTemplatesAsync
(CancellationToken cancellationToken = default) =>
1 reference to GetTemplatesAsync
aspire (1)
Commands\NewCommand.cs (1)
519
var availableTemplates = (await _templateProvider.
GetTemplatesAsync
(cancellationToken)).ToArray();