Releases: GregFinzer/Compare-Net-Objects
Fix for nested dictionaries and nested lists
Fix for nested dictionaries and nested lists.
https://github.com/GregFinzer/Compare-Net-Objects/issues/222
https://github.com/GregFinzer/Compare-Net-Objects/issues/223
Performance Improvements
Performance improvements. https://github.com/GregFinzer/Compare-Net-Objects/issues/221
IPEndPoint Support in .NET CORE 3.1/.NET 5.0
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
- Support for DynamicObject. https://github.com/GregFinzer/Compare-Net-Objects/issues/103
Bug fixes plus .NET 5 Support
- Fix for Comparing dictionaries return two differences for same key. https://github.com/GregFinzer/Compare-Net-Objects/issues/214
- Fix for Ignore Order One List Has A Duplicate Value. https://github.com/GregFinzer/Compare-Net-Objects/issues/209
- Fix for SaveConfiguration serialization of type causes exception https://github.com/GregFinzer/Compare-Net-Objects/issues/204
- Support for .NET 5.0 https://github.com/GregFinzer/Compare-Net-Objects/issues/217
Test Extensions like ShouldCompare should take Optional Config
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
- Fix for Ignored Member Get Property Accessed: https://github.com/GregFinzer/Compare-Net-Objects/issues/201
- Support for sbyte array from @taks #203
- 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
Improve IgnoredByAttributePerformance by ocoanet
Added Config.UseHashCodeIdentifier for fix https://github.com/GregFinzer/Compare-Net-Objects/issues/192
Defect Fixes
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
Fix for comparing lists out of order with null items in the list.
https://github.com/GregFinzer/Compare-Net-Objects/issues/181