Microsoft.Extensions.FileProviders.Abstractions 9.0.3

Prefix Reserved
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Microsoft.Extensions.FileProviders.Abstractions --version 9.0.3
                    
NuGet\Install-Package Microsoft.Extensions.FileProviders.Abstractions -Version 9.0.3
                    
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.FileProviders.Abstractions" Version="9.0.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.Extensions.FileProviders.Abstractions" Version="9.0.3" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.Extensions.FileProviders.Abstractions" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Microsoft.Extensions.FileProviders.Abstractions --version 9.0.3
                    
#r "nuget: Microsoft.Extensions.FileProviders.Abstractions, 9.0.3"
                    
#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.
#addin nuget:?package=Microsoft.Extensions.FileProviders.Abstractions&version=9.0.3
                    
Install Microsoft.Extensions.FileProviders.Abstractions as a Cake Addin
#tool nuget:?package=Microsoft.Extensions.FileProviders.Abstractions&version=9.0.3
                    
Install Microsoft.Extensions.FileProviders.Abstractions as a Cake Tool

About

Serves as the foundation for creating file providers in .NET, offering core abstractions to develop custom file providers capable of fetching files from various sources.

Key Features

  • Core abstractions for creating and managing file providers.
  • Flexibility to develop custom file providers for fetching files from distinct sources.

How to Use

This package is typically used with an implementation of the file provider abstractions, such as Microsoft.Extensions.FileProviders.Composite or Microsoft.Extensions.FileProviders.Physical.

Main Types

The main types provided by this library are:

  • Microsoft.Extensions.FileProviders.IFileProvider
  • Microsoft.Extensions.FileProviders.IDirectoryContents
  • Microsoft.Extensions.FileProviders.IFileInfo
  • Microsoft.Extensions.FileProviders.NullFileProvider

Additional Documentation

Feedback & Contributing

Microsoft.Extensions.FileProviders.Abstractions 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. 
.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.

NuGet packages (308)

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

Package Downloads
Microsoft.Extensions.Hosting.Abstractions

Hosting and startup abstractions for applications.

Microsoft.Extensions.FileProviders.Physical

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

Microsoft.Extensions.Configuration.FileExtensions

Provides a base class for file-based configuration providers used with Microsoft.Extensions.Configuration and extension methods for configuring them.

Microsoft.Extensions.Configuration.Json

JSON configuration provider implementation for Microsoft.Extensions.Configuration. This package enables you to read your application's settings from a JSON file. You can use JsonConfigurationExtensions.AddJsonFile extension method on IConfigurationBuilder to add the JSON configuration provider to the configuration builder.

Microsoft.AspNetCore.Http.Extensions

ASP.NET Core common extension methods for HTTP abstractions, HTTP headers, HTTP request/response, and session state.

GitHub repositories (64)

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

