ursenzler / PreventEqualsMisusageAnalyzer

Prevents surprises by wrong Equals usage by finding Union, Distinct, Except, Intersect without EqualityComparer and finding Equals on types that do not implement IEquatable.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PreventEqualsMisusage

Prevents surprises by wrong Equals usage by finding Union, Distinct, Except, Intersect without EqualityComparer and finding Equals on types that do not implement IEquatable.

About

Prevents surprises by wrong Equals usage by finding Union, Distinct, Except, Intersect without EqualityComparer and finding Equals on types that do not implement IEquatable.

License:Apache License 2.0


Languages

Language:C# 93.4%Language:PowerShell 6.6%