C#: Add change note.

This commit is contained in:
Michael Nebel
2025-05-15 14:07:50 +02:00
parent 3080dfafb6
commit 4d7901573a

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* The precision of the query `cs/gethashcode-is-not-defined` has been improved (false negative reduction). Calls to more methods (and indexers) that rely on the invariant `e1.Equals(e2)` implies `e1.GetHashCode() == e2.GetHashCode()` are taken into account.