2 references to PromptForIntegrationAsync
aspire (2)
Commands\AddCommand.cs (2)
480
1 when promptForSinglePackage && _hostEnvironment.SupportsInteractiveInput => await
PromptForIntegrationAsync
(distinctPackages, cancellationToken),
483
> 1 => await
PromptForIntegrationAsync
(distinctPackages, cancellationToken),