2 references to InvalidNuGetSourceException
Microsoft.TemplateEngine.Edge (2)
Installers\NuGet\NugetApiPackageManager.cs (2)
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));