Implemented interface member:
method
ConfirmAsync
Aspire.Cli.Interaction.IInteractionService.ConfirmAsync(System.String, System.Boolean, System.Threading.CancellationToken)
2 references to ConfirmAsync
aspire (1)
Interaction\ExtensionInteractionService.cs (1)
159return await _consoleInteractionService.ConfirmAsync(promptText, defaultValue, cancellationToken);
Aspire.Cli.Tests (1)
Interaction\ConsoleInteractionServiceTests.cs (1)
280interactionService.ConfirmAsync("Confirm?", true, CancellationToken.None));