When we use the ShouldHave (property comparison), it would be nice if, when the comparison of two properties (of complex types) are not the same type, cannot be converted and are not equal, the method would recurse on child properties of the subject to evaluates the equality.
We would have to be careful about the infinite recursion, but would be much helpful for complex hierarchical types comparison.
Phil
We would have to be careful about the infinite recursion, but would be much helpful for complex hierarchical types comparison.
Phil