Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[mono] Fix incorrect version comparison in loader #76665

Merged
merged 1 commit into from
Oct 6, 2022
Merged

[mono] Fix incorrect version comparison in loader #76665

merged 1 commit into from
Oct 6, 2022

Conversation

uweigand
Copy link
Contributor

@uweigand uweigand commented Oct 5, 2022

This should be backported to .NET 7 and .NET 6 as well.

* Compare version components in the correct order in
  assembly_names_compare_versions

* Fixes #76664
@ghost ghost added the community-contribution Indicates that the PR has been added by a community member label Oct 5, 2022
@ghost
Copy link

ghost commented Oct 5, 2022

Tagging subscribers to this area:
See info in area-owners.md if you want to be subscribed.

Issue Details

This should be backported to .NET 7 and .NET 6 as well.

Author: uweigand
Assignees: -
Labels:

area-AssemblyLoader-mono

Milestone: -

@lambdageek
Copy link
Member

/backport to release/7.0

@lambdageek
Copy link
Member

/backport to release/6.0

@github-actions
Copy link
Contributor

github-actions bot commented Oct 6, 2022

@github-actions
Copy link
Contributor

github-actions bot commented Oct 6, 2022

@lambdageek
Copy link
Member

@akoeplinger this is probably worth porting to mono/mono 2020-02, as well

Copy link
Member

@akoeplinger akoeplinger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice find! Kind of amazing this got unnoticed so long 😄

@akoeplinger
Copy link
Member

/azp run sync-runtime-to-mono

@azure-pipelines
Copy link

No pipelines are associated with this pull request.

@akoeplinger
Copy link
Member

akoeplinger commented Oct 6, 2022

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 added a commit to uweigand/mono that referenced this pull request Oct 6, 2022
@uweigand
Copy link
Contributor Author

uweigand commented Oct 6, 2022

hm looks like the sync pipeline got lost in the dnceng-public migration somehow. @uweigand would you mind manually porting this to mono/mono?

mono/mono#21553

@akoeplinger akoeplinger merged commit 11b4ef9 into dotnet:main Oct 6, 2022
github-actions bot pushed a commit to mono/mono that referenced this pull request Oct 6, 2022
akoeplinger pushed a commit to mono/mono that referenced this pull request Oct 6, 2022
akoeplinger pushed a commit to mono/mono that referenced this pull request Oct 6, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Nov 5, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-AssemblyLoader-mono community-contribution Indicates that the PR has been added by a community member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[mono] Incorrect version comparison in the loader
3 participants