6 instantiations of InvalidNuGetSourceException
Microsoft.TemplateEngine.Edge (6)
Installers\NuGet\NugetApiPackageManager.cs (6)
110
throw new
InvalidNuGetSourceException
("Failed to load NuGet source", new[] { source.Source }, e);
266
throw new
InvalidNuGetSourceException
("Failed to load NuGet sources", packageSources.Select(source => source.Source));
354
throw new
InvalidNuGetSourceException
("Failed to load NuGet sources", sources.Select(s => s.Source));
457
throw new
InvalidNuGetSourceException
($"Failed to load NuGet sources configured for the folder {currentDirectory}", ex);
465
throw new
InvalidNuGetSourceException
("No NuGet sources are defined or enabled");
495
throw new
InvalidNuGetSourceException
("No NuGet sources are defined or enabled");
4 references to InvalidNuGetSourceException
Microsoft.TemplateEngine.Edge (4)
Installers\NuGet\NugetApiPackageManager.cs (2)
45
/// <exception cref="
InvalidNuGetSourceException
">when sources passed to install request are not valid NuGet sources or failed to read default NuGet configuration.</exception>
195
/// <exception cref="
InvalidNuGetSourceException
">when sources passed to install request are not valid NuGet feeds or failed to read default NuGet configuration.</exception>
Installers\NuGet\NuGetInstaller.cs (2)
148
catch (
InvalidNuGetSourceException
e)
276
catch (
InvalidNuGetSourceException
e)