Replies: 1 comment 1 reply
-
It is. And that's what |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
As the upgrade guide clearly states and several stack overflow questions point out, it is not possible to define
CreateMap
andCreateProjection
for the same pair of source- and target-types.Why is that?
We have often the case, that a mapping is done sometimes "inbetween some service logic", where a direct instance to be mapped is given (i.e., only Map<> can be used), and sometimes directly succeeding a database query (i.e., ProjectTo<> would provide a significat performance boost but we are using Map<> instead).
Is this not a common requirement?
Beta Was this translation helpful? Give feedback.
All reactions