8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2b88ae commit 4d3b024Copy full SHA for 4d3b024
csharp/extractor/Semmle.Extraction.CSharp.DependencyFetching/NugetPackageRestorer.cs
@@ -274,7 +274,6 @@ private void RestoreProjects(IEnumerable<string> projects, HashSet<string>? conf
274
// to `dotnet` ignores other feeds that may be configured, we also need to add the feeds
275
// we have discovered from analysing `nuget.config` files.
276
var sources = configuredSources ?? new();
277
- sources.Add(PublicNugetOrgFeed);
278
this.dependabotProxy.RegistryURLs.ForEach(url => sources.Add(url));
279
280
// Add package sources. If any are present, they override all sources specified in
0 commit comments