6 references to MatchChoices
aspire (1)
Interaction\ConsoleInteractionService.cs (1)
855
var matched =
MatchChoices
(value, choicesList, choiceFormatter);
Aspire.Cli.Tests (5)
Interaction\ConsoleInteractionServiceTests.cs (5)
1451
var result = ConsoleInteractionService.
MatchChoices
("alpha,alpha,beta", choices, c => c);
1464
var result = ConsoleInteractionService.
MatchChoices
("all", choices, c => c);
1475
var result = ConsoleInteractionService.
MatchChoices
("none", choices, c => c);
1486
var result = ConsoleInteractionService.
MatchChoices
("alpha,nonexistent", choices, c => c);
1796
var result = ConsoleInteractionService.
MatchChoices
("alpha,BETA", choices, c => c);