AutoEquals.Lib
0.1.9
dotnet add package AutoEquals.Lib --version 0.1.9
NuGet\Install-Package AutoEquals.Lib -Version 0.1.9
<PackageReference Include="AutoEquals.Lib" Version="0.1.9" />
paket add AutoEquals.Lib --version 0.1.9
#r "nuget: AutoEquals.Lib, 0.1.9"
// Install AutoEquals.Lib as a Cake Addin #addin nuget:?package=AutoEquals.Lib&version=0.1.9 // Install AutoEquals.Lib as a Cake Tool #tool nuget:?package=AutoEquals.Lib&version=0.1.9
C# class library, auto-generating the Equals and GetHashCode methods, based on the attribute configuration.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. 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
This package is not used by any popular GitHub repositories.
0.1.9.0
1) Optimized GetHashCode and Equals methods. Fixed GetHashCode for IEnumerable and IEnumerable<>.
0.1.8.0:
1) Added support for some builtin types (ints, doubles, floats, decimals, bools, datetimes, timespans, IEnumerables).
0.1.6.0:
1) Cleaned up the project. Made base class abstract.
0.1.2.0:
1) Initial package release. Version contains a base class, and a custom attribute, which together override the Equals and GetHashCode methods, and perform check using class properties, with a specific attribute.