Skip to content
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

Conventions(. and []) are not working on Type with depth more than one. #29

Open
sarfrazaakbar opened this issue Jul 3, 2018 · 4 comments

Comments

@sarfrazaakbar
Copy link

For Example
Person class has reference to Contact and Contact has Reference to ContactInfo and ContactInfo has reference to Address. I want to add filter on Address i.e Person.Contact.ContactInfo.Address. It is throwing exception.

Program.zip

@axanth
Copy link

axanth commented Sep 4, 2018

I Got the same issue. any news on this?

@dbelmont
Copy link
Owner

Hi @sarfrazaakbar, @axanth,
Sorry for the late reply. A similar issue was reported (#26). The thing is that the project currently doesn't really support going down more than one level into nested properties.
I'll have a look at this and try to keep you guys posted.
Cheers.

@dbelmont
Copy link
Owner

Hi @sarfrazaakbar,

I created a pre-release package at NuGet.org with (I believe) the fix for this issue.
Would you mind checking that out and leaving a comment here to let me know if it's working correctly now?

Many thanks,
David

@axanth
Copy link

axanth commented Jan 20, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants