Skip to content

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

Merged
lambdageek merged 1 commit intomono:masterfrom
monojenkins:sync-pr-44081-from-runtime
Nov 3, 2020
Merged

[netcore] remove 2 extra members from System.Object#20535
lambdageek merged 1 commit intomono:masterfrom
monojenkins:sync-pr-44081-from-runtime

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
@monojenkins monojenkins force-pushed the sync-pr-44081-from-runtime branch from ca9df80 to 4d61286 Compare November 2, 2020 20:29
@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