-
-
Notifications
You must be signed in to change notification settings - Fork 178
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
Implement working GetCustomAttributes #1429
Implement working GetCustomAttributes #1429
Conversation
Hi @MateuszKlatecki, I'm nanoFramework bot. A human will be reviewing it shortly. 😉 |
I'm afraid this not possible because metadataprocessor strips out the "content" for the custom attributes. Only the attribute type is preserved and makes it to the portable executable. For this to work it the processor would have to be changed. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Draft PR |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
…tribute Types (cherry picked from commit ff0f5bea8f73633ce165e7d1259c78c75e5d5fcf)
Signed-off-by: José Simões <jose.simoes@eclo.solutions>
Signed-off-by: José Simões <jose.simoes@eclo.solutions>
Signed-off-by: José Simões <jose.simoes@eclo.solutions>
Signed-off-by: josesimoes <jose.simoes@eclo.solutions>
Description
Motivation and Context
How Has This Been Tested?
Screenshots
Types of changes
Checklist:
Signed-off-by: Mateusz Klatecki mateusz.klatecki@gc5.pl
Signed-off-by: Jose Simoes jose.simoes@eclo.solutions