This assembly provides support for matching file system names/paths using glob patterns.
The primary type is Matcher
, you can AddInclude(string)
and/or AddExclude(string)
glob patterns and Execute(DirectoryInfoBase)
the matcher in order to get a PatternMatchingResult
of the specified directory.
- We consider new features, new APIs and performance changes
- We consider PRs that target this library for new source code analyzers
The Microsoft.Extensions.FileSystemGlobbing assembly is shipped as a NuGet package.