I'm using the FluentAssertions library to verify serialization is working as expected using the DataContractSerializer.
Many of the objects I'm serializing have [IgnoreDataMember]
attributes on some properties.
Is there a a way to instruct fluent assertions to disregard ignored data members when performing a ShouldBeEquivalentTo
assertion?