Info
Version: | 1.6.0 |
Author(s): | Urs Enzler |
Last Update: | Monday, July 15, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/ursenzler/PreventEqualsMisusageAnalyzer |
NuGet Url: | https://www.nuget.org/packages/PreventEqualsMisusage |
Install
Install-Package PreventEqualsMisusage
dotnet add package PreventEqualsMisusage
paket add PreventEqualsMisusage
PreventEqualsMisusage Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
- finding Union, Contains, GroupBy, Distinct, Except, Intersect without EqualityComparer.
- finding Equals on types that do not implement IEquatable.