CompareNETObjects 1.6.0
See the version list below for details.
dotnet add package CompareNETObjects --version 1.6.0
NuGet\Install-Package CompareNETObjects -Version 1.6.0
<PackageReference Include="CompareNETObjects" Version="1.6.0" />
<PackageVersion Include="CompareNETObjects" Version="1.6.0" />
<PackageReference Include="CompareNETObjects" />
paket add CompareNETObjects --version 1.6.0
#r "nuget: CompareNETObjects, 1.6.0"
#addin nuget:?package=CompareNETObjects&version=1.6.0
#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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net35 is compatible. net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (33)
Showing the top 20 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/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
|
|
Cinchoo/ChoETL
ETL framework for .NET (Parser / Writer for CSV, Flat, Xml, JSON, Key-Value, Parquet, Yaml, Avro formatted files)
|
|
Element-Blazor/Element-Blazor
A Web UI Library based on Element and Blazor WebAssembly.
|
|
dotnet/dotnet
Home of .NET's Virtual Monolithic Repository which includes all the code needed to build the .NET SDK.
|
|
microsoft/ApplicationInsights-dotnet
ApplicationInsights-dotnet
|
|
ahmedayman4a/Linkedin-Learning-Courses-Downloader
Download LinkedIn Learning Courses in mp4 format and in the video quality you like with an intuitive UI
|
|
api-bricks/api-bricks-sdk
SDKs for CoinAPI & FinFeedAPI
|
|
vchelaru/FlatRedBall
Cross-platform 2D game engine focused on ultimate productivity built in .NET
|
|
michielpost/Q42.HueApi
C# helper library to talk to the Philips Hue bridge
|
|
bcssov/IronyModManager
Mod Manager for Paradox Games. Official Discord: https://discord.gg/t9JmY8KFrV
|
|
Sina-Soltani/Parbad
A free, open-source, integrated and extensible library which connects your web applications to online payment gateways. Gateways can be added or developed by you.
|
|
Abc-Arbitrage/Zebus
A lightweight Peer to Peer Service Bus
|
|
GoodAI/BrainSimulator
Brain Simulator is a platform for visual prototyping of artificial intelligence architectures.
|
|
yreynhout/AggregateSource
Lightweight infrastructure for doing eventsourcing using aggregates
|
|
hassanhabib/Standard.AI.OpenAI
Standard-Compliant .NET library for Open AI
|
|
libplctag/libplctag.NET
A .NET wrapper for libplctag.
|
|
container-desktop/container-desktop
Provides an alternative for Docker for Desktop on Windows using WSL2.
|
Version | Downloads | Last Updated |
---|---|---|
3.3.0 | 5,009 | 10/10/2015 |
3.2.0 | 31,702 | 3/13/2015 |
3.1.0 | 64,979 | 8/25/2014 |
3.0.0 | 29,711 | 5/23/2014 |
2.3.0 | 810 | 5/20/2014 |
2.2.0 | 4,141 | 5/8/2014 |
2.1.0 | 3,316 | 4/11/2014 |
2.0.0 | 4,265 | 3/15/2014 |
1.7.4 | 25,591 | 11/7/2013 |
1.7.3 | 4,509 | 10/4/2013 |
1.7.2 | 6,748 | 6/25/2013 |
1.7.1 | 3,212 | 5/3/2013 |
1.7.0 | 261 | 5/3/2013 |
1.6.0 | 4,702 | 12/20/2012 |
1.4.2 | 5,172 | 4/27/2012 |
1.3.0 | 359 | 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.