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

[netcore] remove 2 extra members from System.Object #20535

Merged
merged 1 commit into from
Nov 3, 2020

Conversation

monojenkins
Copy link
Contributor

@monojenkins monojenkins commented Oct 30, 2020

!! This PR is a copy of dotnet/runtime#44081, please do not edit or review it in this repo !!
Do not automatically approve this PR:

* Consider how the changes affect configurations in this repo,
* Check effects on files that are not mirrored,
* Identify test cases that may be needed in this repo.

!! Merge the PR only after the original PR is merged !!



1. move GetRawData to an extension method in RuntimeHelpers and fixup the intrinsics
2. replace Object.CloneInternal by MarshalAsAttribute.CloneInternal at its one use site
3. re-enable System.Reflection.Tests.TypeInfoTests.FindMembers and fix #15029

@lambdageek lambdageek changed the title Move RuntimeHelpers.GetRawData() to src/libraries, use in Mono [netcore] remove 2 extra members from System.Object Nov 2, 2020
1. move `GetRawData` to an extension method in RuntimeHelpers and fixup the intrinsics
2. replace `Object.CloneInternal` by `MarshalAsAttribute.CloneInternal` at its one use site
3. re-enable System.Reflection.Tests.TypeInfoTests.FindMembers and fix mono#15029
@lambdageek
Copy link
Member

@monojenkins build failed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[netcore] Make System.Reflection.Tests.TypeInfoTests.FindMembers Pass
3 participants