Capgemini.CommonObjectUtils
1.2.1
See the version list below for details.
dotnet add package Capgemini.CommonObjectUtils --version 1.2.1
NuGet\Install-Package Capgemini.CommonObjectUtils -Version 1.2.1
<PackageReference Include="Capgemini.CommonObjectUtils" Version="1.2.1" />
<PackageVersion Include="Capgemini.CommonObjectUtils" Version="1.2.1" />
<PackageReference Include="Capgemini.CommonObjectUtils" />
paket add Capgemini.CommonObjectUtils --version 1.2.1
#r "nuget: Capgemini.CommonObjectUtils, 1.2.1"
#:package Capgemini.CommonObjectUtils@1.2.1
#addin nuget:?package=Capgemini.CommonObjectUtils&version=1.2.1
#tool nuget:?package=Capgemini.CommonObjectUtils&version=1.2.1
A .Net class library to make writing common object methods quicker and more consistent.
| 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. |
-
- CuttingEdge.Conditions (>= 1.2.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Capgemini.CommonObjectUtils:
| Package | Downloads |
|---|---|
|
Capgemini.DataBuilder
A .Net class library to make writing small binary data samples (suitable for unit testing) easy. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Added an AppendMany method to the HashCodeBuilder to support hashing based on member enumerations.
Fixed a bug where passing null to EqualsBuilder.Append caused a NullReferenceException.
Added a new AppendMany overload to the EqualsBuilder to support comparing enumerations of objects that don't implement IEquatable.
Eliminated repeat enumerations in EqualsBuilder.AppendMany.