Hi,
Using fluent assertions 2.0 , can I get all the differences between two objects of the same class, and not just whether they are equal?
Also, is there a method for comparing two list properties regardless of the items order in the list? (in fluent assertions 1.7 we developed a method just for this sort of comparing).
Thanks!