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
The API review for DynamicallyAccessedMembersAttribute changed a few things on the design of the attribute. For example, Public and NonPublic members were separated in the enum, and All and None values were added.
We should update the linker to support the new design.
The API review for
DynamicallyAccessedMembersAttribute
changed a few things on the design of the attribute. For example,Public
andNonPublic
members were separated in the enum, andAll
andNone
values were added.We should update the linker to support the new design.
See dotnet/runtime#33861 for discussion and dotnet/runtime#35387 for the new attribute.
The text was updated successfully, but these errors were encountered: