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
When an API is marked with the RequiresUnreferencedCodeAttibute or RequiresDynamicCodeAttribute, that means it's incompatible with trimming or AOT, respectively.
This info is relevant to users of the API and should be visible somewhere in the docs.
Similarly, any type marked with [DynamicallyAccessedMembers] can impact users of the API. All of these attributes should be exposed in the API docs.
The text was updated successfully, but these errors were encountered:
Describe the issue or suggestion
When an API is marked with the
RequiresUnreferencedCodeAttibute
orRequiresDynamicCodeAttribute
, that means it's incompatible with trimming or AOT, respectively.This info is relevant to users of the API and should be visible somewhere in the docs.
Similarly, any type marked with
[DynamicallyAccessedMembers]
can impact users of the API. All of these attributes should be exposed in the API docs.The text was updated successfully, but these errors were encountered: