Found 69 packages
What you have been waiting for. Perform a deep compare of any two .NET objects using reflection. Shows the differences between the two objects.
Framework provides mechanism to compare classes, allows override comparison rules for specific properties and types.
Add deep object comparison to your NUnit assertions. Simply use Is.DeepEqualTo in place of Is.EqualTo.
Forked package of Compare .NET Objects (https://comparenetobjects.codeplex.com/) with some fixes
AutoCompare is a simple library with the goal of making it effortless to compare two objects of the same type to generate the list of modified properties.
Easily and efficiently compare the contents of two Stream objects.
A CSharp library that allows you to diff two objects and get a list of the differences back.
Hassle free deep object comparison assertions for NUnit.
Deep compares 2 objects or jtokens/jarrays/jobjects and returns the the result of the comparrison per element/property. allowing for reporting of difference between all kinds of objects.
Forked https://github.com/GregFinzer/Compare-Net-Objects added new config for personal use
Simple Object Comparer that generates a Diff between objects and is able to Patch one object to transforms into the other. Uses Newtonsoft Json.Net for Diff and Patch. Note: this nuget package contains C# source code and depends on .Net 4.0.
Create snapshots of any .Net object, compare them and create a structured diff; C#; .Net2.0; .Net4.0
A simple library that compares objects (useful for unit testing) using reflection.
Kentico Xperience Module for the Toolkit for Kentico Compare extension: Compare extension allows you Compare any two Kentico Xperience sites. Find differences in objects, pages, database objects, files and more. This is to be installed in the Kentico Xperience Administration Project/Site.
DeepCompare is a small library for comparing object and their nested properties with no limitation for the type of the class (you can use normal typed objects, untyped object and dynamics) and the level of the properties and fields which will iterated down. It makes no differences between fields and properties and tries to compare the values of them.