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

MemberExpressionFactory filters out private members #1522

Merged
merged 2 commits into from Dec 2, 2022

Conversation

exyi
Copy link
Member

@exyi exyi commented Nov 26, 2022

We didn't pass bindingFlags to the GetAllMembers method :|

This bug was probably introduced in 4.0, but the fix will break any code depending on the behavior. However, I think it's quite unlikely many people would use private properties, since the serializer would ignore them.

We didn't pass bindingFlags to the GetAllMembers method :|

This bug was probably introduced in 4.0, but the fix will break
any code depending on the behavior. However, I think it's quite
unlikely many people would use private properties, since the
serializer would ignore them.
@exyi exyi added the bug label Nov 26, 2022
@exyi exyi force-pushed the fix/binding-private-members branch from 5f1206f to 7c704eb Compare November 30, 2022 12:22
@exyi exyi merged commit c81853d into main Dec 2, 2022
@exyi exyi deleted the fix/binding-private-members branch December 2, 2022 12:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants