Replies: 4 comments 3 replies
-
For most cases you only need the TTarget to TSource configuration when mapping an expression from TSource to TTarget. You may also need the TSource to TTarget configuration e.g. in cases where the expression contains a constant. Issue #175 will track the failing issue (multiple destination types in expression mapping). |
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
-
When I want to map an expression on TSource to TTarget, it makes sense that my mapping configuration defines a map from TSource to TTarget. However, it also needs a map from TTarget to TSource. Why is that?
Also, mapping a certain expression, that worked on AM v6, now gives me this error, but I have no idea how to fix this:
No generic method 'Count' on type 'System.Linq.Enumerable' is compatible with the supplied type arguments and arguments. No type arguments should be provided if the method is non-generic.
Beta Was this translation helpful? Give feedback.
All reactions