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
* Remove unnecessary pragmas
...now that dotnet/linker#2715 has been fixed.
* Remove some additional suppressions
* Fix build
* Add RequiresDynamicCode attribute because we are using MakeGenericMethod on a Type that may be a value type.
---------
Co-authored-by: Eric Erhardt <eric.erhardt@microsoft.com>
Justification="The call to MakeGenericMethod is safe due to the fact that PopulateMetadata<TTarget> does not have a DynamicallyAccessMembers attribute and TTarget is annotated to preserve all methods to preserve the PopulateMetadata method.")]
0 commit comments