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

don't place DynamicallyAccessedMembers on an array #1973

Merged
merged 1 commit into from
Mar 29, 2022
Merged

Conversation

adamsitnik
Copy link
Member

it's a nop for NativeAOT and a bug for WASM. Instead of using params I've added ctors that accept 1, 2 and 3 types.

#1960 (comment)

cc @MichalStrehovsky @radical

it's a nop for NativeAOT and a bug for WASM
@adamsitnik
Copy link
Member Author

the fix has been verified by @radical : #1960 (comment)

@radical
Copy link
Member

radical commented Mar 29, 2022

The new (0.13.1.1747) nuget needs to be published to the public feeds.

@@ -12,6 +12,18 @@ public class GenericTypeArgumentsAttribute : Attribute
// CLS-Compliant Code requires a constructor without an array in the argument list
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: from the comment it looks like this constructor no longer needs to exist

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

Successfully merging this pull request may close these issues.

3 participants