Replies: 4 comments 10 replies
-
|
Beta Was this translation helpful? Give feedback.
-
Hello. Just wanted to pass along a library I found to accomplish using Mapperly functions in LINQ expressions (for DSL translations like SQL, COSMOS, etc.) https://github.com/hazzik/DelegateDecompiler It allows for decompiling the generated function into expression trees. Here's a sample for how we're using it:
|
Beta Was this translation helpful? Give feedback.
-
@CaptTwigg ProjectTo should now be supported in A recursion limit is not yet supported, could you add a sample for your use case including how the configuration and the generated code could look like? |
Beta Was this translation helpful? Give feedback.
-
Hey, @latonz I just checked out the |
Beta Was this translation helpful? Give feedback.
-
Hello, thank you for a great tool!
I'm in the process of replacing AutoMapper with Mapperly, and in that process I have some ideas to new features, that you maybe already have thought about, but anyway.
Not sure if you would like a new discussion for every idea, so I will start with one here.
Generate a "ProjectTo" IQueryable like AutoMapper Queryable-Extensions and preferable with some recursion with a limit
[RecursionDepth(<some number>)]
?Beta Was this translation helpful? Give feedback.
All reactions