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

[mono] Share more of the CustomAttribute logic between CoreCLR and Mono #94659

Open
ivanpovazan opened this issue Nov 13, 2023 · 0 comments
Open
Assignees
Labels
area-VM-reflection-mono Reflection issues specific to MonoVM
Milestone

Comments

@ivanpovazan
Copy link
Member

To improve code quality and maintainability and have the same behaviour between the runtime flavours we should try to share more code/logic between CoreCLR's and Mono's implementation of CustomAttribute API.

This has been called out in: #94602 and should try to address code comments used with Mono:

to share/match CoreCLR's implementation.

At the same time, adequate unit tests should be added to test and verify the changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-VM-reflection-mono Reflection issues specific to MonoVM
Projects
None yet
Development

No branches or pull requests

1 participant