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: data/reusables/code-quality/codeql-query-tables/csharp.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
@@ -28,9 +28,9 @@
28
28
|[Useless assignment to local variable](https://codeql.github.com/codeql-query-help/csharp/cs-useless-assignment-to-local/)| Maintainability | Warning |
29
29
|[Useless call to GetHashCode()](https://codeql.github.com/codeql-query-help/csharp/cs-useless-gethashcode-call/)| Maintainability | Recommendation |
30
30
|[A lock is held during a wait](https://codeql.github.com/codeql-query-help/csharp/cs-locked-wait/)| Reliability | Warning |
31
+
|[Call to 'System.IO.Path.Combine' may silently drop its earlier arguments](https://codeql.github.com/codeql-query-help/csharp/cs-path-combine/)| Reliability | Recommendation |
31
32
|[Call to GC.Collect()](https://codeql.github.com/codeql-query-help/csharp/cs-call-to-gc/)| Reliability | Warning |
32
33
|[Call to ReferenceEquals(...) on value type expressions](https://codeql.github.com/codeql-query-help/csharp/cs-reference-equality-on-valuetypes/)| Reliability | Error |
33
-
|[Call to System.IO.Path.Combine](https://codeql.github.com/codeql-query-help/csharp/cs-path-combine/)| Reliability | Recommendation |
34
34
|[Calls to unmanaged code](https://codeql.github.com/codeql-query-help/csharp/cs-call-to-unmanaged-code/)| Reliability | Recommendation |
35
35
|[Cast of 'this' to a type parameter](https://codeql.github.com/codeql-query-help/csharp/cs-cast-of-this-to-type-parameter/)| Reliability | Recommendation |
36
36
|[Character passed to StringBuilder constructor](https://codeql.github.com/codeql-query-help/csharp/cs-stringbuilder-initialized-with-character/)| Reliability | Error |
0 commit comments