2 writes to SelectionCallback
Aspire.Cli.Tests (2)
Commands\NewCommandTests.cs (2)
3047SelectionCallback = (promptText, choices) => 3119SelectionCallback = (promptText, choices) =>
2 references to SelectionCallback
Aspire.Cli.Tests (2)
TestServices\TestExtensionInteractionService.cs (2)
81if (SelectionCallback is not null) 83var selected = SelectionCallback(promptText, choicesArray.Select(choiceFormatter).ToArray());