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
Here the type T needs to be annotated with DynamicallyAccessedMemberKinds.Properties because InitializeReEntry will eventually need to access all the properties on T. However, the linker currently doesn't recognize when I try to annotate the method like the following:
In
System.Text.Json
, we have code like the followingHere the type
T
needs to be annotated withDynamicallyAccessedMemberKinds.Properties
becauseInitializeReEntry
will eventually need to access all the properties onT
. However, the linker currently doesn't recognize when I try to annotate the method like the following:cc @MichalStrehovsky @vitek-karas
The text was updated successfully, but these errors were encountered: