Files - NKS0021
Use Checking.Rooted()
Context
String
Extended Description
Analysis Comparison
Before the fix
public static void MyFunction()
{
Path.IsPathRooted("C:/test.txt");
}After the fix
Suppression
Recommendation
Last updated