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