Skip to content

Commit 267125a

Browse files
committed
Adjust comment on OrderAssemblyInfosByPreference method
1 parent db22478 commit 267125a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/extractor/Semmle.Extraction.CSharp.DependencyFetching/AssemblyCacheExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ internal static class AssemblyCacheExtensions
99
private static readonly Version emptyVersion = new Version(0, 0, 0, 0);
1010

1111
/// <summary>
12-
/// This method orders AssemblyInfos by version numbers (.net core version first, then assembly version). Finally, it orders by filename to make the order deterministic.
12+
/// This method orders AssemblyInfos. The method is used to define the assembly preference order in case of conflicts.
1313
/// </summary>
1414
public static IOrderedEnumerable<AssemblyInfo> OrderAssemblyInfosByPreference(this IEnumerable<AssemblyInfo> assemblies, IEnumerable<string> frameworkPaths)
1515
{

0 commit comments

Comments
 (0)