1 implementation of PromptForSelectionAsync
aspire (1)
Backchannel\ExtensionBackchannel.cs (1)
400
public async Task<T?>
PromptForSelectionAsync
<T>(string promptText, IEnumerable<T> choices, Func<T, string> choiceFormatter,
1 reference to PromptForSelectionAsync
aspire (1)
Interaction\ExtensionInteractionService.cs (1)
138
var result = await _backchannel.
PromptForSelectionAsync
(promptText.RemoveSpectreFormatting(), choices, choiceFormatter, _cancellationToken).ConfigureAwait(false);