C#: Add change-note.

This commit is contained in:
Michael Nebel
2025-03-13 13:42:58 +01:00
parent 36a524929f
commit dff66c7b28

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Increase query precision for `cs/useless-gethashcode-call` by not flagging calls to `GetHashCode` on `uint`, `long` and `ulong`.