1 implementation of PromptForIntegrationAsync
aspire (1)
Commands\AddCommand.cs (1)
733public virtual async Task<(string FriendlyName, NuGetPackage Package, PackageChannel Channel)> PromptForIntegrationAsync(IEnumerable<(string FriendlyName, NuGetPackage Package, PackageChannel Channel)> packages, CancellationToken cancellationToken)
1 reference to PromptForIntegrationAsync
aspire (1)
Commands\AddCommand.cs (1)
567return await _prompter.PromptForIntegrationAsync(packages, cancellationToken);