Replies: 2 comments 1 reply
-
I guess it should work. A PR is welcome. You can target my branch as it's way ahead of master. I, for one, prefer the explicit version :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
It seems you're using an older version. Try the MyGet build and go downward. |
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.
-
I've got a very contrived, hopefully simplified, example of my project:
both
Created
andUpdated
properties are managed by the database, so I don't ever want AutoMapper to set these values, so:I've found some behavior I don't understand with the following configuration. I was expecting my open generic map configuration to inherit the configuration above because both my source and destination derive from
object
andITrackEntity[Created|Updated]
, respectively.Is this expected behavior or does this surprise anyone?
Beta Was this translation helpful? Give feedback.
All reactions