If a property is of a collection type of another object, and recursive comparison is enabled, it should compare the individual objects as well.
Comments: ** Comment from web user: bjarke **
Comments: ** Comment from web user: bjarke **
The impact is much higher to me as FluentAssertions like "actualDto.ShouldHave().AllProperties().IncludingNestedObjects().EqualTo(expectedDto)" looks exactly like what I want for all my web service unit tests. But, alas, many of the DTO's contain lists containing other DTO's and thus I cannot use FA as desired. If a fix is available prior to the next release I would be most happy to get a patch as soon as possible :-)