9 writes to PromptForSelectionsCallback
Aspire.Cli.Tests (9)
Commands\AgentInitCommandTests.cs (7)
29interactionService.PromptForSelectionsCallback = (_, choices, _, _) => choices.Cast<object>() 107interactionService.PromptForSelectionsCallback = (_, choices, _, _) => choices.Cast<object>() 184interactionService.PromptForSelectionsCallback = (_, choices, _, _) => 226interactionService.PromptForSelectionsCallback = (_, choices, formatter, _) => 290interactionService.PromptForSelectionsCallback = (_, choices, formatter, _) => 338interactionService.PromptForSelectionsCallback = (_, choices, _, _) => 428interactionService.PromptForSelectionsCallback = (_, choices, _, _) =>
Commands\InitCommandTests.cs (2)
492interactionService.PromptForSelectionsCallback = (_, choices, _, _) => 540interactionService.PromptForSelectionsCallback = (_, choices, _, _) =>
2 references to PromptForSelectionsCallback
Aspire.Cli.Tests (2)
TestServices\TestInteractionService.cs (2)
221if (PromptForSelectionsCallback is not null) 223var result = PromptForSelectionsCallback(promptText, choices, o => choiceFormatter((T)o), cancellationToken);