Microsoft.Extensions.FileProviders.Abstractions
10.0.0-preview.2.25163.2
Prefix Reserved
See the version list below for details.
dotnet add package Microsoft.Extensions.FileProviders.Abstractions --version 10.0.0-preview.2.25163.2
NuGet\Install-Package Microsoft.Extensions.FileProviders.Abstractions -Version 10.0.0-preview.2.25163.2
<PackageReference Include="Microsoft.Extensions.FileProviders.Abstractions" Version="10.0.0-preview.2.25163.2" />
<PackageVersion Include="Microsoft.Extensions.FileProviders.Abstractions" Version="10.0.0-preview.2.25163.2" />
<PackageReference Include="Microsoft.Extensions.FileProviders.Abstractions" />
paket add Microsoft.Extensions.FileProviders.Abstractions --version 10.0.0-preview.2.25163.2
#r "nuget: Microsoft.Extensions.FileProviders.Abstractions, 10.0.0-preview.2.25163.2"
#addin nuget:?package=Microsoft.Extensions.FileProviders.Abstractions&version=10.0.0-preview.2.25163.2&prerelease
#tool nuget:?package=Microsoft.Extensions.FileProviders.Abstractions&version=10.0.0-preview.2.25163.2&prerelease
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
Related Packages
- File provider for physical files: Microsoft.Extensions.FileProviders.Physical
- File provider for files in embedded resources: Microsoft.Extensions.FileProviders.Embedded
- Composite file and directory providers: Microsoft.Extensions.FileProviders.Composite
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 | Versions 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. |
-
.NETFramework 4.6.2
- Microsoft.Extensions.Primitives (>= 10.0.0-preview.2.25163.2)
-
.NETStandard 2.0
- Microsoft.Extensions.Primitives (>= 10.0.0-preview.2.25163.2)
-
net10.0
- Microsoft.Extensions.Primitives (>= 10.0.0-preview.2.25163.2)
-
net8.0
- Microsoft.Extensions.Primitives (>= 10.0.0-preview.2.25163.2)
-
net9.0
- Microsoft.Extensions.Primitives (>= 10.0.0-preview.2.25163.2)
NuGet packages (311)
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 (68)
Showing the top 20 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#.
|
|
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
|
|
projectkudu/kudu
Kudu is the engine behind git/hg deployments, WebJobs, and various other features in Azure Web Sites. It can also run outside of Azure.
|
|
1357310795/MyComputerManager
管理“此电脑”里删不掉的流氓“快捷方式”(包括侧边栏),同时可自己添加这类“快捷方式”
|
|
serenity-is/Serenity
Business Apps Made Simple with Asp.Net Core MVC / TypeScript
|
|
zsh2401/AutumnBox
图形化ADB工具箱
|
|
microsoft/PowerApps-Samples
Sample code for Power Apps, including Dataverse, model-driven apps, canvas apps, Power Apps component framework, portals, and AI Builder.
|
|
sebastienros/fluid
Fluid is an open-source .NET template engine based on the Liquid template language.
|
|
MarimerLLC/csla
A home for your business logic in any .NET application.
|
|
tmoonlight/NSmartProxy
NSmartProxy是一款开源的内网穿透工具。采用.NET CORE的全异步模式打造。(NSmartProxy is an open source reverse proxy tool that creates a secure tunnel from a public endpoint to a locally service.)
|
|
yourtablecloth/TableCloth
식탁보 프로젝트
|
|
security-code-scan/security-code-scan
Vulnerability Patterns Detector for C# and VB.NET
|
|
ViewFaceCore/ViewFaceCore
C# 超简单的离线人脸识别库。( 基于 SeetaFace6 )
|
|
dathlin/OpcUaHelper
一个通用的opc ua客户端类库,基于.net 4.6.1创建,基于官方opc ua基金会跨平台库创建,封装了节点读写,批量节点读写,引用读取,特性读取,历史数据读取,方法调用,节点订阅,批量订阅等操作。还提供了一个节点浏览器工具。
|
|
OData/WebApi
OData Web API: A server library built upon ODataLib and WebApi
|
|
IzyPro/WatchDog
WatchDog is a Realtime Message, Event, HTTP (Request & Response) and Exception logger and viewer for ASP.Net Core Web Apps and APIs. It allows developers log and view messages, events, http requests made to their web application and also exception caught during runtime in their web applications, all in Realtime.
|
Version | Downloads | Last updated | |
---|---|---|---|
10.0.0-preview.3.25171.5 | 1,279 | 4/10/2025 | |
10.0.0-preview.2.25163.2 | 15,289 | 3/18/2025 | |
10.0.0-preview.1.25080.5 | 21,126 | 2/25/2025 | |
9.0.4 | 231,375 | 4/8/2025 | |
9.0.3 | 3,398,019 | 3/11/2025 | |
9.0.2 | 5,479,606 | 2/11/2025 | |
9.0.1 | 6,519,594 | 1/14/2025 | |
9.0.0 | 25,496,169 | 11/12/2024 | |
9.0.0-rc.2.24473.5 | 287,925 | 10/8/2024 | |
9.0.0-rc.1.24431.7 | 231,627 | 9/10/2024 | |
9.0.0-preview.7.24405.7 | 96,471 | 8/13/2024 | |
9.0.0-preview.6.24327.7 | 130,990 | 7/9/2024 | |
9.0.0-preview.5.24306.7 | 82,543 | 6/11/2024 | |
9.0.0-preview.4.24266.19 | 106,119 | 5/21/2024 | |
9.0.0-preview.3.24172.9 | 167,370 | 4/11/2024 | |
9.0.0-preview.2.24128.5 | 101,977 | 3/12/2024 | |
9.0.0-preview.1.24080.9 | 103,820 | 2/13/2024 | |
8.0.0 | 261,621,120 | 11/14/2023 | |
8.0.0-rc.2.23479.6 | 1,193,934 | 10/10/2023 | |
8.0.0-rc.1.23419.4 | 441,247 | 9/12/2023 | |
8.0.0-preview.7.23375.6 | 481,188 | 8/8/2023 | |
8.0.0-preview.6.23329.7 | 191,744 | 7/11/2023 | |
8.0.0-preview.5.23280.8 | 185,110 | 6/13/2023 | |
8.0.0-preview.4.23259.5 | 392,376 | 5/16/2023 | |
8.0.0-preview.3.23174.8 | 261,533 | 4/11/2023 | |
8.0.0-preview.2.23128.3 | 181,657 | 3/14/2023 | |
8.0.0-preview.1.23110.8 | 179,181 | 2/21/2023 | |
7.0.0 | 191,610,017 | 11/7/2022 | |
7.0.0-rc.2.22472.3 | 248,220 | 10/11/2022 | |
7.0.0-rc.1.22426.10 | 189,942 | 9/14/2022 | |
7.0.0-preview.7.22375.6 | 222,916 | 8/9/2022 | |
7.0.0-preview.6.22324.4 | 143,069 | 7/12/2022 | |
7.0.0-preview.5.22301.12 | 81,430 | 6/14/2022 | |
7.0.0-preview.4.22229.4 | 128,211 | 5/10/2022 | |
7.0.0-preview.3.22175.4 | 76,921 | 4/13/2022 | |
7.0.0-preview.2.22152.2 | 77,739 | 3/14/2022 | |
7.0.0-preview.1.22076.8 | 66,243 | 2/17/2022 | |
6.0.1 | 923,918 | 11/12/2024 | |
6.0.0 | 433,500,735 | 11/8/2021 | |
6.0.0-rc.2.21480.5 | 1,372,087 | 10/12/2021 | |
6.0.0-rc.1.21451.13 | 420,541 | 9/14/2021 | |
6.0.0-preview.7.21377.19 | 292,906 | 8/10/2021 | |
6.0.0-preview.6.21352.12 | 148,749 | 7/14/2021 | |
6.0.0-preview.5.21301.5 | 115,601 | 6/15/2021 | |
6.0.0-preview.4.21253.7 | 78,576 | 5/24/2021 | |
6.0.0-preview.3.21201.4 | 243,326 | 4/8/2021 | |
6.0.0-preview.2.21154.6 | 142,329 | 3/11/2021 | |
6.0.0-preview.1.21102.12 | 170,642 | 2/12/2021 | |
5.0.0 | 273,961,366 | 11/9/2020 | |
5.0.0-rc.2.20475.5 | 293,106 | 10/13/2020 | |
5.0.0-rc.1.20451.14 | 421,688 | 9/14/2020 | |
5.0.0-preview.8.20407.11 | 116,451 | 8/25/2020 | |
5.0.0-preview.7.20364.11 | 149,655 | 7/21/2020 | |
5.0.0-preview.6.20305.6 | 113,027 | 6/25/2020 | |
5.0.0-preview.5.20278.1 | 390,524 | 6/10/2020 | |
5.0.0-preview.4.20251.6 | 139,828 | 5/18/2020 | |
5.0.0-preview.3.20215.2 | 60,421 | 4/23/2020 | |
5.0.0-preview.2.20160.3 | 139,321 | 4/2/2020 | |
5.0.0-preview.1.20120.4 | 68,324 | 3/16/2020 | |
3.1.32 | 14,110,133 | 12/13/2022 | |
3.1.31 | 1,652,910 | 11/8/2022 | |
3.1.30 | 2,330,346 | 10/11/2022 | |
3.1.29 | 1,163,671 | 9/13/2022 | |
3.1.28 | 4,614,770 | 8/9/2022 | |
3.1.27 | 788,801 | 7/12/2022 | |
3.1.26 | 733,903 | 6/14/2022 | |
3.1.25 | 1,299,266 | 5/10/2022 | |
3.1.24 | 13,335,074 | 4/11/2022 | |
3.1.23 | 3,953,563 | 3/8/2022 | |
3.1.22 | 16,335,429 | 12/14/2021 | |
3.1.21 | 5,577,524 | 11/7/2021 | |
3.1.20 | 2,760,106 | 10/11/2021 | |
3.1.19 | 2,617,029 | 9/14/2021 | |
3.1.18 | 29,516,334 | 8/10/2021 | |
3.1.17 | 4,908,970 | 7/13/2021 | |
3.1.16 | 5,319,087 | 6/8/2021 | |
3.1.15 | 5,365,307 | 5/11/2021 | |
3.1.14 | 7,584,961 | 4/6/2021 | |
3.1.13 | 8,327,343 | 3/9/2021 | |
3.1.12 | 7,317,326 | 2/9/2021 | |
3.1.11 | 13,666,044 | 1/12/2021 | |
3.1.10 | 19,072,947 | 11/9/2020 | |
3.1.9 | 21,425,100 | 10/13/2020 | |
3.1.8 | 232,087,853 | 9/8/2020 | |
3.1.7 | 19,359,310 | 8/11/2020 | |
3.1.6 | 27,395,765 | 7/14/2020 | |
3.1.5 | 31,511,789 | 6/9/2020 | |
3.1.4 | 21,598,208 | 5/12/2020 | |
3.1.3 | 54,411,401 | 3/24/2020 | |
3.1.2 | 26,257,778 | 2/18/2020 | |
3.1.1 | 21,570,218 | 1/14/2020 | |
3.1.0 | 189,197,440 | 12/3/2019 | |
3.1.0-preview3.19553.2 | 99,332 | 11/13/2019 | |
3.1.0-preview2.19525.4 | 23,798 | 11/1/2019 | |
3.1.0-preview1.19506.1 | 57,999 | 10/15/2019 | |
3.0.3 | 990,051 | 2/18/2020 | |
3.0.2 | 881,482 | 1/14/2020 | |
3.0.1 | 3,258,677 | 11/18/2019 | |
3.0.0 | 82,904,193 | 9/23/2019 | |
3.0.0-rc1.19456.10 | 62,979 | 9/16/2019 | |
3.0.0-preview9.19423.4 | 273,641 | 9/4/2019 | |
3.0.0-preview8.19405.4 | 284,059 | 8/13/2019 | |
3.0.0-preview7.19362.4 | 260,800 | 7/23/2019 | |
3.0.0-preview6.19304.6 | 656,108 | 6/12/2019 | |
3.0.0-preview5.19227.9 | 332,301 | 5/6/2019 | |
3.0.0-preview4.19216.2 | 41,452 | 4/18/2019 | |
3.0.0-preview3.19153.1 | 260,396 | 3/6/2019 | |
3.0.0-preview.19074.2 | 133,421 | 1/29/2019 | |
3.0.0-preview.18572.1 | 49,914 | 12/4/2018 | |
2.2.0 | 616,736,354 | 12/3/2018 | |
2.2.0-preview3-35497 | 483,675 | 10/17/2018 | |
2.2.0-preview2-35157 | 440,643 | 9/12/2018 | |
2.2.0-preview1-35029 | 173,884 | 8/22/2018 | |
2.1.1 | 338,354,767 | 6/18/2018 | |
2.1.0 | 441,457,990 | 5/29/2018 | |
2.1.0-rc1-final | 449,589 | 5/6/2018 | |
2.1.0-preview2-final | 739,360 | 4/10/2018 | |
2.1.0-preview1-final | 1,951,760 | 2/26/2018 | |
2.0.1 | 58,770,548 | 3/13/2018 | |
2.0.0 | 241,593,692 | 8/11/2017 | |
2.0.0-preview2-final | 575,524 | 6/28/2017 | |
2.0.0-preview1-final | 238,660 | 5/10/2017 | |
1.1.1 | 49,319,571 | 5/9/2017 | |
1.1.0 | 25,713,226 | 11/16/2016 | |
1.1.0-preview1-final | 190,125 | 10/24/2016 | |
1.0.1 | 137,615,455 | 12/12/2016 | |
1.0.0 | 37,226,842 | 6/27/2016 | |
1.0.0-rc2-final | 2,240,485 | 5/16/2016 |