4 references to MatchChoice
aspire (2)
Interaction\ConsoleInteractionService.cs (2)
794
var match =
MatchChoice
(val, choices, choiceFormatter);
849
var match =
MatchChoice
(value, choices, choiceFormatter);
Aspire.Cli.Tests (2)
Interaction\ConsoleInteractionServiceTests.cs (2)
1540
var result = ConsoleInteractionService.
MatchChoice
("id1", choices, c => c.Display);
1853
var result = ConsoleInteractionService.
MatchChoice
("ALPHA", choices, c => c);