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

Support for nested properties #25

Open
robdmoore opened this issue Apr 19, 2015 · 1 comment
Open

Support for nested properties #25

robdmoore opened this issue Apr 19, 2015 · 1 comment

Comments

@robdmoore
Copy link
Member

Currently Set(x => x.Parent.Child) will store in the underlying dictionary under the key Child rather than Parent.Child so if you then have Set(x => x.Parent2.Child) that will conflict.

I've seen this trip people up multiple times before - it's not intuitive.

@cur3n4
Copy link

cur3n4 commented Nov 5, 2015

Submited pull request #46

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

2 participants