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