ObjectComparator 3.0.0
See the version list below for details.
dotnet add package ObjectComparator --version 3.0.0
NuGet\Install-Package ObjectComparator -Version 3.0.0
<PackageReference Include="ObjectComparator" Version="3.0.0" />
paket add ObjectComparator --version 3.0.0
#r "nuget: ObjectComparator, 3.0.0"
// Install ObjectComparator as a Cake Addin #addin nuget:?package=ObjectComparator&version=3.0.0 // Install ObjectComparator as a Cake Tool #tool nuget:?package=ObjectComparator&version=3.0.0
This library allows comparing objects and provide distinctions. What is more, this tool can set compare strategy for certain properties or fields and types
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.0 was computed. netcoreapp3.1 is compatible. |
.NET Standard | netstandard2.1 is compatible. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETCoreApp 3.1
- Microsoft.CSharp (>= 4.7.0)
-
.NETStandard 2.1
- Microsoft.CSharp (>= 4.7.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on ObjectComparator:
Package | Downloads |
---|---|
Twileloop.SessionGuard
Gives you a reactive event based state management framework that centralises application state and give callbacks on state updates across application. It also allows you to write and read persistant states from an XML encoded defalate compressed file, an ideal solution for having data files |
|
Twileloop.SST
A central state management library with features like state history, diffing, undo, redo, and deep state cloning. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
3.5.8 | 4,437 | 2/12/2024 | |
3.5.7 | 6,125 | 10/9/2023 | |
3.5.6 | 551 | 9/27/2023 | |
3.5.5 | 807 | 9/16/2023 | |
3.5.4 | 510 | 9/16/2023 | |
3.5.3 | 1,542 | 7/31/2023 | |
3.5.2 | 20,649 | 5/16/2022 | |
3.5.1 | 951 | 5/14/2022 | |
3.5.0 | 94,524 | 4/22/2021 | |
3.4.0 | 9,877 | 1/8/2021 | |
3.3.0 | 1,000 | 1/8/2021 | |
3.2.0 | 975 | 12/29/2020 | |
3.1.0 | 1,092 | 10/6/2020 | |
3.0.0.6 | 977 | 5/14/2022 | |
3.0.0 | 1,260 | 9/30/2020 | |
2.14.0 | 999 | 9/9/2020 | |
2.13.0 | 1,347 | 4/15/2020 | |
2.12.0 | 1,317 | 12/30/2019 | |
2.11.0 | 3,962 | 4/15/2019 | |
2.10.0 | 1,140 | 4/9/2019 | |
2.0.9 | 1,160 | 3/21/2019 | |
2.0.8 | 1,257 | 1/11/2019 | |
2.0.7 | 1,344 | 12/15/2018 | |
2.0.6 | 1,269 | 11/13/2018 | |
2.0.5 | 1,245 | 11/12/2018 | |
2.0.4 | 1,229 | 11/12/2018 | |
2.0.3 | 1,290 | 11/6/2018 |
-Display distinctions for Anonymous type ;
-DeeplyEquals if type has Overridden Equality method;
-DeeplyEquals if type(not primities and not Anonymous Type) has Overridden Equals method;
-improve performance;