-
Im currently searching for the best mapping tool for my project. Has anyone experience in that? Best regards |
Beta Was this translation helpful? Give feedback.
Answered by
latonz
Jun 2, 2023
Replies: 1 comment 1 reply
-
What feature of Automapper are you referencing to? Mapperly does support object to object mappings, it doesn't matter if the type to be mapped is an ef core entity. Mapperly does also support |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
pSchedlm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What feature of Automapper are you referencing to? Mapperly does support object to object mappings, it doesn't matter if the type to be mapped is an ef core entity. Mapperly does also support
IQueryable
projections (see the docs).