Skip to content

Releases: GregFinzer/Compare-Net-Objects

Make compatible with .NET Core 8.0

12 Dec 01:40
6d4bc52
Compare
Choose a tag to compare

Make compatible with .NET Core 8.0

Make GetTypeInfo internal

12 Sep 13:41
63cfa4e
Compare
Choose a tag to compare

Make GetTypeInfo internal. The public version was causing compilation problems with someone.

Fix for DateOnly and TimeOnly

04 Sep 13:58
4b7a0b9
Compare
Choose a tag to compare

Fix for DateOnly and TimeOnly comparison when also using structs.

Support DateOnly, TimeOnly, Different Enum Types, and Bug Fixes

29 Aug 17:49
Compare
Choose a tag to compare

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

28 Jan 16:10
Compare
Choose a tag to compare

ShowCollectionKeyName Config option by gordon-matt #275

CompareBackingFields config option by Mch-Kuzyk #279

Version 4.78

01 Sep 18:08
Compare
Choose a tag to compare

Bump Newtonsoft.Json from 12.0.1 to 13.0.1

Version 4.77

25 Apr 19:26
Compare
Choose a tag to compare

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

Support for DateTime Kind

30 Jan 00:59
Compare
Choose a tag to compare

Nullable DateTimeOffset Support, IgnoreConcreteTypes, Enum Circular Reference

24 Sep 18:03
Compare
Choose a tag to compare