2 references to InvalidNuGetSourceException
Microsoft.TemplateEngine.Edge (2)
Installers\NuGet\NugetApiPackageManager.cs (2)
261throw new InvalidNuGetSourceException("Failed to load NuGet sources", packageSources.Select(source => source.Source)); 349throw new InvalidNuGetSourceException("Failed to load NuGet sources", sources.Select(s => s.Source));