1 implementation of PromptForIntegrationAsync
aspire (1)
Commands\AddCommand.cs (1)
733
public 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)
567
return await _prompter.
PromptForIntegrationAsync
(packages, cancellationToken);