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