Microsoft.Extensions.FileSystemGlobbing 11.0.0-preview.6.26359.118

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.Extensions.FileProviders.Physical
File provider for physical files for Microsoft.Extensions.FileProviders. This package was built from the source code at https://github.com/aspnet/Extensions/tree/9bc79b2f25a3724376d7af19617c33749a30ea3a
43
Microsoft.Extensions.FileProviders.Physical
File provider for physical files for Microsoft.Extensions.FileProviders.
14
Microsoft.Extensions.FileProviders.Physical
File provider for physical files for Microsoft.Extensions.FileProviders.
13
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.
13
Microsoft.Extensions.FileProviders.Physical
File provider for physical files for Microsoft.Extensions.FileProviders.
12
Microsoft.Extensions.FileProviders.Physical
File provider for physical files for Microsoft.Extensions.FileProviders. This package was built from the source code at https://github.com/aspnet/Extensions/tree/392e329b194b18c7cae04273479334d88c05af2c
12
Microsoft.Extensions.FileProviders.Physical
File provider for physical files for Microsoft.Extensions.FileProviders. This package was built from the source code at https://github.com/aspnet/Extensions/tree/0de62ae930da31048ba7e54c8cd0c6c0bcbd9095
12

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

.NET 10.0

  • No dependencies.

.NET 11.0

  • No dependencies.

.NET Framework 4.6.2

  • No dependencies.

.NET Standard 2.0

  • No dependencies.

