πFiles - NKS0022
Use Parsing.GetInvalidPathChars()
Context
String
Extended Description
Analysis Comparison
Before the fix
public static void MyFunction()
{
var invalidChars = Path.GetInvalidPathChars();
}After the fix
Suppression
Recommendation
Last updated