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

Use RuntimeHelpers.GetHashCode instead of obj.GetHashCode #31756

Merged
merged 6 commits into from
Feb 6, 2020

Conversation

Marusyk
Copy link
Member

@Marusyk Marusyk commented Feb 4, 2020

Fixes #2128

Please review
Thank you in advance

@Marusyk Marusyk marked this pull request as ready for review February 4, 2020 22:45
@Marusyk
Copy link
Member Author

Marusyk commented Feb 4, 2020

Unit tests will commit in a few minutes

Copy link
Member

@jozkee jozkee left a comment

Choose a reason for hiding this comment

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

Other than https://github.com/dotnet/runtime/pull/31756/files#r375016781 suggestion; it looks good to me.

Copy link
Member

@jozkee jozkee left a comment

Choose a reason for hiding this comment

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

I didn't notice the CI failures. Re-reviewing.

Copy link
Member

@jozkee jozkee left a comment

Choose a reason for hiding this comment

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

Thanks for the changes, I think this can be merged once the CI finishes correctly.

Marusyk and others added 2 commits February 6, 2020 02:09
Copy link
Contributor

@ahsonkhan ahsonkhan left a comment

Choose a reason for hiding this comment

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

looks good.

@ahsonkhan
Copy link
Contributor

CI failure is unrelated: #31842, #31843

@ahsonkhan ahsonkhan merged commit c626d1a into dotnet:master Feb 6, 2020
@Marusyk Marusyk deleted the marusyk/2128 branch February 6, 2020 09:38
@ghost ghost locked as resolved and limited conversation to collaborators Dec 10, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use RuntimeHelpers.GetHashCode instead of obj.GetHashCode
4 participants