EntityChange
EntityChange copied to clipboard
Library to compare two object graphs detecting change
Hi, Is there an option to do a IgnoreAll properties and then choose the one or two properties I want to compared?
Solving #8. Added the safe navigation operator to the affected instructions by the bug, so the exception isn't thrown anymore. Also, added a test to check if the implementation was...
This issue was detected when comparing root elements, for example, of a value type. When change is detected in the root element, a null reference exception is launched when creating...
Given a model ``` public class Car { public Car() { Bag = new Dictionary(); } public IDictionary Bag { get; } } ``` I want to ignore all changes...
Do you have any idea what would cause this? Sorry I cannot reproduce easily at the moment. Version: Exception: ``` MissingMethodException - Constructor on type 'EntityChange.DictionaryWrapper`2[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[Newtonsoft.Json.Linq.JToken,...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. Release notes Sourced from actions/upload-artifact's releases. v5.0.0 What's Changed BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but...