You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…n on devices
Unlike _legacy_ the method becomes an empty _stub_ and is not removed.
IOW the metadata still exists... and that requires updating the tests.
Fixesdotnet#10457
rolfbjarne
changed the title
[.NET 6] Link away calls to Runtime.RegisterEntryAssembly when building for device
[.NET 6] Link away calls to Runtime.RegisterEntryAssembly when the dynamic registrar has been optimized away
Aug 4, 2021
rolfbjarne
changed the title
[.NET 6] Link away calls to Runtime.RegisterEntryAssembly when the dynamic registrar has been optimized away
Link away calls to Runtime.RegisterEntryAssembly when the dynamic registrar has been optimized away
Aug 26, 2022
As the description says: link away calls to Runtime.RegisterEntryAssembly when
building for devicethe dynamic registrar has been optimized away.And enable link all's Runtime_RegisterEntryAssembly test.
Ref: #12330.
Ref: #11858.
The text was updated successfully, but these errors were encountered: