1 implementation of PromptForIntegrationAsync
aspire (1)
Commands\AddCommand.cs (1)
277
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)
204
> 1 => await _prompter.
PromptForIntegrationAsync
(distinctPackages, cancellationToken),