Repository Stars
DevToys-app/DevToys
A Swiss Army knife for developers.
dotnet/maui
.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
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#.
Version Downloads Last updated
10.0.0-preview.2.25163.2 7,102 3/18/2025
10.0.0-preview.1.25080.5 17,274 2/25/2025
9.0.3 1,844,093 3/11/2025
9.0.2 4,649,857 2/11/2025
9.0.1 5,918,232 1/14/2025
9.0.0 22,668,353 11/12/2024
9.0.0-rc.2.24473.5 276,659 10/8/2024
9.0.0-rc.1.24431.7 222,297 9/10/2024
9.0.0-preview.7.24405.7 92,896 8/13/2024
9.0.0-preview.6.24327.7 126,476 7/9/2024
9.0.0-preview.5.24306.7 80,743 6/11/2024
9.0.0-preview.4.24266.19 97,005 5/21/2024
9.0.0-preview.3.24172.9 165,243 4/11/2024
9.0.0-preview.2.24128.5 99,535 3/12/2024
9.0.0-preview.1.24080.9 101,999 2/13/2024
8.0.0 251,936,946 11/14/2023
8.0.0-rc.2.23479.6 1,174,242 10/10/2023
8.0.0-rc.1.23419.4 434,770 9/12/2023
8.0.0-preview.7.23375.6 471,699 8/8/2023
8.0.0-preview.6.23329.7 189,842 7/11/2023
8.0.0-preview.5.23280.8 183,084 6/13/2023
8.0.0-preview.4.23259.5 385,395 5/16/2023
8.0.0-preview.3.23174.8 259,589 4/11/2023
8.0.0-preview.2.23128.3 180,872 3/14/2023
8.0.0-preview.1.23110.8 176,871 2/21/2023
7.0.0 189,776,251 11/7/2022
7.0.0-rc.2.22472.3 246,080 10/11/2022
7.0.0-rc.1.22426.10 189,190 9/14/2022
7.0.0-preview.7.22375.6 222,557 8/9/2022
7.0.0-preview.6.22324.4 142,486 7/12/2022
7.0.0-preview.5.22301.12 81,155 6/14/2022
7.0.0-preview.4.22229.4 127,732 5/10/2022
7.0.0-preview.3.22175.4 76,778 4/13/2022
7.0.0-preview.2.22152.2 77,414 3/14/2022
7.0.0-preview.1.22076.8 66,177 2/17/2022
6.0.1 806,343 11/12/2024
6.0.0 429,730,780 11/8/2021
6.0.0-rc.2.21480.5 1,368,055 10/12/2021
6.0.0-rc.1.21451.13 419,578 9/14/2021
6.0.0-preview.7.21377.19 292,045 8/10/2021
6.0.0-preview.6.21352.12 148,636 7/14/2021
6.0.0-preview.5.21301.5 115,469 6/15/2021
6.0.0-preview.4.21253.7 78,538 5/24/2021
6.0.0-preview.3.21201.4 242,814 4/8/2021
6.0.0-preview.2.21154.6 141,750 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 169,505 2/12/2021 6.0.0-preview.1.21102.12 is deprecated because it is no longer maintained.
5.0.0 272,160,216 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.5 292,319 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 421,126 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 116,328 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 149,333 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 112,821 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 389,563 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 139,493 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 60,337 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 139,213 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 68,265 3/16/2020 5.0.0-preview.1.20120.4 is deprecated because it is no longer maintained.
3.1.32 13,859,525 12/13/2022
3.1.31 1,639,157 11/8/2022
3.1.30 2,319,380 10/11/2022
3.1.29 1,141,010 9/13/2022
3.1.28 4,586,936 8/9/2022
3.1.27 786,195 7/12/2022
3.1.26 730,031 6/14/2022
3.1.25 1,292,750 5/10/2022
3.1.24 13,183,090 4/11/2022
3.1.23 3,941,045 3/8/2022
3.1.22 16,190,148 12/14/2021
3.1.21 5,560,877 11/7/2021
3.1.20 2,748,530 10/11/2021
3.1.19 2,609,510 9/14/2021
3.1.18 29,334,268 8/10/2021
3.1.17 4,891,163 7/13/2021
3.1.16 5,301,526 6/8/2021
3.1.15 5,349,799 5/11/2021
3.1.14 7,562,550 4/6/2021
3.1.13 8,305,479 3/9/2021
3.1.12 7,296,633 2/9/2021
3.1.11 13,619,827 1/12/2021
3.1.10 19,023,684 11/9/2020
3.1.9 21,359,165 10/13/2020
3.1.8 230,901,391 9/8/2020
3.1.7 19,301,207 8/11/2020
3.1.6 27,328,842 7/14/2020
3.1.5 31,401,507 6/9/2020
3.1.4 21,534,865 5/12/2020
3.1.3 54,232,644 3/24/2020
3.1.2 26,192,926 2/18/2020
3.1.1 21,494,848 1/14/2020
3.1.0 186,716,082 12/3/2019
3.1.0-preview3.19553.2 99,245 11/13/2019 3.1.0-preview3.19553.2 is deprecated because it is no longer maintained.
3.1.0-preview2.19525.4 23,783 11/1/2019 3.1.0-preview2.19525.4 is deprecated because it is no longer maintained.
3.1.0-preview1.19506.1 57,939 10/15/2019 3.1.0-preview1.19506.1 is deprecated because it is no longer maintained.
3.0.3 988,177 2/18/2020 3.0.3 is deprecated because it is no longer maintained.
3.0.2 881,135 1/14/2020 3.0.2 is deprecated because it is no longer maintained.
3.0.1 3,253,090 11/18/2019 3.0.1 is deprecated because it is no longer maintained.
3.0.0 81,897,534 9/23/2019 3.0.0 is deprecated because it is no longer maintained.
3.0.0-rc1.19456.10 62,941 9/16/2019 3.0.0-rc1.19456.10 is deprecated because it is no longer maintained.
3.0.0-preview9.19423.4 273,596 9/4/2019 3.0.0-preview9.19423.4 is deprecated because it is no longer maintained.
3.0.0-preview8.19405.4 282,959 8/13/2019 3.0.0-preview8.19405.4 is deprecated because it is no longer maintained.
3.0.0-preview7.19362.4 260,721 7/23/2019 3.0.0-preview7.19362.4 is deprecated because it is no longer maintained.
3.0.0-preview6.19304.6 655,816 6/12/2019 3.0.0-preview6.19304.6 is deprecated because it is no longer maintained.
3.0.0-preview5.19227.9 331,773 5/6/2019 3.0.0-preview5.19227.9 is deprecated because it is no longer maintained.
3.0.0-preview4.19216.2 41,427 4/18/2019 3.0.0-preview4.19216.2 is deprecated because it is no longer maintained.
3.0.0-preview3.19153.1 260,214 3/6/2019 3.0.0-preview3.19153.1 is deprecated because it is no longer maintained.
3.0.0-preview.19074.2 133,222 1/29/2019 3.0.0-preview.19074.2 is deprecated because it is no longer maintained.
3.0.0-preview.18572.1 49,604 12/4/2018 3.0.0-preview.18572.1 is deprecated because it is no longer maintained.
2.2.0 611,506,122 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 483,409 10/17/2018 2.2.0-preview3-35497 is deprecated because it is no longer maintained.
2.2.0-preview2-35157 440,095 9/12/2018 2.2.0-preview2-35157 is deprecated because it is no longer maintained.
2.2.0-preview1-35029 173,794 8/22/2018 2.2.0-preview1-35029 is deprecated because it is no longer maintained.
2.1.1 334,879,173 6/18/2018
2.1.0 438,829,901 5/29/2018
2.1.0-rc1-final 449,476 5/6/2018 2.1.0-rc1-final is deprecated because it is no longer maintained.
2.1.0-preview2-final 738,304 4/10/2018 2.1.0-preview2-final is deprecated because it is no longer maintained.
2.1.0-preview1-final 1,947,072 2/26/2018 2.1.0-preview1-final is deprecated because it is no longer maintained.
2.0.1 58,554,699 3/13/2018 2.0.1 is deprecated because it is no longer maintained.
2.0.0 240,697,634 8/11/2017 2.0.0 is deprecated because it is no longer maintained.
2.0.0-preview2-final 572,967 6/28/2017 2.0.0-preview2-final is deprecated because it is no longer maintained.
2.0.0-preview1-final 238,413 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained.
1.1.1 49,098,142 5/9/2017 1.1.1 is deprecated because it is no longer maintained.
1.1.0 25,531,748 11/16/2016 1.1.0 is deprecated because it is no longer maintained.
1.1.0-preview1-final 190,055 10/24/2016 1.1.0-preview1-final is deprecated because it is no longer maintained.
1.0.1 137,335,915 12/12/2016 1.0.1 is deprecated because it is no longer maintained.
1.0.0 37,119,148 6/27/2016 1.0.0 is deprecated because it is no longer maintained.
1.0.0-rc2-final 2,237,228 5/16/2016 1.0.0-rc2-final is deprecated because it is no longer maintained.