C#: Add change-note.

This commit is contained in:
Michael Nebel
2025-06-03 13:24:34 +02:00
parent 77fa45050e
commit bc4ff598c3

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* The queries `cs/dereferenced-value-is-always-null` and `cs/dereferenced-value-may-be-null` have been improved to reduce false positives. The queries no longer assume that expressions are dereferenced when passed as the receiver (`this` parameter) to extension methods where that parameter is a nullable type.