JasonBock / InlineMapping

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

Diagnostics for Missed Source Property Mapping #7

Closed JasonBock closed 4 years ago

JasonBock commented 4 years ago

Create a warning if a source property doesn't have a map to a destination. Maybe do the same for destination as well - e.g. remove it from the list once it's found, and if there are any left, warn about those.