We're looking for an alternative to FluentAssertions.Should for our NUnit tests which takes System.Text.Json nodes for comparison. It looks like this package would provide an equality comparer - which is awesome - but we also use actual.Should().ContainSubtree(expected) a lot - which does a comparison ignoring extra properties. Would it be possible to add something like that to the comparison done by this package do you think?
We're looking for an alternative to FluentAssertions.Should for our NUnit tests which takes System.Text.Json nodes for comparison. It looks like this package would provide an equality comparer - which is awesome - but we also use
actual.Should().ContainSubtree(expected)a lot - which does a comparison ignoring extra properties. Would it be possible to add something like that to the comparison done by this package do you think?