mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Adjust comment on OrderAssemblyInfosByPreference method
This commit is contained in:
@@ -9,7 +9,7 @@ namespace Semmle.Extraction.CSharp.DependencyFetching
|
||||
private static readonly Version emptyVersion = new Version(0, 0, 0, 0);
|
||||
|
||||
/// <summary>
|
||||
/// This method orders AssemblyInfos by version numbers (.net core version first, then assembly version). Finally, it orders by filename to make the order deterministic.
|
||||
/// This method orders AssemblyInfos. The method is used to define the assembly preference order in case of conflicts.
|
||||
/// </summary>
|
||||
public static IOrderedEnumerable<AssemblyInfo> OrderAssemblyInfosByPreference(this IEnumerable<AssemblyInfo> assemblies, IEnumerable<string> frameworkPaths)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user