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