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