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