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

Removed attribute that causes issues with internal builds. #2820

Merged
merged 1 commit into from
Sep 10, 2024

Conversation

brentschmaltz
Copy link
Member

Defining the following attribute in multiple assemblies (.Tokens, .Logging) causes an internal error.
[DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicConstructors)]

This may not be the best or optimal solution, but fixes the internal build error.
Since this code is currently internal and in preview, we can address the model in a future PR.

[DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicConstructors)]
@brentschmaltz brentschmaltz requested a review from a team as a code owner September 10, 2024 18:06
@brentschmaltz brentschmaltz merged commit f22170b into dev Sep 10, 2024
6 checks passed
@jennyf19 jennyf19 added this to the 8.0.3 milestone Sep 20, 2024
@brentschmaltz brentschmaltz deleted the brentsch/RemoveAttribute branch October 23, 2024 21:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants