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