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)
159
return await _consoleInteractionService.
ConfirmAsync
(promptText, defaultValue, cancellationToken);
Aspire.Cli.Tests (1)
Interaction\ConsoleInteractionServiceTests.cs (1)
280
interactionService.
ConfirmAsync
("Confirm?", true, CancellationToken.None));