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