We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67aa342 commit e29770cCopy full SHA for e29770c
1 file changed
csharp/extractor/Semmle.Extraction.CSharp.DependencyFetching/NugetPackageRestorer.cs
@@ -367,8 +367,8 @@ private string FeedsToRestoreArgument(IEnumerable<string> feeds)
367
368
/// <summary>
369
/// Constructs the list of NuGet sources to use for this restore.
370
- // (1) Use the feeds we get from `dotnet nuget list source`
371
- // (2) Use private registries, if they are configured
+ /// (1) Use the feeds we get from `dotnet nuget list source`
+ /// (2) Use private registries, if they are configured
372
/// </summary>
373
/// <param name="path">Path to project/solution</param>
374
/// <param name="reachableFeeds">The set of reachable NuGet feeds.</param>
0 commit comments