2 references to NoItemsAvailableForSelection
aspire (2)
Interaction\ConsoleInteractionService.cs (2)
92
throw new EmptyChoicesException(string.Format(CultureInfo.CurrentCulture, InteractionServiceStrings.
NoItemsAvailableForSelection
, promptText));
114
throw new EmptyChoicesException(string.Format(CultureInfo.CurrentCulture, InteractionServiceStrings.
NoItemsAvailableForSelection
, promptText));