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

Fixed PropertyBehavior method to work with internal properties #3

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jorgehmv
Copy link

@jorgehmv jorgehmv commented Jul 9, 2013

Changed reflection lookup to look for nonpublic properties too. This is useful when using InternalsVisibleToAttribute to access internal members.

Changed reflection lookup to look for nonpublic properties too
@jorgehmv
Copy link
Author

jorgehmv commented Aug 2, 2013

I'm having some troubles running the tests, some of them fail using xunit gui program but pass using visual studio (my first time using xunit so maybe I'm doing something stupid).

Anyway I'm confident this will fix the problem without breaking existing functionality, let me know how it works for you.

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.

1 participant