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

Handle classes with write-only properties #99

Merged
merged 1 commit into from
May 8, 2018

Conversation

steco
Copy link

@steco steco commented May 1, 2018

I came across a bug where HandleNormalProperties threw an exception when passed a class with write-only properties (ones with a setter but no getter). I have made a fix and added a test, but please let me know if there is a better way to achieve this

@GregFinzer GregFinzer merged commit a2337ba into GregFinzer:master May 8, 2018
@GregFinzer
Copy link
Owner

@steco Looks good. Thanks so much!

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

Successfully merging this pull request may close these issues.

2 participants