We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 576f270 commit 7423f6fCopy full SHA for 7423f6f
csharp/ql/src/Bad Practices/PathCombine.ql
@@ -16,4 +16,4 @@ import semmle.code.csharp.frameworks.System
16
17
from MethodCall call
18
where call.getTarget().hasFullyQualifiedName("System.IO", "Path", "Combine")
19
-select call, "Call to 'System.IO.Path.Combine' may silently drop its earlier arguments"
+select call, "Call to 'System.IO.Path.Combine' may silently drop its earlier arguments."
0 commit comments