Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Aot forwarder fixes #21163

Merged
merged 1 commit into from
Jun 17, 2017
Merged

Aot forwarder fixes #21163

merged 1 commit into from
Jun 17, 2017

Conversation

morganbr
Copy link

Fixes the ifdefs for the mscorlib and System facades to build for aot as well. Also includes a minor rd.xml tweak for BinaryFormatter. Fixes hundreds of BinaryFormatter tests. Progress on #19119

… as well. Also includes a minor rd.xml tweak for BinaryFormatter. Fixes hundreds of BinaryFormatter tests. Progress on #19119
@morganbr
Copy link
Author

CC @dotnet/corert-contrib , @stephentoub

@danmoseley danmoseley merged commit c79a3d8 into dotnet:master Jun 17, 2017
[assembly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CultureAwareComparer))]
[assembly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.OrdinalComparer))]
[assembly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.OrdinalIgnoreCaseComparer))]
[assembly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.GenericComparer<>))]
[assembly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.NullableComparer<>))]
[assembly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.ObjectComparer<>))]
[assembly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.Int32EnumComparer<>))]
[assembly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.UInt32EnumComparer<>))]
Copy link
Member

Choose a reason for hiding this comment

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

Don't we need them anymore?

Copy link
Author

Choose a reason for hiding this comment

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

These ones only exist on CoreCLR, so they're not supposed to get serialized. The tests seem to agree.

@karelz karelz modified the milestones: UWP6.0, 2.1.0 Jun 20, 2017
@morganbr morganbr deleted the AoTForwarders2 branch July 20, 2017 03:13
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
… as well. Also includes a minor rd.xml tweak for BinaryFormatter. Fixes hundreds of BinaryFormatter tests. Progress on dotnet/corefx#19119 (dotnet/corefx#21163)

Commit migrated from dotnet/corefx@c79a3d8
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.

6 participants