6 references to MatchChoices
aspire (1)
Interaction\ConsoleInteractionService.cs (1)
862
var matched =
MatchChoices
(value, choicesList, choiceFormatter);
Aspire.Cli.Tests (5)
Interaction\ConsoleInteractionServiceTests.cs (5)
1495
var result = ConsoleInteractionService.
MatchChoices
("alpha,alpha,beta", choices, c => c);
1508
var result = ConsoleInteractionService.
MatchChoices
("all", choices, c => c);
1519
var result = ConsoleInteractionService.
MatchChoices
("none", choices, c => c);
1530
var result = ConsoleInteractionService.
MatchChoices
("alpha,nonexistent", choices, c => c);
1840
var result = ConsoleInteractionService.
MatchChoices
("alpha,BETA", choices, c => c);