You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: csharp/ql/src/CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
### Minor Analysis Improvements
4
4
5
5
* 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.
6
-
*Remove the query `cs/xmldoc/missing-summary` from the `code-quality` suite (align with other languages).
6
+
*The query `cs/xmldoc/missing-summary`has been removed from the `code-quality` suite, to align with other languages.
Copy file name to clipboardExpand all lines: csharp/ql/src/change-notes/released/1.4.1.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,4 +3,4 @@
3
3
### Minor Analysis Improvements
4
4
5
5
* 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.
6
-
*Remove the query `cs/xmldoc/missing-summary` from the `code-quality` suite (align with other languages).
6
+
*The query `cs/xmldoc/missing-summary`has been removed from the `code-quality` suite, to align with other languages.
0 commit comments