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
We currently look for UnmanagedCallersOnly entry points in all assemblies:
<!-- Process UnmanagedCallersOnly attributes from every assembly -->
<UnmanagedEntryPointsAssemblyRemove="System.Private.CoreLib" />
<UnmanagedEntryPointsAssemblyInclude="@(_UpdatedManagedAssemblyToLink->'%(Filename)')" />
We must to do this for all assemblies we've modified using the managed static registrar, but it might not be necessary for any other assemblies.
So we need to look into whether we can shrink this list of assemblies.
The text was updated successfully, but these errors were encountered:
Ref: #17374 (comment)
We currently look for UnmanagedCallersOnly entry points in all assemblies:
We must to do this for all assemblies we've modified using the managed static registrar, but it might not be necessary for any other assemblies.
So we need to look into whether we can shrink this list of assemblies.
The text was updated successfully, but these errors were encountered: