DeepEqual 1.3.0
See the version list below for details.
dotnet add package DeepEqual --version 1.3.0
NuGet\Install-Package DeepEqual -Version 1.3.0
<PackageReference Include="DeepEqual" Version="1.3.0" />
paket add DeepEqual --version 1.3.0
#r "nuget: DeepEqual, 1.3.0"
// Install DeepEqual as a Cake Addin #addin nuget:?package=DeepEqual&version=1.3.0 // Install DeepEqual as a Cake Tool #tool nuget:?package=DeepEqual&version=1.3.0
An extensible deep comparison library for .NET
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | 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 (9)
Showing the top 5 NuGet packages that depend on DeepEqual:
Package | Downloads |
---|---|
ShouldBeLike
Shouldly like tool for asserting likeness based on James Fosters' DeepEqual library. |
|
TestHelper
Test helpers |
|
ExcelAbstraction.Tests
Tests for ExcelAbtraction implementations |
|
DeepEqual.Bindings
DeepEqual.Bindings extends the idea of comparing 2 object graphs (DeepEqual library). By default, nodes not matched by name between graphs make objects not equal. With DeepEqual.Bindings you can override that behavior. You can bind nodes with different names by specifying how they are compared by expression. The most common usage looks like this: var a1 = new A1 { B1 = new B1 { Y = "value" } }; var a2 = new A2 { B2 = new B2 { Y = "value" } }; var comparer = ExtendedComparer<A1, A2>.New() .Bind(x1 => x1.B1, x2 => x2.B2); var result = comparer.Compare(a1, a2); //result is true. |
|
BlueprintHost.net
BlueprintHost.net is a HTTPModule that can intercept incoming requests that match your API Blueprints and reply with your documented responses. As a mock server it enables you to rapidly work on your UI/UX without worrying about the back-end part of the project (just-yet) |
GitHub repositories (6)
Showing the top 5 popular GitHub repositories that depend on DeepEqual:
Repository | Stars |
---|---|
ppy/osu
rhythm is just a *click* away!
|
|
rnwood/smtp4dev
smtp4dev - the fake smtp email server for development and testing
|
|
linvi/tweetinvi
Tweetinvi, an intuitive Twitter C# library for the REST and Stream API. It supports .NET, .NETCore, UAP (Xamarin)...
|
|
SapphireDb/SapphireDb
SapphireDb Server, a self-hosted, easy to use realtime database for Asp.Net Core and EF Core
|
|
rpgmaker/NetJSON
Faster than Any Binary? Benchmark: http://theburningmonk.com/2014/08/json-serializers-benchmarks-updated-2/
|
Version | Downloads | Last updated |
---|---|---|
6.0.0-rc2 | 12,663 | 6/3/2024 |
6.0.0-rc1 | 142 | 5/31/2024 |
6.0.0-alpha3 | 192 | 5/30/2024 |
6.0.0-alpha2 | 122 | 5/29/2024 |
6.0.0-alpha | 136 | 5/29/2024 |
5.1.0 | 178,571 | 5/28/2024 |
5.0.0 | 267,078 | 2/6/2024 |
4.2.1 | 2,343,838 | 10/27/2022 |
4.2.0 | 2,686 | 10/27/2022 |
4.1.0 | 185,521 | 9/10/2022 |
4.0.1 | 72,129 | 8/20/2022 |
4.0.0 | 1,196 | 8/20/2022 |
3.0.0 | 3,168 | 8/20/2022 |
2.0.0 | 5,432,840 | 12/7/2018 |
1.7.1 | 71,561 | 12/4/2018 |
1.6.0 | 966,077 | 4/25/2016 |
1.5.1 | 44,170 | 3/8/2016 |
1.5.0 | 54,911 | 1/13/2016 |
1.4.0 | 40,574 | 3/22/2015 |
1.3.0 | 2,207 | 3/21/2015 |
1.2.0 | 2,271 | 3/21/2015 |
1.1.1 | 9,465 | 2/9/2015 |
1.1.0 | 6,060 | 9/22/2014 |
1.0.0 | 5,871 | 6/17/2014 |