Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Respect the new design of DynamicallyAccessedMembersAttribute #1149

Closed
eerhardt opened this issue Apr 27, 2020 · 0 comments · Fixed by #1170
Closed

Respect the new design of DynamicallyAccessedMembersAttribute #1149

eerhardt opened this issue Apr 27, 2020 · 0 comments · Fixed by #1170
Assignees
Labels
Milestone

Comments

@eerhardt
Copy link
Member

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.

See dotnet/runtime#33861 for discussion and dotnet/runtime#35387 for the new attribute.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants