Replies: 1 comment 4 replies
-
Beta Was this translation helpful? Give feedback.
4 replies
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.
-
Hi everyone 👋 ! I’ve one use case in my current code that I’m struggling a bit using AutoMapper. What ways I have, if possible, to have a type converter applied only to a specific ‘CreateMap’? Say, for example, I have two different logics for converting an int to a DateOnly and in different ‘CreateMap’s I want to apply a different custom type converter. Is this achievable in AutoMapper without having two different mapper configurations? Thanks in advance! Have a nice day 👍
Beta Was this translation helpful? Give feedback.
All reactions