CompareNETObjects 1.6.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package CompareNETObjects --version 1.6.0
NuGet\Install-Package CompareNETObjects -Version 1.6.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CompareNETObjects" Version="1.6.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CompareNETObjects --version 1.6.0
#r "nuget: CompareNETObjects, 1.6.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install CompareNETObjects as a Cake Addin
#addin nuget:?package=CompareNETObjects&version=1.6.0

// Install CompareNETObjects as a Cake Tool
#tool nuget:?package=CompareNETObjects&version=1.6.0

What you have been waiting for. Perform a deep compare of any two .NET objects using reflection. Shows the differences between the two objects.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories (33)

Showing the top 5 popular GitHub repositories that depend on CompareNETObjects:

Repository Stars
microsoft/AttackSurfaceAnalyzer
Attack Surface Analyzer can help you analyze your operating system's security configuration for changes during software installation.
microsoft/playwright-dotnet
.NET version of the Playwright testing and automation library.
microsoft/AdaptiveCards
A new way for developers to exchange card content in a common and consistent way.
SubnauticaNitrox/Nitrox
An open-source, multiplayer modification for the game Subnautica.
Xavalon/XamlStyler
Visual Studio extension to help format your XAML source code
Version Downloads Last updated
3.2.0 17,058 3/13/2015
3.1.0 31,617 8/25/2014
3.0.0 14,077 5/23/2014
2.3.0 255 5/20/2014
2.2.0 1,825 5/8/2014
2.1.0 1,042 4/11/2014
2.0.0 917 3/15/2014
1.7.4 7,537 11/7/2013
1.7.3 1,164 10/4/2013
1.7.2 970 6/25/2013
1.7.1 680 5/3/2013
1.7.0 113 5/3/2013
1.6.0 711 12/20/2012
1.4.2 1,103 4/27/2012
1.3.0 103 4/17/2012

* Changed object1 and object2 to expected and actual in the differences string.  
* Allow renaming ExpectedName and ActualName in DifferencesString
* Allow custom functions to be launched by Compare .Net Objects
* Support for IPEndPoint
* Added the ability to compare only the ElementsToInclude
* Fix for IgnoreAttribute on property
* Differences list now more detailed.  You can now use LINQ over the properties.