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