Implemented interface member:
method
PromptForIntegrationVersionAsync
Aspire.Cli.Commands.IAddCommandPrompter.PromptForIntegrationVersionAsync(System.Collections.Generic.IEnumerable<(System.String FriendlyName, Aspire.Shared.NuGetPackageCli Package, Aspire.Cli.Packaging.PackageChannel Channel)>, System.Threading.CancellationToken)
1 override of PromptForIntegrationVersionAsync
Aspire.Cli.Tests (1)
Commands\AddCommandTests.cs (1)
556public override Task<(string FriendlyName, NuGetPackage Package, PackageChannel Channel)> PromptForIntegrationVersionAsync(IEnumerable<(string FriendlyName, NuGetPackage Package, PackageChannel Channel)> packages, CancellationToken cancellationToken)