-
-
Notifications
You must be signed in to change notification settings - Fork 554
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
Fix support for write-only properties in BeEquivalentTo #2836
Fix support for write-only properties in BeEquivalentTo #2836
Conversation
Qodana for .NETIt seems all right 👌 No new problems were found according to the checks applied 💡 Qodana analysis was run in the pull request mode: only the changed files were checked Contact Qodana teamContact us at [email protected]
|
d2d2b6b
to
617eef4
Compare
7b3f5f3
to
bc59834
Compare
bc59834
to
d377ab4
Compare
Pull Request Test Coverage Report for Build 12005351325Details
💛 - Coveralls |
I'll try to have a look today. |
Is it intentional that this PR also contains the "Drop support..." commit? |
Yes, it needs to rebased when #2835 is merged. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Found a small typo.
I tried reproducing the reported bug in #2832 locally to see what caused the problems, but didn't finished. Will continue later tonight
…ause a NRE. The implementation of Type.GetProperties that Reflectify provided crashed on a write-only property that is part of an interface. We didn't have a test for that, and the only other test that covered a similar scenario wasn't properly implemented.
d377ab4
to
302d021
Compare
Fixes #2832
The implementation of
Type.GetProperties
that Reflectify provided crashed on a write-only property that is part of an interface. We didn't have a test for that, and the only other test that covered a similar scenario wasn't properly implemented.Note Needs to rebased when #2835 is merged.
IMPORTANT
./build.sh --target spellcheck
or.\build.ps1 --target spellcheck
before pushing and check the good outcome