C#: Add change note.

This commit is contained in:
Anders Schack-Mulligen
2025-09-17 12:49:25 +02:00
parent 5e76d5ff3f
commit afc98cacbe

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* The modeling of null guards based on complex pattern expressions has been improved, which in turn improves the query `cs/dereferenced-value-may-be-null` by removing false positives.