Releases: thedmi/Equ
Releases · thedmi/Equ
2.3.0
2.2.0
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
See the release notes