We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0235df8 commit 7bfdfbeCopy full SHA for 7bfdfbe
1 file changed
csharp/ql/src/change-notes/2026-04-17-useless-to-string.md
@@ -0,0 +1,7 @@
1
+---
2
+category: minorAnalysis
3
4
+* The query `cs/useless-tostring-call` has been updated to avoid false
5
+ positive results in calls to `StringBuilder.AppendLine` and calls of
6
+ the form `base.ToString()`. Moreover, the alert message has been
7
+ made more precise.
0 commit comments