-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
EnC: Allow adding/removing/updating attributes #49012
Comments
Not sure about "all attributes on .NET Core". Some attributes are meaningful to the runtime in a way that editing them may not have the expected effect. (For example |
@lambdageek Yes, we would need to exclude those. Note that these attributes are not real custom attributes. They are emitted as metadata flags. Updated the description to specifically say "custom" attributes. |
@tmat it's not just pseudo custom attributes. It's also things like There should be a rude attributes list. |
I see. We'll probably need to have a list of special ones. |
Allow all custom attributes on .NET Core.
Allow specific (nullability) custom attributes on .NET Framework.
The event has well-known full name with specific signature. It may be declared in any assembly and have any accessibility. Design with BCL.
The text was updated successfully, but these errors were encountered: