Uh oh!
There was an error while loading. Please reload this page.
[mono] Fix incorrect version comparison in loader - #76665
Conversation
* Compare version components in the correct order in assembly_names_compare_versions * Fixes#76664
ghost
commented
Oct 5, 2022
Tagging subscribers to this area: Issue Details
This should be backported to .NET 7 and .NET 6 as well.
|
lambdageek
commented
Oct 6, 2022
/backport to release/7.0 |
lambdageek
commented
Oct 6, 2022
/backport to release/6.0 |
Started backporting to release/7.0: https://github.com/dotnet/runtime/actions/runs/3194198853 |
Started backporting to release/6.0: https://github.com/dotnet/runtime/actions/runs/3194200068 |
lambdageek
commented
Oct 6, 2022
@akoeplinger this is probably worth porting to mono/mono 2020-02, as well |
akoeplinger
left a comment
There was a problem hiding this comment.
Nice find! Kind of amazing this got unnoticed so long 😄
akoeplinger
commented
Oct 6, 2022
/azp run sync-runtime-to-mono |
|
No pipelines are associated with this pull request. |
hm looks like the sync pipeline got lost in the dnceng-public migration somehow. @uweigand would you mind manually porting this to mono/mono? |
uweigand
commented
Oct 6, 2022
|
* Backport dotnet/runtime#76665 Co-authored-by: Ulrich Weigand <ulrich.weigand@de.ibm.com>
Compare version components in the correct order in assembly_names_compare_versions
Fixes[mono] Incorrect version comparison in the loader #76664
This should be backported to .NET 7 and .NET 6 as well.