1 implementation of GetInitTemplatesAsync
aspire (1)
Templating\TemplateProvider.cs (1)
29
public async Task<IEnumerable<ITemplate>>
GetInitTemplatesAsync
(CancellationToken cancellationToken = default)
1 reference to GetInitTemplatesAsync
aspire (1)
Commands\InitCommand.cs (1)
565
var initTemplates = await _templateProvider.
GetInitTemplatesAsync
(cancellationToken);