-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Closed
Labels
area-Extensions-FileSystembughelp wanted[up-for-grabs] Good issue for external contributors[up-for-grabs] Good issue for external contributors
Milestone
Description
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 listThus using
public static PatternMatchingResult Match(this Matcher matcher, string rootDir, IEnumerable<string> files)does not work as well - the result is always empty.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area-Extensions-FileSystembughelp wanted[up-for-grabs] Good issue for external contributors[up-for-grabs] Good issue for external contributors