Skip to content

Releases: thedmi/Equ

2.3.0

25 Feb 12:28
Compare
Choose a tag to compare

Better integration with C# 9 records is now provided through EquCompare<T>.

2.2.0

29 Jul 05:12
b903308
Compare
Choose a tag to compare

ToString() function generator added. This is currently experimental and must be added explicitly to a class:

public override string ToString() => Stringify<TheHostType>.With(this);

The produced strings will contain all fields as string representation. This is not a serialization mechanism, but a tool that aids debugging.

2.1.0

23 Jul 09:49
Compare
Choose a tag to compare