Replies: 1 comment
-
Tracked in #785 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
``Continuation of IQueryable ProjectTo + other ideas.
The current ProjectTo implementation is working as expected for non-recursive mapping
While testing I found that having recursive BundleMember in my bundle would freeze Visual Studio and make it crash, but ideally there should be a way to specify nested properties to also have depth level.
Attribute idea, have the name of the property and depth level, maybe even throw an error if its not given.
Generated code: (Currently generated before refence loop detection)
Models:
Beta Was this translation helpful? Give feedback.
All reactions