Replies: 3 comments
-
perhaps share a failing unit test as a Pull Request |
Beta Was this translation helpful? Give feedback.
0 replies
-
I think [Serializable] is compiled as a flag on the TypeDefinition, not as a Custom Attribute. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a class with 2 custom attributes:
But Mono.Cecil is only picking up one:
I know that this is a built in attribute - but surely this should be listed here as well as in the flags?
Beta Was this translation helpful? Give feedback.
All reactions