Implemented interface member:
method
PromptForPublisherAsync
Aspire.Cli.Commands.IPublishCommandPrompter.PromptForPublisherAsync(System.Collections.Generic.IEnumerable<System.String>, System.Threading.CancellationToken)
2 overrides of PromptForPublisherAsync
Aspire.Cli.Tests (2)
Commands\DeployCommandTests.cs (1)
266public override Task<string> PromptForPublisherAsync(IEnumerable<string> publishers, CancellationToken cancellationToken)
Commands\PublishCommandTests.cs (1)
240public override Task<string> PromptForPublisherAsync(IEnumerable<string> publishers, CancellationToken cancellationToken)