3 instantiations of EmptyChoicesException
aspire (3)
Commands\AddCommand.cs (1)
89
throw new
EmptyChoicesException
("No integration packages were found. Please check your internet connection or NuGet source configuration.");
Interaction\InteractionService.cs (1)
64
throw new
EmptyChoicesException
($"No items available for selection: {promptText}");
Templating\DotNetTemplateFactory.cs (1)
320
throw 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)
179
catch (
EmptyChoicesException
ex)
Templating\DotNetTemplateFactory.cs (1)
275
catch (
EmptyChoicesException
ex)