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