Releases: GregFinzer/Compare-Net-Objects
Make compatible with .NET Core 8.0
Make compatible with .NET Core 8.0
Make GetTypeInfo internal
Make GetTypeInfo internal. The public version was causing compilation problems with someone.
Fix for DateOnly and TimeOnly
Fix for DateOnly and TimeOnly comparison when also using structs.
Support DateOnly, TimeOnly, Different Enum Types, and Bug Fixes
Ability to compare DateOnly and TimeOnly for .NET Core 6.0 and higher. Update XML Doc for CollectionMatchingSpec. Fix hidden type bug. Fix for compare IEnumerable from killergege. Handle different enum types from killergege.
ShowCollectionKeyName and CompareBackingFields
Version 4.78
Bump Newtonsoft.Json from 12.0.1 to 13.0.1
Version 4.77
Fix for comparing positive and negative infinity for a double. https://github.com/GregFinzer/Compare-Net-Objects/issues/260
Fix for default DateTime.Kind https://github.com/GregFinzer/Compare-Net-Objects/issues/259
Option to Ignore Collection Count when Read Only #256
Fixes for Compare Double Naan, IgnoreDateTimeOffsetTimezones and CompareReadOnly
Fixes for Compare Double Nan, IgnoreDateTimeOffsetTimezones, and CompareReadOnly == false.
Support for DateTime Kind
Support for DateTime Kind: https://github.com/GregFinzer/Compare-Net-Objects/issues/116
Nullable DateTimeOffset Support, IgnoreConcreteTypes, Enum Circular Reference
- Support for Nullable DateTimeOffset by goyzhang https://github.com/GregFinzer/Compare-Net-Objects/issues/230
- New config option to IgnoreConcreteTypes by goyzhang https://github.com/GregFinzer/Compare-Net-Objects/issues/232
- Fix for circular references in EnumerableComparer by idealist1508 https://github.com/GregFinzer/Compare-Net-Objects/issues/237