Improvements

This commit is contained in:
Carl Dybdahl
2025-02-28 12:45:27 +01:00
committed by carldybdahl-microsoft
parent b3447959fa
commit 2f7cdf1bfa
2 changed files with 2 additions and 3 deletions

View File

@@ -6,7 +6,6 @@
* @precision very-high
* @id cs/path-combine
* @tags reliability
* readability
*/
import csharp
@@ -14,4 +13,4 @@ import semmle.code.csharp.frameworks.System
from MethodCall call
where call.getTarget().hasFullyQualifiedName("System.IO", "Path", "Combine")
select call, "Call to System.IO.Path.Combine."
select call, "Call to 'System.IO.Path.Combine'."

View File

@@ -1 +1 @@
| PathCombine.cs:7:9:7:54 | call to method Combine | Call to System.IO.Path.Combine. |
| PathCombine.cs:7:9:7:54 | call to method Combine | Call to 'System.IO.Path.Combine'. |