Version Downloads Last updated
11.0.0-preview.6.26359.118 1 07/21/2026
11.0.0-preview.5.26302.115 3 06/09/2026
11.0.0-preview.4.26230.115 3 05/24/2026
11.0.0-preview.3.26207.106 5 04/24/2026
11.0.0-preview.2.26159.112 4 03/16/2026
11.0.0-preview.1.26104.118 4 02/26/2026
10.0.10 1 07/21/2026
10.0.9 3 06/11/2026
10.0.8 4 05/20/2026
10.0.7 3 04/24/2026
10.0.6 5 04/24/2026
10.0.5 2 03/16/2026
10.0.4 5 03/16/2026
10.0.3 5 02/24/2026
10.0.2 3 02/24/2026
10.0.1 5 12/22/2025
10.0.0 6 11/13/2025
10.0.0-rc.2.25502.107 5 11/14/2025
10.0.0-rc.1.25451.107 7 09/24/2025
10.0.0-preview.7.25380.108 6 11/20/2025
10.0.0-preview.6.25358.103 7 08/29/2025
10.0.0-preview.5.25277.114 10 06/17/2025
10.0.0-preview.4.25258.110 9 06/06/2025
10.0.0-preview.3.25171.5 8 04/11/2025
10.0.0-preview.2.25163.2 8 04/11/2025
10.0.0-preview.1.25080.5 8 02/26/2025
9.0.18 1 07/21/2026
9.0.17 3 06/11/2026
9.0.16 4 05/20/2026
9.0.15 3 04/28/2026
9.0.14 3 03/16/2026
9.0.13 4 02/27/2026
9.0.12 4 02/27/2026
9.0.11 5 11/15/2025
9.0.10 6 11/15/2025
9.0.9 7 09/18/2025
9.0.8 5 11/14/2025
9.0.7 6 11/14/2025
9.0.6 7 06/17/2025
9.0.5 7 06/17/2025
9.0.4 8 04/11/2025
9.0.3 9 04/11/2025
9.0.2 7 04/11/2025
9.0.1 7 02/09/2025
9.0.0 8 05/23/2025
9.0.0-rc.2.24473.5 10 05/22/2025
9.0.0-rc.1.24431.7 9 05/22/2025
9.0.0-preview.7.24405.7 9 06/25/2025
9.0.0-preview.6.24327.7 9 06/25/2025
9.0.0-preview.5.24306.7 9 06/25/2025
9.0.0-preview.4.24266.19 8 05/24/2025
9.0.0-preview.3.24172.9 9 06/25/2025
9.0.0-preview.2.24128.5 10 06/25/2025
9.0.0-preview.1.24080.9 9 08/29/2025
8.0.0 10 05/06/2025
8.0.0-rc.2.23479.6 9 05/22/2025
8.0.0-rc.1.23419.4 10 05/22/2025
8.0.0-preview.7.23375.6 9 06/25/2025
8.0.0-preview.6.23329.7 9 06/25/2025
8.0.0-preview.5.23280.8 10 05/20/2025
8.0.0-preview.4.23259.5 9 06/25/2025
8.0.0-preview.3.23174.8 9 06/25/2025
8.0.0-preview.2.23128.3 8 08/29/2025
8.0.0-preview.1.23110.8 8 05/20/2025
7.0.0 8 05/23/2025
7.0.0-rc.2.22472.3 9 05/23/2025
7.0.0-rc.1.22426.10 8 05/23/2025
7.0.0-preview.7.22375.6 10 06/06/2025
7.0.0-preview.6.22324.4 9 08/23/2025
7.0.0-preview.5.22301.12 8 05/24/2025
7.0.0-preview.4.22229.4 7 06/17/2025
7.0.0-preview.3.22175.4 9 06/25/2025
7.0.0-preview.2.22152.2 11 05/24/2025
7.0.0-preview.1.22076.8 9 06/25/2025
6.0.0 8 05/23/2025
6.0.0-rc.2.21480.5 10 05/22/2025
6.0.0-rc.1.21451.13 8 05/20/2025
6.0.0-preview.7.21377.19 7 05/23/2025
6.0.0-preview.6.21352.12 7 05/24/2025
6.0.0-preview.5.21301.5 10 06/06/2025
6.0.0-preview.4.21253.7 9 06/25/2025
6.0.0-preview.3.21201.4 10 06/06/2025
6.0.0-preview.2.21154.6 9 08/23/2025
6.0.0-preview.1.21102.12 8 02/26/2025
5.0.0 10 05/23/2025
5.0.0-rc.2.20475.5 10 05/20/2025
5.0.0-rc.1.20451.14 7 05/23/2025
5.0.0-preview.8.20407.11 7 05/24/2025
5.0.0-preview.7.20364.11 8 05/24/2025
5.0.0-preview.6.20305.6 10 05/20/2025
5.0.0-preview.5.20278.1 9 06/25/2025
5.0.0-preview.4.20251.6 10 06/06/2025
5.0.0-preview.3.20215.2 8 05/22/2025
5.0.0-preview.2.20160.3 7 08/29/2025
5.0.0-preview.1.20120.4 9 05/20/2025
3.1.32 10 02/26/2025
3.1.31 5 08/29/2025
3.1.30 7 02/26/2025
3.1.29 8 05/23/2025
3.1.28 9 05/23/2025
3.1.27 8 05/23/2025
3.1.26 8 05/23/2025
3.1.25 6 05/23/2025
3.1.24 8 05/23/2025
3.1.23 10 02/26/2025
3.1.22 7 02/26/2025
3.1.21 8 02/26/2025
3.1.20 6 05/23/2025
3.1.19 8 02/26/2025
3.1.18 9 02/26/2025
3.1.17 6 02/26/2025
3.1.16 7 02/26/2025
3.1.15 8 02/26/2025
3.1.14 7 02/26/2025
3.1.13 5 08/29/2025
3.1.12 7 02/26/2025
3.1.11 7 08/29/2025
3.1.10 9 02/26/2025
3.1.9 7 05/23/2025
3.1.8 7 05/23/2025
3.1.7 7 05/23/2025
3.1.6 8 05/23/2025
3.1.5 7 05/23/2025
3.1.4 7 05/23/2025
3.1.3 8 05/23/2025
3.1.2 7 05/23/2025
3.1.1 8 05/23/2025
3.1.0 7 05/23/2025
3.1.0-preview3.19553.2 8 06/23/2025
3.1.0-preview2.19525.4 7 05/23/2025
3.1.0-preview1.19506.1 7 05/23/2025
3.0.3 8 05/23/2025
3.0.2 7 05/23/2025
3.0.1 7 05/23/2025
3.0.0 9 05/23/2025
3.0.0-rc1.19456.10 10 05/20/2025
3.0.0-preview9.19423.4 7 05/23/2025
3.0.0-preview8.19405.4 8 05/20/2025
3.0.0-preview7.19362.4 7 05/23/2025
3.0.0-preview6.19304.6 8 05/23/2025
3.0.0-preview5.19227.9 7 05/23/2025
3.0.0-preview4.19216.2 7 05/23/2025
3.0.0-preview3.19153.1 6 06/06/2025
3.0.0-preview.19074.2 8 05/24/2025
3.0.0-preview.18572.1 11 05/24/2025
2.2.0 45 12/10/2023
2.2.0-preview3-35497 8 05/23/2025
2.2.0-preview2-35157 9 01/10/2025
2.2.0-preview1-35029 9 01/10/2025
2.1.1 10 01/10/2025
2.1.0 8 01/10/2025
2.1.0-rc1-final 8 01/10/2025
2.1.0-preview2-final 9 01/10/2025
2.1.0-preview1-final 8 01/10/2025
2.0.1 8 01/10/2025
2.0.0 9 01/10/2025
2.0.0-preview2-final 9 01/10/2025
2.0.0-preview1-final 10 01/10/2025
1.1.1 10 01/10/2025
1.1.0 9 01/10/2025
1.1.0-preview1-final 9 01/10/2025
1.0.1 9 01/10/2025
1.0.0 10 01/10/2025
1.0.0-rc2-final 8 01/10/2025
1.0.0-rc1-final 8 01/10/2025