3 instantiations of EmptyChoicesException
aspire (3)
Commands\AddCommand.cs (1)
93throw new EmptyChoicesException(AddCommandStrings.NoIntegrationPackagesFound);
Interaction\ConsoleInteractionService.cs (1)
68throw new EmptyChoicesException(string.Format(CultureInfo.CurrentCulture, InteractionServiceStrings.NoItemsAvailableForSelection, promptText));
Templating\DotNetTemplateFactory.cs (1)
322throw new EmptyChoicesException(TemplatingStrings.NoTemplateVersionsFound);
2 references to EmptyChoicesException
aspire (2)
Commands\AddCommand.cs (1)
183catch (EmptyChoicesException ex)
Templating\DotNetTemplateFactory.cs (1)
277catch (EmptyChoicesException ex)