Microsoft.Extensions.FileSystemGlobbing 10.0.0-rc.2.25502.107

About

Provides support for matching file system names/paths using glob patterns.

Key Features

  • Contains the Matcher type, which can be used to match files in the file system based on user-defined patterns.

How to Use

Get all matching files:

using Microsoft.Extensions.FileSystemGlobbing;

Matcher matcher = new();
matcher.AddIncludePatterns(new[] { "*.txt", "*.asciidoc", "*.md" });

string searchDirectory = "../starting-folder/";

IEnumerable<string> matchingFiles = matcher.GetResultsInFullPath(searchDirectory);

// Use matchingFiles if there are any found.
// The files in this collection are fully qualified file system paths.

Main Types

The main types provided by this library are:

  • Microsoft.Extensions.FileSystemGlobbing.Matcher

Additional Documentation

Feedback & Contributing

Microsoft.Extensions.FileSystemGlobbing is released as open source under the MIT license. Bug reports and contributions are welcome at the GitHub repository.

Showing the top 20 packages that depend on Microsoft.Extensions.FileSystemGlobbing.

Packages Downloads
Microsoft.AspNetCore.All
Provides a default set of APIs for building an ASP.NET Core application, and also includes API for third-party integrations with ASP.NET Core. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.
80
Microsoft.AspNetCore.All
Provides a default set of APIs for building an ASP.NET Core application, and also includes API for third-party integrations with ASP.NET Core. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.
81
Microsoft.AspNetCore.Mvc.TagHelpers
ASP.NET Core MVC default tag helpers. Contains tag helpers for anchor tags, HTML input elements, caching, scripts, links (for CSS), and more.
89
Microsoft.Extensions.FileProviders.Physical
File provider for physical files for Microsoft.Extensions.FileProviders.
80
Microsoft.Extensions.FileProviders.Physical
File provider for physical files for Microsoft.Extensions.FileProviders.
81
Microsoft.Extensions.FileProviders.Physical
File provider for physical files for Microsoft.Extensions.FileProviders.
83
Microsoft.Extensions.FileProviders.Physical
File provider for physical files for Microsoft.Extensions.FileProviders.
84
Microsoft.Extensions.FileProviders.Physical
File provider for physical files for Microsoft.Extensions.FileProviders.
85
Microsoft.Extensions.FileProviders.Physical
File provider for physical files for Microsoft.Extensions.FileProviders.
86
Microsoft.Extensions.FileProviders.Physical
File provider for physical files for Microsoft.Extensions.FileProviders.
87
Microsoft.Extensions.FileProviders.Physical
File provider for physical files for Microsoft.Extensions.FileProviders. This package was built from the source at: https://github.com/aspnet/FileSystem/tree/1842352b62e23d8cbfd4c30beb26c40aacf142cc
81
Microsoft.Extensions.FileProviders.Physical
File provider for physical files for Microsoft.Extensions.FileProviders. This package was built from the source at: https://github.com/aspnet/FileSystem/tree/a9ab1bd9866ee2a5ba91b62cc5913c16ee9a01b5
81
Microsoft.Extensions.FileProviders.Physical
File provider for physical files for Microsoft.Extensions.FileProviders. When using NuGet 3.x this package requires at least version 3.4.
89

https://go.microsoft.com/fwlink/?LinkID=799421

.NET Framework 4.6.2

  • No dependencies.

.NET 8.0

  • No dependencies.

.NET 9.0

  • No dependencies.

.NET 10.0

  • No dependencies.

.NET Standard 2.0

  • No dependencies.

