We'd like to compare two aggregate roots ignoring a few audit properties (CreatedBy, CreatedOn) on all entities within the root.
AllPropertiesBut() only excludes properties on the root object.
I think this is similar to this post below in that we'd like to configure how nested objects are compared:
http://fluentassertions.codeplex.com/discussions/284312
Comments: Associated with changeset 80521: Changed the override method to be more fluent.
Added the option to override the assertions for all properties of a certain type.
Properly documented the other members of the StructuralEqualityConfiguration.
Fixed a compile error in the .NET for Metro specs.
AllPropertiesBut() only excludes properties on the root object.
I think this is similar to this post below in that we'd like to configure how nested objects are compared:
http://fluentassertions.codeplex.com/discussions/284312
Comments: Associated with changeset 80521: Changed the override method to be more fluent.
Added the option to override the assertions for all properties of a certain type.
Properly documented the other members of the StructuralEqualityConfiguration.
Fixed a compile error in the .NET for Metro specs.