3 references to MatchChoicesOrThrow
aspire (3)
Interaction\ConsoleInteractionService.cs (2)
370return MatchChoicesOrThrow(value, binding!, bindingChoicesList, choiceFormatter); 379return MatchChoicesOrThrow(binding.NonInteractiveDefaultValue, binding, bindingChoicesList, choiceFormatter);
Interaction\ExtensionInteractionService.cs (1)
347return _consoleInteractionService.MatchChoicesOrThrow(value, binding!, validationChoices, choiceFormatter);