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)
721public override Task<(string FriendlyName, NuGetPackage Package, PackageChannel Channel)> PromptForIntegrationVersionAsync(IEnumerable<(string FriendlyName, NuGetPackage Package, PackageChannel Channel)> packages, CancellationToken cancellationToken)
2 references to PromptForIntegrationVersionAsync
Aspire.Cli.Tests (2)
Commands\AddCommandTests.cs (2)
631await prompter.PromptForIntegrationVersionAsync(packages, CancellationToken.None); 684await prompter.PromptForIntegrationVersionAsync(packages, CancellationToken.None);