Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SetupProperty
fails for partially overridden property
because it tries to "upgrade" the property in the LINQ expression to the most derived one. The upgrade process verifies its own correctness by comparing getters, however a getter may be absent in a property of a "derived" class.
- Loading branch information