Capgemini.CommonObjectUtils
1.1.0
See the version list below for details.
dotnet add package Capgemini.CommonObjectUtils --version 1.1.0
NuGet\Install-Package Capgemini.CommonObjectUtils -Version 1.1.0
<PackageReference Include="Capgemini.CommonObjectUtils" Version="1.1.0" />
<PackageVersion Include="Capgemini.CommonObjectUtils" Version="1.1.0" />
<PackageReference Include="Capgemini.CommonObjectUtils" />
paket add Capgemini.CommonObjectUtils --version 1.1.0
#r "nuget: Capgemini.CommonObjectUtils, 1.1.0"
#:package Capgemini.CommonObjectUtils@1.1.0
#addin nuget:?package=Capgemini.CommonObjectUtils&version=1.1.0
#tool nuget:?package=Capgemini.CommonObjectUtils&version=1.1.0
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.
Support for the Builder pattern with an abstract Builder base class that checks mandatory arguments are supplied before building starts.
Support for carrying out actions on each element of an IEnumerable object using the ForEach extension method.
Support for combining identical catch exception blocks by using the IsOneOf extension method for the Exception class.
The required .Net framework version has been reduced to 4.0.