We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5415bb7 commit 7a8e10eCopy full SHA for 7a8e10e
csharp/extractor/Semmle.Extraction.CSharp.DependencyFetching/NugetPackageRestorer.cs
@@ -132,10 +132,10 @@ public HashSet<AssemblyLookupLocation> Restore()
132
this.dependabotProxy?.RegistryURLs.ForEach(url => explicitFeeds.Add(url));
133
134
var explicitFeedsReachable = this.CheckSpecifiedFeeds(explicitFeeds);
135
+ this.GetReachableNuGetFeeds(inheritedFeeds, isFallback: false);
136
137
if (inheritedFeeds.Count > 0)
138
{
- logger.LogInfo($"Inherited NuGet feeds (not checked for reachability): {string.Join(", ", inheritedFeeds.OrderBy(f => f))}");
139
compilationInfoContainer.CompilationInfos.Add(("Inherited NuGet feed count", inheritedFeeds.Count.ToString()));
140
}
141
0 commit comments