Replies: 1 comment
-
If you enable strict mappings each unmapped property will result in a RMG012 or RMG020. This should give you quickly the information whats unmapped. With the upcoming 3.3.0 release you can even configure one-sided strict mappings. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My apologies if this has been suggested or there is a way to do this already. I think a nice feature would be an easy way to see what is unmapped. Might be nice to output those fields as comments or a trace. So it could be something like UnmappedMemberBehavior = None (default), Commented, Trace, Debug, Warning. On a large object with mismatches, it would be an easy way to just look at the code that was generated and see what still needs a map.
Beta Was this translation helpful? Give feedback.
All reactions