Microsoft.Extensions.FileSystemGlobbing 10.0.0-preview.1.25080.5

Prefix Reserved
This is a prerelease version of Microsoft.Extensions.FileSystemGlobbing.
dotnet add package Microsoft.Extensions.FileSystemGlobbing --version 10.0.0-preview.1.25080.5                
NuGet\Install-Package Microsoft.Extensions.FileSystemGlobbing -Version 10.0.0-preview.1.25080.5                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.Extensions.FileSystemGlobbing" Version="10.0.0-preview.1.25080.5" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.Extensions.FileSystemGlobbing --version 10.0.0-preview.1.25080.5                
#r "nuget: Microsoft.Extensions.FileSystemGlobbing, 10.0.0-preview.1.25080.5"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Microsoft.Extensions.FileSystemGlobbing as a Cake Addin
#addin nuget:?package=Microsoft.Extensions.FileSystemGlobbing&version=10.0.0-preview.1.25080.5&prerelease

// Install Microsoft.Extensions.FileSystemGlobbing as a Cake Tool
#tool nuget:?package=Microsoft.Extensions.FileSystemGlobbing&version=10.0.0-preview.1.25080.5&prerelease                

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.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 is compatible. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.6.2

    • No dependencies.
  • .NETStandard 2.0

    • No dependencies.
  • net10.0

    • No dependencies.
  • net8.0

    • No dependencies.
  • net9.0

    • No dependencies.

NuGet packages (151)

Showing the top 5 NuGet packages that depend on Microsoft.Extensions.FileSystemGlobbing:

Package Downloads
Microsoft.Extensions.FileProviders.Physical

File provider for physical files for Microsoft.Extensions.FileProviders.

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.

Microsoft.AspNetCore.App

Provides a default set of APIs for building an ASP.NET Core application. 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.

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.

NuGet.Commands

Complete commands common to command-line and GUI NuGet clients.

GitHub repositories (89)

Showing the top 5 popular GitHub repositories that depend on Microsoft.Extensions.FileSystemGlobbing:

