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