6 instantiations of InvalidNuGetSourceException
Microsoft.TemplateEngine.Edge (6)
Installers\NuGet\NugetApiPackageManager.cs (6)
105
throw new
InvalidNuGetSourceException
("Failed to load NuGet source", new[] { source.Source }, e);
261
throw new
InvalidNuGetSourceException
("Failed to load NuGet sources", packageSources.Select(source => source.Source));
349
throw new
InvalidNuGetSourceException
("Failed to load NuGet sources", sources.Select(s => s.Source));
452
throw new
InvalidNuGetSourceException
($"Failed to load NuGet sources configured for the folder {currentDirectory}", ex);
460
throw new
InvalidNuGetSourceException
("No NuGet sources are defined or enabled");
490
throw new
InvalidNuGetSourceException
("No NuGet sources are defined or enabled");
4 references to InvalidNuGetSourceException
Microsoft.TemplateEngine.Edge (4)
Installers\NuGet\NugetApiPackageManager.cs (2)
44
/// <exception cref="
InvalidNuGetSourceException
">when sources passed to install request are not valid NuGet sources or failed to read default NuGet configuration.</exception>
190
/// <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)
274
catch (
InvalidNuGetSourceException
e)