-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
⌚ Not Triaged🗺️ reQUESTTriggers an issue to be imported into Quest.Triggers an issue to be imported into Quest.needs-area-labelAn area label is needed to ensure this gets routed to the appropriate area ownersAn area label is needed to ensure this gets routed to the appropriate area owners
Description
Describe the issue or suggestion
When an API is marked with the RequiresUnreferencedCodeAttribute
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.
Metadata
Metadata
Assignees
Labels
⌚ Not Triaged🗺️ reQUESTTriggers an issue to be imported into Quest.Triggers an issue to be imported into Quest.needs-area-labelAn area label is needed to ensure this gets routed to the appropriate area ownersAn area label is needed to ensure this gets routed to the appropriate area owners
Type
Projects
Status
✅ Done