1 implementation of GetTemplatesAsync
aspire (1)
Templating\TemplateProvider.cs (1)
23
public async Task<IEnumerable<ITemplate>>
GetTemplatesAsync
(CancellationToken cancellationToken = default)
1 reference to GetTemplatesAsync
aspire (1)
Commands\NewCommand.cs (1)
104
_templates = templateProvider.
GetTemplatesAsync
(CancellationToken.None).GetAwaiter().GetResult().ToArray();