Microsoft.Extensions.FileSystemGlobbing 9.0.0

Prefix Reserved
dotnet add package Microsoft.Extensions.FileSystemGlobbing --version 9.0.0                
NuGet\Install-Package Microsoft.Extensions.FileSystemGlobbing -Version 9.0.0                
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="9.0.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.Extensions.FileSystemGlobbing --version 9.0.0                
#r "nuget: Microsoft.Extensions.FileSystemGlobbing, 9.0.0"                
#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=9.0.0

// Install Microsoft.Extensions.FileSystemGlobbing as a Cake Tool
#tool nuget:?package=Microsoft.Extensions.FileSystemGlobbing&version=9.0.0                

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. 
.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.
  • net8.0

    • No dependencies.
  • net9.0

    • No dependencies.

NuGet packages (141)

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. This package was built from the source code at https://github.com/aspnet/Mvc/tree/a6199bbfbab05583f987bae322fb04566841aaea

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 (85)

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

Repository Stars
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
dotnet/Silk.NET
The high-speed OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, WebGPU, and DirectX bindings library your mother warned you about.
Version Downloads Last updated
9.0.0 5,694 11/12/2024
9.0.0-rc.2.24473.5 78,859 10/8/2024
9.0.0-rc.1.24431.7 70,932 9/10/2024
9.0.0-preview.7.24405.7 47,369 8/13/2024
9.0.0-preview.6.24327.7 53,880 7/9/2024
9.0.0-preview.5.24306.7 45,860 6/11/2024
9.0.0-preview.4.24266.19 41,002 5/21/2024
9.0.0-preview.3.24172.9 139,722 4/11/2024
9.0.0-preview.2.24128.5 47,618 3/12/2024
9.0.0-preview.1.24080.9 81,299 2/13/2024
8.0.0 106,277,291 11/14/2023
8.0.0-rc.2.23479.6 289,680 10/10/2023
8.0.0-rc.1.23419.4 244,614 9/12/2023
8.0.0-preview.7.23375.6 145,165 8/8/2023
8.0.0-preview.6.23329.7 144,890 7/11/2023
8.0.0-preview.5.23280.8 106,281 6/13/2023
8.0.0-preview.4.23259.5 267,529 5/16/2023
8.0.0-preview.3.23174.8 208,777 4/11/2023
8.0.0-preview.2.23128.3 76,866 3/14/2023
8.0.0-preview.1.23110.8 145,796 2/21/2023
7.0.0 118,214,384 11/7/2022
7.0.0-rc.2.22472.3 213,337 10/11/2022
7.0.0-rc.1.22426.10 154,861 9/14/2022
7.0.0-preview.7.22375.6 209,859 8/9/2022
7.0.0-preview.6.22324.4 106,145 7/12/2022
7.0.0-preview.5.22301.12 73,454 6/14/2022
7.0.0-preview.4.22229.4 111,140 5/10/2022
7.0.0-preview.3.22175.4 67,312 4/13/2022
7.0.0-preview.2.22152.2 60,699 3/14/2022
7.0.0-preview.1.22076.8 50,942 2/17/2022
6.0.0 282,888,050 11/8/2021
6.0.0-rc.2.21480.5 553,132 10/12/2021
6.0.0-rc.1.21451.13 372,791 9/14/2021
6.0.0-preview.7.21377.19 217,771 8/10/2021
6.0.0-preview.6.21352.12 131,768 7/14/2021
6.0.0-preview.5.21301.5 80,230 6/15/2021
6.0.0-preview.4.21253.7 60,034 5/24/2021
6.0.0-preview.3.21201.4 206,659 4/8/2021
6.0.0-preview.2.21154.6 126,131 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 141,298 2/12/2021 6.0.0-preview.1.21102.12 is deprecated because it is no longer maintained.
5.0.0 179,659,105 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.5 263,910 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 349,069 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 74,155 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 139,603 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 60,761 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 302,283 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 124,746 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 48,972 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 125,896 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 61,903 3/16/2020 5.0.0-preview.1.20120.4 is deprecated because it is no longer maintained.
3.1.32 2,861,917 12/13/2022
3.1.31 844,138 11/8/2022
3.1.30 1,693,079 10/11/2022
3.1.29 790,356 9/13/2022
3.1.28 621,712 8/9/2022
3.1.27 594,745 7/12/2022
3.1.26 505,249 6/14/2022
3.1.25 890,179 5/10/2022
3.1.24 10,255,592 4/11/2022
3.1.23 2,911,160 3/8/2022
3.1.22 12,639,218 12/14/2021
3.1.21 4,431,067 11/7/2021
3.1.20 2,105,681 10/11/2021
3.1.19 2,011,851 9/14/2021
3.1.18 3,814,937 8/10/2021
3.1.17 3,239,039 7/13/2021
3.1.16 3,560,272 6/8/2021
3.1.15 4,052,728 5/11/2021
3.1.14 5,962,005 4/6/2021
3.1.13 6,770,661 3/9/2021
3.1.12 4,796,098 2/9/2021
3.1.11 6,103,377 1/12/2021
3.1.10 13,847,661 11/9/2020
3.1.9 16,294,823 10/13/2020
3.1.8 21,062,836 9/8/2020
3.1.7 14,047,190 8/11/2020
3.1.6 22,586,421 7/14/2020
3.1.5 23,670,847 6/9/2020
3.1.4 14,886,598 5/12/2020
3.1.3 24,908,440 3/24/2020
3.1.2 19,918,594 2/18/2020
3.1.1 17,366,813 1/14/2020
3.1.0 139,901,331 12/3/2019
3.1.0-preview3.19553.2 92,896 11/13/2019 3.1.0-preview3.19553.2 is deprecated because it is no longer maintained.
3.1.0-preview2.19525.4 20,631 11/1/2019 3.1.0-preview2.19525.4 is deprecated because it is no longer maintained.
3.1.0-preview1.19506.1 49,703 10/15/2019 3.1.0-preview1.19506.1 is deprecated because it is no longer maintained.
3.0.3 695,583 2/18/2020 3.0.3 is deprecated because it is no longer maintained.
3.0.2 819,072 1/14/2020 3.0.2 is deprecated because it is no longer maintained.
3.0.1 2,958,020 11/18/2019 3.0.1 is deprecated because it is no longer maintained.
3.0.0 29,765,083 9/23/2019 3.0.0 is deprecated because it is no longer maintained.
3.0.0-rc1.19456.10 45,837 9/16/2019 3.0.0-rc1.19456.10 is deprecated because it is no longer maintained.
3.0.0-preview9.19423.4 250,420 9/4/2019 3.0.0-preview9.19423.4 is deprecated because it is no longer maintained.
3.0.0-preview8.19405.4 238,296 8/13/2019 3.0.0-preview8.19405.4 is deprecated because it is no longer maintained.
3.0.0-preview7.19362.4 229,542 7/23/2019 3.0.0-preview7.19362.4 is deprecated because it is no longer maintained.
3.0.0-preview6.19304.6 578,723 6/12/2019 3.0.0-preview6.19304.6 is deprecated because it is no longer maintained.
3.0.0-preview5.19227.9 225,249 5/6/2019 3.0.0-preview5.19227.9 is deprecated because it is no longer maintained.
3.0.0-preview4.19216.2 38,446 4/18/2019 3.0.0-preview4.19216.2 is deprecated because it is no longer maintained.
3.0.0-preview3.19153.1 197,405 3/6/2019 3.0.0-preview3.19153.1 is deprecated because it is no longer maintained.
3.0.0-preview.19074.2 130,157 1/29/2019 3.0.0-preview.19074.2 is deprecated because it is no longer maintained.
3.0.0-preview.18572.1 46,365 12/4/2018 3.0.0-preview.18572.1 is deprecated because it is no longer maintained.
2.2.0 249,216,298 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 309,288 10/17/2018 2.2.0-preview3-35497 is deprecated because it is no longer maintained.
2.2.0-preview2-35157 165,584 9/12/2018 2.2.0-preview2-35157 is deprecated because it is no longer maintained.
2.2.0-preview1-35029 92,040 8/22/2018 2.2.0-preview1-35029 is deprecated because it is no longer maintained.
2.1.1 235,321,237 6/18/2018
2.1.0 262,661,657 5/29/2018
2.1.0-rc1-final 307,012 5/6/2018 2.1.0-rc1-final is deprecated because it is no longer maintained.
2.1.0-preview2-final 398,731 4/10/2018 2.1.0-preview2-final is deprecated because it is no longer maintained.
2.1.0-preview1-final 1,703,905 2/26/2018 2.1.0-preview1-final is deprecated because it is no longer maintained.
2.0.1 39,458,831 3/13/2018 2.0.1 is deprecated because it is no longer maintained.
2.0.0 93,011,507 8/11/2017 2.0.0 is deprecated because it is no longer maintained.
2.0.0-preview2-final 495,451 6/28/2017 2.0.0-preview2-final is deprecated because it is no longer maintained.
2.0.0-preview1-final 197,530 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained.
1.1.1 21,775,025 5/9/2017 1.1.1 is deprecated because it is no longer maintained.
1.1.0 15,282,697 11/16/2016 1.1.0 is deprecated because it is no longer maintained.
1.1.0-preview1-final 68,163 10/24/2016 1.1.0-preview1-final is deprecated because it is no longer maintained.
1.0.1 91,493,446 12/12/2016 1.0.1 is deprecated because it is no longer maintained.
1.0.0 20,597,548 6/27/2016 1.0.0 is deprecated because it is no longer maintained.
1.0.0-rc2-final 1,876,006 5/16/2016 1.0.0-rc2-final is deprecated because it is no longer maintained.
1.0.0-rc1-final 256,870 11/18/2015 1.0.0-rc1-final is deprecated because it is no longer maintained.