Microsoft.Extensions.FileSystemGlobbing
Steps to reproduce (file C:\pagefile.sys exists):
var d = new InMemoryDirectoryInfo(@"C:\", new[] { @"pagefile.sys" });
var l = d.EnumerateFileSystemInfos().ToList(); //returns empty list
Thus using
public static PatternMatchingResult Match(this Matcher matcher, string rootDir, IEnumerable<string> files)
does not work as well - the result is always empty.
Microsoft.Extensions.FileSystemGlobbing
Steps to reproduce (file C:\pagefile.sys exists):
Thus using
does not work as well - the result is always empty.