1 implementation of ConfirmAsync
aspire (1)
Backchannel\ExtensionBackchannel.cs (1)
426
public async Task<bool?>
ConfirmAsync
(string promptText, bool defaultValue, CancellationToken cancellationToken)
1 reference to ConfirmAsync
aspire (1)
Interaction\ExtensionInteractionService.cs (1)
104
var result = await _backchannel.
ConfirmAsync
(promptText.RemoveSpectreFormatting(), defaultValue, _cancellationToken).ConfigureAwait(false);