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