Files - NKS0010
Use Listing.CreateList()
Context
String
Extended Description
Analysis Comparison
Before the fix
public static void MyFunction()
{
var files = Directory.GetFileSystemEntries(PathsManagement.AppDataPath);
}After the fix
Suppression
Recommendation
Last updated