NCheck V2
Just release V2 of NCheck, my test object comparision helper which tidies up a few things that simplify custom comparisions and excluding properties.
- Reworked the
ITypeCompareTargter/IPropertyCompareTargeterinto a a more genericIConvention<Source, Target> - Introduced custom comparers and use convention-based registration for them.
- Retired Exclude, you can now use
Compare(x => x.PropertyName).Ignore, unifies the syntax compared to other options.