3 writes to PromptForSelectionCallback
Aspire.Cli.Tests (3)
Commands\AddCommandTests.cs (3)
554mockInteraction.PromptForSelectionCallback = (message, choices, formatter, ct) => 602mockInteraction.PromptForSelectionCallback = (message, choices, formatter, ct) => 651mockInteraction.PromptForSelectionCallback = (message, choices, formatter, ct) =>
2 references to PromptForSelectionCallback
Aspire.Cli.Tests (2)
TestServices\TestConsoleInteractionService.cs (2)
49if (PromptForSelectionCallback is not null) 55var result = PromptForSelectionCallback(promptText, choices, o => choiceFormatter((T)o), cancellationToken);