1 implementation of PromptForIntegrationAsync
aspire (1)
Commands\AddCommand.cs (1)
263
public virtual async Task<(string FriendlyName, NuGetPackage Package)>
PromptForIntegrationAsync
(IEnumerable<(string FriendlyName, NuGetPackage Package)> packages, CancellationToken cancellationToken)
1 reference to PromptForIntegrationAsync
aspire (1)
Commands\AddCommand.cs (1)
200
> 1 => await _prompter.
PromptForIntegrationAsync
(distinctPackages, cancellationToken),