If properties are not equal and property types are the same - show expected and actual property values. This would greatly help debugging the issue.
I ran into the problem when using ShouldAllBeEquivalentTo
Comments: I only see the property name and property types. From looking at the code, it's showing this brief information as designed: AssertionRule.AssertEquality It only shows property types there. Doesn't check for values nor attempts to show values. This is the problem when I'm doing ShouldAllBeEquivalentTo, not regular Should()
I ran into the problem when using ShouldAllBeEquivalentTo
Comments: I only see the property name and property types. From looking at the code, it's showing this brief information as designed: AssertionRule.AssertEquality It only shows property types there. Doesn't check for values nor attempts to show values. This is the problem when I'm doing ShouldAllBeEquivalentTo, not regular Should()