JasonBock / InlineMapping

Using the Compiler API for object mapping
MIT License
63 stars 11 forks source link

Handle Property Accessors Correctly #15

Closed JasonBock closed 3 years ago

JasonBock commented 3 years ago

If the types are in the same assembly, then they can "see" internal properties. I'm not handling this right now, need to fix that.