C#: Add change note.

This commit is contained in:
Anders Schack-Mulligen
2026-03-31 09:29:28 +02:00
parent 2a54dce5cb
commit 29500c7eb7

View File

@@ -0,0 +1,4 @@
---
category: majorAnalysis
---
* The `cs/constant-condition` query has been simplified. The query no longer reports trivially constant conditions as they were found to generally be intentional. As a result, it should now produce fewer false positives. Additionally, the simplification means that it now reports all the results that `cs/constant-comparison` used to report, and as consequence, that query has been deleted.