You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 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:
runtime/src/mono/System.Private.CoreLib/src/System/Reflection/CustomAttribute.cs
Line 114 in 2454fe6
runtime/src/mono/System.Private.CoreLib/src/System/Reflection/CustomAttribute.cs
Line 469 in 2454fe6
to share/match CoreCLR's implementation.
At the same time, adequate unit tests should be added to test and verify the changes.
The text was updated successfully, but these errors were encountered: