-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Virtual Member #20
Comments
Hi @yudielcurbelo, interesting use case! I can add configuration to ignore virtual members, it should be easy. I will look into it this weekend. |
Hello, I really like your project, can I contribute and solve this problem? As far as I understand, we need to add IncludeVirtualMembers to MembersConfig and depending on this value output virtual members. |
Hi @Empiree, thanks! |
It's done! If any changes are needed, I'll be happy to fix them :) |
Thanks @Empiree and sorry for the delay in response. I'll review it tomorrow :) |
Thanks @Empiree for your contribution, I've approved the PR. The change should be part of the next release, towards the end of March :) |
When using EF Core Lazy Loading
Dump()
will load the whole tree.Using
MaxDepth = 1
helps, but then you will see a lot of[Exceeded max depth 1]
in the console.Is there a way to limit the library to ignore virtual members.
The text was updated successfully, but these errors were encountered: