3 instantiations of EmptyChoicesException
aspire (3)
Commands\AddCommand.cs (1)
89throw new EmptyChoicesException("No integration packages were found. Please check your internet connection or NuGet source configuration.");
Interaction\InteractionService.cs (1)
64throw new EmptyChoicesException($"No items available for selection: {promptText}");
Templating\DotNetTemplateFactory.cs (1)
320throw new EmptyChoicesException("No template versions were found. Please check your internet connection or NuGet source configuration.");
2 references to EmptyChoicesException
aspire (2)
Commands\AddCommand.cs (1)
179catch (EmptyChoicesException ex)
Templating\DotNetTemplateFactory.cs (1)
275catch (EmptyChoicesException ex)