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