comparers.StrongNamed 4.0.0

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package comparers.StrongNamed --version 4.0.0
NuGet\Install-Package comparers.StrongNamed -Version 4.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="comparers.StrongNamed" Version="4.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add comparers.StrongNamed --version 4.0.0
#r "nuget: comparers.StrongNamed, 4.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install comparers.StrongNamed as a Cake Addin
#addin nuget:?package=comparers.StrongNamed&version=4.0.0

// Install comparers.StrongNamed as a Cake Tool
#tool nuget:?package=comparers.StrongNamed&version=4.0.0

A fluent API for creating IComparer and IEqualityComparer implementations.

Product Compatible and additional computed target framework versions.
.NET Framework net40-client is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.

Version Downloads Last updated

[4.0.0] Added support for WPA. Fixed bug in deteremining default comparer for sequences.
     [3.1.0] Implicit type detection with LINQ/Rx/Ix support. Added PCL support. Better hash code implementations.
     [3.0.0] Added EqualityComparers; added .NET 4.5, SL4, SL5, Win8, and XBox support; fixed CompoundComparer.GetHashCode.
     [2.0.2] Modified NuGet package metadata.
     [2.0.1] Removed contract exceptions when passing null to GetHashCode.
     [2.0.0] More consistent API; added sequence comparers, comparison operators, and the ability to override null object comparison.
     [1.1.0] Added ToString implementations to all comparers to assist debugging.