Repository Stars
dotnet/roslyn
The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
abpframework/abp
Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
chocolatey/choco
Chocolatey - the package manager for Windows
JeffreySu/WeiXinMPSDK
微信全平台 .NET SDK, Senparc.Weixin for C#,支持 .NET Framework 及 .NET Core、.NET 8.0。已支持微信公众号、小程序、小游戏、微信支付、企业微信/企业号、开放平台、JSSDK、微信周边等全平台。 WeChat SDK for C#.
aspnet/Mvc
[Archived] ASP.NET Core MVC is a model view controller framework for building dynamic web sites with clean separation of concerns, including the merged MVC, Web API, and Web Pages w/ Razor. Project moved to https://github.com/aspnet/AspNetCore
Version Downloads Last updated
10.0.0-preview.1.25080.5 2,956 2/25/2025
9.0.2 1,289,573 2/11/2025
9.0.1 3,321,134 1/14/2025
9.0.0 9,491,138 11/12/2024
9.0.0-rc.2.24473.5 134,228 10/8/2024
9.0.0-rc.1.24431.7 97,089 9/10/2024
9.0.0-preview.7.24405.7 71,701 8/13/2024
9.0.0-preview.6.24327.7 72,250 7/9/2024
9.0.0-preview.5.24306.7 58,522 6/11/2024
9.0.0-preview.4.24266.19 57,401 5/21/2024
9.0.0-preview.3.24172.9 148,929 4/11/2024
9.0.0-preview.2.24128.5 62,985 3/12/2024
9.0.0-preview.1.24080.9 93,989 2/13/2024
8.0.0 158,773,673 11/14/2023
8.0.0-rc.2.23479.6 314,837 10/10/2023
8.0.0-rc.1.23419.4 289,580 9/12/2023
8.0.0-preview.7.23375.6 153,594 8/8/2023
8.0.0-preview.6.23329.7 158,544 7/11/2023
8.0.0-preview.5.23280.8 143,013 6/13/2023
8.0.0-preview.4.23259.5 309,162 5/16/2023
8.0.0-preview.3.23174.8 229,491 4/11/2023
8.0.0-preview.2.23128.3 81,764 3/14/2023
8.0.0-preview.1.23110.8 157,850 2/21/2023
7.0.0 128,305,794 11/7/2022
7.0.0-rc.2.22472.3 219,269 10/11/2022
7.0.0-rc.1.22426.10 160,991 9/14/2022
7.0.0-preview.7.22375.6 213,235 8/9/2022
7.0.0-preview.6.22324.4 111,628 7/12/2022
7.0.0-preview.5.22301.12 74,899 6/14/2022
7.0.0-preview.4.22229.4 115,702 5/10/2022
7.0.0-preview.3.22175.4 71,211 4/13/2022
7.0.0-preview.2.22152.2 62,948 3/14/2022
7.0.0-preview.1.22076.8 51,757 2/17/2022
6.0.0 306,234,017 11/8/2021
6.0.0-rc.2.21480.5 560,128 10/12/2021
6.0.0-rc.1.21451.13 378,408 9/14/2021
6.0.0-preview.7.21377.19 219,453 8/10/2021
6.0.0-preview.6.21352.12 133,731 7/14/2021
6.0.0-preview.5.21301.5 82,085 6/15/2021
6.0.0-preview.4.21253.7 61,092 5/24/2021
6.0.0-preview.3.21201.4 213,844 4/8/2021
6.0.0-preview.2.21154.6 131,614 3/11/2021 6.0.0-preview.2.21154.6 is deprecated because it is no longer maintained.
6.0.0-preview.1.21102.12 149,880 2/12/2021 6.0.0-preview.1.21102.12 is deprecated because it is no longer maintained.
5.0.0 192,743,550 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.5 272,878 10/13/2020 5.0.0-rc.2.20475.5 is deprecated because it is no longer maintained.
5.0.0-rc.1.20451.14 351,012 9/14/2020 5.0.0-rc.1.20451.14 is deprecated because it is no longer maintained.
5.0.0-preview.8.20407.11 76,502 8/25/2020 5.0.0-preview.8.20407.11 is deprecated because it is no longer maintained.
5.0.0-preview.7.20364.11 141,311 7/21/2020 5.0.0-preview.7.20364.11 is deprecated because it is no longer maintained.
5.0.0-preview.6.20305.6 61,856 6/25/2020 5.0.0-preview.6.20305.6 is deprecated because it is no longer maintained.
5.0.0-preview.5.20278.1 376,365 6/10/2020 5.0.0-preview.5.20278.1 is deprecated because it is no longer maintained.
5.0.0-preview.4.20251.6 127,204 5/18/2020 5.0.0-preview.4.20251.6 is deprecated because it is no longer maintained.
5.0.0-preview.3.20215.2 50,047 4/23/2020 5.0.0-preview.3.20215.2 is deprecated because it is no longer maintained.
5.0.0-preview.2.20160.3 126,817 4/2/2020 5.0.0-preview.2.20160.3 is deprecated because it is no longer maintained.
5.0.0-preview.1.20120.4 62,366 3/16/2020 5.0.0-preview.1.20120.4 is deprecated because it is no longer maintained.
3.1.32 3,414,701 12/13/2022
3.1.31 940,430 11/8/2022
3.1.30 1,874,206 10/11/2022
3.1.29 932,274 9/13/2022
3.1.28 656,255 8/9/2022
3.1.27 610,489 7/12/2022
3.1.26 532,683 6/14/2022
3.1.25 939,377 5/10/2022
3.1.24 11,493,238 4/11/2022
3.1.23 3,019,279 3/8/2022
3.1.22 13,797,469 12/14/2021
3.1.21 4,557,540 11/7/2021
3.1.20 2,173,887 10/11/2021
3.1.19 2,054,077 9/14/2021
3.1.18 3,923,373 8/10/2021
3.1.17 3,300,957 7/13/2021
3.1.16 3,635,609 6/8/2021
3.1.15 4,186,435 5/11/2021
3.1.14 6,152,865 4/6/2021
3.1.13 6,950,660 3/9/2021
3.1.12 4,902,528 2/9/2021
3.1.11 6,340,709 1/12/2021
3.1.10 14,151,137 11/9/2020
3.1.9 16,838,202 10/13/2020
3.1.8 21,520,060 9/8/2020
3.1.7 14,399,053 8/11/2020
3.1.6 23,103,650 7/14/2020
3.1.5 24,171,256 6/9/2020
3.1.4 15,369,516 5/12/2020
3.1.3 25,743,999 3/24/2020
3.1.2 20,439,023 2/18/2020
3.1.1 17,882,798 1/14/2020
3.1.0 159,683,953 12/3/2019
3.1.0-preview3.19553.2 93,884 11/13/2019 3.1.0-preview3.19553.2 is deprecated because it is no longer maintained.
3.1.0-preview2.19525.4 20,790 11/1/2019 3.1.0-preview2.19525.4 is deprecated because it is no longer maintained.
3.1.0-preview1.19506.1 50,187 10/15/2019 3.1.0-preview1.19506.1 is deprecated because it is no longer maintained.
3.0.3 731,947 2/18/2020 3.0.3 is deprecated because it is no longer maintained.
3.0.2 822,372 1/14/2020 3.0.2 is deprecated because it is no longer maintained.
3.0.1 3,036,861 11/18/2019 3.0.1 is deprecated because it is no longer maintained.
3.0.0 31,047,800 9/23/2019 3.0.0 is deprecated because it is no longer maintained.
3.0.0-rc1.19456.10 46,069 9/16/2019 3.0.0-rc1.19456.10 is deprecated because it is no longer maintained.
3.0.0-preview9.19423.4 250,766 9/4/2019 3.0.0-preview9.19423.4 is deprecated because it is no longer maintained.
3.0.0-preview8.19405.4 241,955 8/13/2019 3.0.0-preview8.19405.4 is deprecated because it is no longer maintained.
3.0.0-preview7.19362.4 229,789 7/23/2019 3.0.0-preview7.19362.4 is deprecated because it is no longer maintained.
3.0.0-preview6.19304.6 581,507 6/12/2019 3.0.0-preview6.19304.6 is deprecated because it is no longer maintained.
3.0.0-preview5.19227.9 227,740 5/6/2019 3.0.0-preview5.19227.9 is deprecated because it is no longer maintained.
3.0.0-preview4.19216.2 38,854 4/18/2019 3.0.0-preview4.19216.2 is deprecated because it is no longer maintained.
3.0.0-preview3.19153.1 198,932 3/6/2019 3.0.0-preview3.19153.1 is deprecated because it is no longer maintained.
3.0.0-preview.19074.2 131,695 1/29/2019 3.0.0-preview.19074.2 is deprecated because it is no longer maintained.
3.0.0-preview.18572.1 47,810 12/4/2018 3.0.0-preview.18572.1 is deprecated because it is no longer maintained.
2.2.0 264,712,646 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 310,932 10/17/2018 2.2.0-preview3-35497 is deprecated because it is no longer maintained.
2.2.0-preview2-35157 167,031 9/12/2018 2.2.0-preview2-35157 is deprecated because it is no longer maintained.
2.2.0-preview1-35029 92,800 8/22/2018 2.2.0-preview1-35029 is deprecated because it is no longer maintained.
2.1.1 259,894,855 6/18/2018
2.1.0 278,021,346 5/29/2018
2.1.0-rc1-final 307,849 5/6/2018 2.1.0-rc1-final is deprecated because it is no longer maintained.
2.1.0-preview2-final 399,521 4/10/2018 2.1.0-preview2-final is deprecated because it is no longer maintained.
2.1.0-preview1-final 1,743,891 2/26/2018 2.1.0-preview1-final is deprecated because it is no longer maintained.
2.0.1 40,886,748 3/13/2018 2.0.1 is deprecated because it is no longer maintained.
2.0.0 97,079,911 8/11/2017 2.0.0 is deprecated because it is no longer maintained.
2.0.0-preview2-final 515,884 6/28/2017 2.0.0-preview2-final is deprecated because it is no longer maintained.
2.0.0-preview1-final 199,881 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained.
1.1.1 22,292,180 5/9/2017 1.1.1 is deprecated because it is no longer maintained.
1.1.0 15,524,035 11/16/2016 1.1.0 is deprecated because it is no longer maintained.
1.1.0-preview1-final 68,357 10/24/2016 1.1.0-preview1-final is deprecated because it is no longer maintained.
1.0.1 92,745,157 12/12/2016 1.0.1 is deprecated because it is no longer maintained.
1.0.0 21,006,476 6/27/2016 1.0.0 is deprecated because it is no longer maintained.
1.0.0-rc2-final 1,880,296 5/16/2016 1.0.0-rc2-final is deprecated because it is no longer maintained.
1.0.0-rc1-final 257,170 11/18/2015 1.0.0-rc1-final is deprecated because it is no longer maintained.