Skip to content

Releases: GregFinzer/Compare-Net-Objects

Fix for nested dictionaries and nested lists

19 Mar 23:55
Compare
Choose a tag to compare

Performance Improvements

09 Feb 18:42
Compare
Choose a tag to compare

IPEndPoint Support in .NET CORE 3.1/.NET 5.0

23 Jan 16:12
Compare
Choose a tag to compare

Fix for IPEndPoint comparison not detecting different IPv6 Addresses on .NET Core 3.1/.NET 5.0 https://github.com/GregFinzer/Compare-Net-Objects/issues/220

Support for DynamicObject

18 Jan 14:33
Compare
Choose a tag to compare

Bug fixes plus .NET 5 Support

09 Jan 17:36
Compare
Choose a tag to compare

Test Extensions like ShouldCompare should take Optional Config

09 Jan 15:30
Compare
Choose a tag to compare

Enhancement: Test Extensions like ShouldCompare should take Optional Config implemented by @drdamour

https://github.com/GregFinzer/Compare-Net-Objects/issues/215

Support for sbyte array, compare only attributes

12 Sep 12:20
Compare
Choose a tag to compare
  1. Fix for Ignored Member Get Property Accessed: https://github.com/GregFinzer/Compare-Net-Objects/issues/201
  2. Support for sbyte array from @taks #203
  3. New feature from @igorocampos compare only properties with given attribute. https://github.com/GregFinzer/Compare-Net-Objects/issues/207

Improve IgnoredByAttribute Performance and add Config.UseHashCodeIdentifier

12 Apr 02:32
Compare
Choose a tag to compare

Improve IgnoredByAttributePerformance by ocoanet

Added Config.UseHashCodeIdentifier for fix https://github.com/GregFinzer/Compare-Net-Objects/issues/192

Defect Fixes

21 Dec 15:09
Compare
Choose a tag to compare

Fixes for bugs with Dots and Tabs
https://github.com/GregFinzer/Compare-Net-Objects/issues/186

Comparing nullable decimal property 1.1m and 1.10m in complex type collection resulting "not equal"
https://github.com/GregFinzer/Compare-Net-Objects/issues/187

Support for nullable Enum-Properties
https://github.com/GregFinzer/Compare-Net-Objects/issues/189

New Custom Property Comparer and a Bug Fix

25 Nov 13:04
Compare
Choose a tag to compare

Fix for comparing lists out of order with null items in the list.
https://github.com/GregFinzer/Compare-Net-Objects/issues/181

New custom property comparer feature by @FLOTAS.
#184