RicoSuter / Namotion.Reflection

.NET library with advanced reflection APIs.
MIT License
212 stars 44 forks source link

A ContextualProperty type is no longer compatible with ContextualPropertyInfo #119

Open rolan18 opened 2 years ago

rolan18 commented 2 years ago

The ContextualMemberInfo no longer inherits from ContextualType. This change appears to be happening since the 8daa916835df041d5afe5a9dae24409bd2be8034 commit.

Is there a new approach to how we should use ContextualType?