Equ
Equ copied to clipboard
Fast, convention-based, zero-code equality functions for .NET
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
For methods like `EquCompare.Equals(this, other)` It should be possible to allow it to be called as `EquCompare.Equals(this, other)` since you can have classes share a name if they have different...
Hi, I encountered unexpected behaviour in Equ wherein the following (uncommented) unit test failed: ``` namespace Equ.Test { public class NestedCollectionsTest { public class Level2 { public string BasicProperty {...
Hi, I'm loving Equ and using it loads. Just come across a case where I'd like to perform a comparison of a class which contains a string property and I'd...
I use `MemberwiseEqualityComparer` for an external class, which I cannot change the code. It works great. However, I need to ommit a certain property, but I cannot add `[MemberwiseEqualityIgnore]` attribute...
When using `PropertyWiseEquatable` on a class with `dynamic` properties the comparison semi randomly returns false even on identical objects.
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.3 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...