1 write to PromptForSelectionsAsyncCallback
Aspire.Cli.Tests (1)
Interaction\ExtensionInteractionServiceTests.cs (1)
325PromptForSelectionsAsyncCallback = (prompt, formattedChoices, formattedPreSelected) =>
2 references to PromptForSelectionsAsyncCallback
Aspire.Cli.Tests (2)
TestServices\TestExtensionBackchannel.cs (2)
204if (PromptForSelectionsAsyncCallback is null) 213var selectedValues = await PromptForSelectionsAsyncCallback(promptText, choicesByFormattedValue.Keys.ToList(), formattedPreSelected);