Version Downloads Last updated
10.0.0-rc.2.25502.107 10 10/15/2025
10.0.0-rc.1.25451.107 20 09/09/2025
10.0.0-preview.7.25380.108 22 08/14/2025
10.0.0-preview.6.25358.103 32 07/17/2025
10.0.0-preview.5.25277.114 33 06/07/2025
10.0.0-preview.4.25258.110 39 05/15/2025
10.0.0-preview.3.25171.5 50 04/12/2025
10.0.0-preview.2.25163.2 50 04/01/2025
10.0.0-preview.1.25080.5 46 04/01/2025
9.0.10 8 10/15/2025
9.0.9 18 09/10/2025
9.0.8 16 08/05/2025
9.0.7 26 07/09/2025
9.0.6 30 06/12/2025
9.0.5 29 05/16/2025
9.0.4 47 04/10/2025
9.0.3 40 03/30/2025
9.0.2 40 03/30/2025
9.0.1 51 03/30/2025
9.0.0 51 11/24/2024
9.0.0-rc.2.24473.5 44 10/21/2024
9.0.0-rc.1.24431.7 38 10/10/2024
9.0.0-preview.7.24405.7 45 08/22/2024
9.0.0-preview.6.24327.7 72 07/19/2024
9.0.0-preview.5.24306.7 82 07/19/2024
9.0.0-preview.4.24266.19 68 07/19/2024
9.0.0-preview.3.24172.9 82 07/19/2024
9.0.0-preview.2.24128.5 63 07/19/2024
9.0.0-preview.1.24080.9 65 07/19/2024
8.0.0 78 02/05/2024
8.0.0-rc.2.23479.6 67 07/19/2024
8.0.0-rc.1.23419.4 72 07/19/2024
8.0.0-preview.7.23375.6 68 07/19/2024
8.0.0-preview.6.23329.7 72 07/19/2024
8.0.0-preview.5.23280.8 86 07/19/2024
8.0.0-preview.4.23259.5 75 07/19/2024
8.0.0-preview.3.23174.8 76 07/19/2024
8.0.0-preview.2.23128.3 72 07/19/2024
8.0.0-preview.1.23110.8 78 07/19/2024
7.0.0 82 02/05/2024
7.0.0-rc.2.22472.3 69 07/19/2024
7.0.0-rc.1.22426.10 79 07/19/2024
7.0.0-preview.7.22375.6 73 07/19/2024
7.0.0-preview.6.22324.4 73 07/19/2024
7.0.0-preview.5.22301.12 80 07/19/2024
7.0.0-preview.4.22229.4 66 07/19/2024
7.0.0-preview.3.22175.4 65 07/19/2024
7.0.0-preview.2.22152.2 73 07/19/2024
7.0.0-preview.1.22076.8 75 07/19/2024
6.0.0 74 07/19/2024
6.0.0-rc.2.21480.5 69 07/19/2024
6.0.0-rc.1.21451.13 70 07/19/2024
6.0.0-preview.7.21377.19 84 07/19/2024
6.0.0-preview.6.21352.12 69 07/19/2024
6.0.0-preview.5.21301.5 68 07/19/2024
6.0.0-preview.4.21253.7 68 07/19/2024
6.0.0-preview.3.21201.4 75 07/19/2024
6.0.0-preview.2.21154.6 71 07/19/2024
6.0.0-preview.1.21102.12 71 07/19/2024
5.0.0 77 07/19/2024
5.0.0-rc.2.20475.5 63 07/19/2024
5.0.0-rc.1.20451.14 72 07/19/2024
5.0.0-preview.8.20407.11 62 07/19/2024
5.0.0-preview.7.20364.11 69 07/19/2024
5.0.0-preview.6.20305.6 60 07/19/2024
5.0.0-preview.5.20278.1 79 07/19/2024
5.0.0-preview.4.20251.6 75 07/19/2024
5.0.0-preview.3.20215.2 74 07/19/2024
5.0.0-preview.2.20160.3 68 07/19/2024
5.0.0-preview.1.20120.4 69 07/19/2024
3.1.32 80 07/19/2024
3.1.31 72 07/19/2024
3.1.30 66 07/19/2024
3.1.29 69 07/19/2024
3.1.28 75 07/19/2024
3.1.27 75 07/19/2024
3.1.26 71 07/19/2024
3.1.25 77 07/19/2024
3.1.24 67 07/19/2024
3.1.23 67 07/19/2024
3.1.22 70 07/19/2024
3.1.21 72 07/19/2024
3.1.20 75 07/19/2024
3.1.19 70 07/19/2024
3.1.18 68 07/19/2024
3.1.17 75 07/19/2024
3.1.16 73 07/19/2024
3.1.15 76 07/19/2024
3.1.14 75 07/19/2024
3.1.13 70 07/19/2024
3.1.12 75 07/19/2024
3.1.11 67 07/19/2024
3.1.10 67 07/19/2024
3.1.9 71 07/19/2024
3.1.8 73 07/19/2024
3.1.7 73 07/19/2024
3.1.6 82 07/19/2024
3.1.5 71 07/19/2024
3.1.4 68 07/19/2024
3.1.3 67 07/19/2024
3.1.2 65 07/19/2024
3.1.1 69 07/19/2024
3.1.0 72 07/19/2024
3.1.0-preview3.19553.2 76 07/19/2024
3.1.0-preview2.19525.4 69 07/19/2024
3.1.0-preview1.19506.1 75 07/19/2024
3.0.3 71 07/19/2024
3.0.2 76 07/19/2024
3.0.1 62 07/19/2024
3.0.0 81 07/19/2024
3.0.0-rc1.19456.10 67 07/19/2024
3.0.0-preview9.19423.4 70 07/19/2024
3.0.0-preview8.19405.4 84 07/19/2024
3.0.0-preview7.19362.4 77 07/19/2024
3.0.0-preview6.19304.6 72 07/19/2024
3.0.0-preview5.19227.9 71 07/19/2024
3.0.0-preview4.19216.2 73 07/19/2024
3.0.0-preview3.19153.1 75 07/19/2024
3.0.0-preview.19074.2 76 07/19/2024
3.0.0-preview.18572.1 76 07/19/2024
2.2.0 78 07/19/2024
2.2.0-preview3-35497 61 07/19/2024
2.2.0-preview2-35157 80 07/19/2024
2.2.0-preview1-35029 69 07/19/2024
2.1.1 66 07/19/2024
2.1.0 85 07/19/2024
2.1.0-rc1-final 75 07/19/2024
2.1.0-preview2-final 75 07/19/2024
2.1.0-preview1-final 74 07/19/2024
2.0.1 71 07/19/2024
2.0.0 73 07/19/2024
2.0.0-preview2-final 80 07/19/2024
2.0.0-preview1-final 80 07/19/2024
1.1.1 73 07/19/2024
1.1.0 72 07/19/2024
1.1.0-preview1-final 74 07/19/2024
1.0.1 73 07/19/2024
1.0.0 82 07/19/2024
1.0.0-rc2-final 72 07/19/2024
1.0.0-rc1-final 69 07/19/2024