Microsoft.Extensions.FileProviders.Abstractions 10.0.0-rc.2.25502.107

Prefix Reserved
This is a prerelease version of Microsoft.Extensions.FileProviders.Abstractions.
dotnet add package Microsoft.Extensions.FileProviders.Abstractions --version 10.0.0-rc.2.25502.107
 
NuGet\Install-Package Microsoft.Extensions.FileProviders.Abstractions -Version 10.0.0-rc.2.25502.107
 
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="10.0.0-rc.2.25502.107" />
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.Extensions.FileProviders.Abstractions" Version="10.0.0-rc.2.25502.107" />
 
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 10.0.0-rc.2.25502.107
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Microsoft.Extensions.FileProviders.Abstractions, 10.0.0-rc.2.25502.107"
 
#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.
#:package Microsoft.Extensions.FileProviders.Abstractions@10.0.0-rc.2.25502.107
 
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Microsoft.Extensions.FileProviders.Abstractions&version=10.0.0-rc.2.25502.107&prerelease
 
Install as a Cake Addin
#tool nuget:?package=Microsoft.Extensions.FileProviders.Abstractions&version=10.0.0-rc.2.25502.107&prerelease
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

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. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.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 (334)

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

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.
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.)
MarimerLLC/csla
A home for your business logic in any .NET application.
yourtablecloth/TableCloth
식탁보 프로젝트
ViewFaceCore/ViewFaceCore
C# 超简单的离线人脸识别库。( 基于 SeetaFace6 )
security-code-scan/security-code-scan
Vulnerability Patterns Detector for C# and VB.NET
dathlin/OpcUaHelper
一个通用的opc ua客户端类库,基于.net 4.6.1创建,基于官方opc ua基金会跨平台库创建,封装了节点读写,批量节点读写,引用读取,特性读取,历史数据读取,方法调用,节点订阅,批量订阅等操作。还提供了一个节点浏览器工具。
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.
OData/WebApi
OData Web API: A server library built upon ODataLib and WebApi
Version Downloads Last Updated
10.0.0-rc.2.25502.107 8,848 10/14/2025
10.0.0-rc.1.25451.107 150,828 9/9/2025
10.0.0-preview.7.25380.108 61,028 8/12/2025
10.0.0-preview.6.25358.103 56,758 7/15/2025
10.0.0-preview.5.25277.114 74,808 6/6/2025
10.0.0-preview.4.25258.110 60,235 5/12/2025
10.0.0-preview.3.25171.5 88,698 4/10/2025
10.0.0-preview.2.25163.2 50,531 3/18/2025
10.0.0-preview.1.25080.5 137,893 2/25/2025
9.0.10 133,218 10/14/2025
9.0.9 5,299,750 9/9/2025
9.0.8 7,832,233 8/4/2025
9.0.7 7,219,167 7/8/2025
9.0.6 8,660,418 6/10/2025
9.0.5 10,712,596 5/13/2025
9.0.4 15,420,645 4/8/2025
9.0.3 12,044,816 3/11/2025
9.0.2 12,948,487 2/11/2025
9.0.1 13,301,133 1/14/2025
9.0.0 80,796,845 11/12/2024
9.0.0-rc.2.24473.5 415,362 10/8/2024
9.0.0-rc.1.24431.7 326,012 9/10/2024
9.0.0-preview.7.24405.7 131,974 8/13/2024
9.0.0-preview.6.24327.7 198,104 7/9/2024
9.0.0-preview.5.24306.7 114,240 6/11/2024
9.0.0-preview.4.24266.19 184,545 5/21/2024
9.0.0-preview.3.24172.9 189,515 4/11/2024
9.0.0-preview.2.24128.5 128,615 3/12/2024
9.0.0-preview.1.24080.9 120,329 2/13/2024
8.0.0 420,065,166 11/14/2023
8.0.0-rc.2.23479.6 1,464,241 10/10/2023
8.0.0-rc.1.23419.4 596,646 9/12/2023
8.0.0-preview.7.23375.6 618,388 8/8/2023
8.0.0-preview.6.23329.7 214,598 7/11/2023
8.0.0-preview.5.23280.8 218,552 6/13/2023
8.0.0-preview.4.23259.5 434,406 5/16/2023
8.0.0-preview.3.23174.8 284,919 4/11/2023
8.0.0-preview.2.23128.3 188,702 3/14/2023
8.0.0-preview.1.23110.8 190,270 2/21/2023
7.0.0 221,294,957 11/7/2022
7.0.0-rc.2.22472.3 266,451 10/11/2022
7.0.0-rc.1.22426.10 206,551 9/14/2022
7.0.0-preview.7.22375.6 229,486 8/9/2022
7.0.0-preview.6.22324.4 150,649 7/12/2022
7.0.0-preview.5.22301.12 85,073 6/14/2022
7.0.0-preview.4.22229.4 133,420 5/10/2022
7.0.0-preview.3.22175.4 78,837 4/13/2022
7.0.0-preview.2.22152.2 82,462 3/14/2022
7.0.0-preview.1.22076.8 67,362 2/17/2022
6.0.1 4,202,009 11/12/2024
6.0.0 491,482,755 11/8/2021
6.0.0-rc.2.21480.5 1,439,221 10/12/2021
6.0.0-rc.1.21451.13 435,313 9/14/2021
6.0.0-preview.7.21377.19 311,781 8/10/2021
6.0.0-preview.6.21352.12 151,613 7/14/2021
6.0.0-preview.5.21301.5 117,150 6/15/2021
6.0.0-preview.4.21253.7 83,704 5/24/2021
6.0.0-preview.3.21201.4 253,792 4/8/2021
6.0.0-preview.2.21154.6 149,000 3/11/2021
6.0.0-preview.1.21102.12 181,255 2/12/2021
5.0.0 304,051,288 11/9/2020
5.0.0-rc.2.20475.5 306,388 10/13/2020
5.0.0-rc.1.20451.14 430,636 9/14/2020
5.0.0-preview.8.20407.11 118,866 8/25/2020
5.0.0-preview.7.20364.11 154,982 7/21/2020
5.0.0-preview.6.20305.6 115,457 6/25/2020
5.0.0-preview.5.20278.1 416,546 6/10/2020
5.0.0-preview.4.20251.6 143,753 5/18/2020
5.0.0-preview.3.20215.2 62,838 4/23/2020
5.0.0-preview.2.20160.3 141,054 4/2/2020
5.0.0-preview.1.20120.4 69,126 3/16/2020
3.1.32 17,185,694 12/13/2022
3.1.31 2,057,250 11/8/2022
3.1.30 2,523,072 10/11/2022
3.1.29 1,510,391 9/13/2022
3.1.28 5,021,743 8/9/2022
3.1.27 853,424 7/12/2022
3.1.26 813,854 6/14/2022
3.1.25 1,424,744 5/10/2022
3.1.24 15,656,297 4/11/2022
3.1.23 4,168,764 3/8/2022
3.1.22 18,574,217 12/14/2021
3.1.21 5,861,959 11/7/2021
3.1.20 2,934,612 10/11/2021
3.1.19 2,741,435 9/14/2021
3.1.18 32,232,495 8/10/2021
3.1.17 5,204,520 7/13/2021
3.1.16 5,699,202 6/8/2021
3.1.15 5,649,202 5/11/2021
3.1.14 7,946,765 4/6/2021
3.1.13 8,685,801 3/9/2021
3.1.12 7,713,772 2/9/2021
3.1.11 14,361,275 1/12/2021
3.1.10 19,887,057 11/9/2020
3.1.9 22,425,699 10/13/2020
3.1.8 250,199,156 9/8/2020
3.1.7 20,307,373 8/11/2020
3.1.6 29,006,947 7/14/2020
3.1.5 33,735,108 6/9/2020
3.1.4 22,691,632 5/12/2020
3.1.3 57,404,920 3/24/2020
3.1.2 27,420,172 2/18/2020
3.1.1 22,832,719 1/14/2020
3.1.0 228,253,657 12/3/2019
3.1.0-preview3.19553.2 103,691 11/13/2019
3.1.0-preview2.19525.4 24,085 11/1/2019
3.1.0-preview1.19506.1 58,832 10/15/2019
3.0.3 1,086,418 2/18/2020
3.0.2 923,205 1/14/2020
3.0.1 3,392,848 11/18/2019
3.0.0 99,434,901 9/23/2019
3.0.0-rc1.19456.10 64,004 9/16/2019
3.0.0-preview9.19423.4 285,666 9/4/2019
3.0.0-preview8.19405.4 308,200 8/13/2019
3.0.0-preview7.19362.4 269,130 7/23/2019
3.0.0-preview6.19304.6 684,968 6/12/2019
3.0.0-preview5.19227.9 345,663 5/6/2019
3.0.0-preview4.19216.2 41,848 4/18/2019
3.0.0-preview3.19153.1 271,934 3/6/2019
3.0.0-preview.19074.2 136,873 1/29/2019
3.0.0-preview.18572.1 53,841 12/4/2018
2.2.0 698,299,217 12/3/2018
2.2.0-preview3-35497 490,991 10/17/2018
2.2.0-preview2-35157 449,792 9/12/2018
2.2.0-preview1-35029 177,399 8/22/2018
2.1.1 393,379,398 6/18/2018
2.1.0 482,378,840 5/29/2018
2.1.0-rc1-final 466,455 5/6/2018
2.1.0-preview2-final 781,803 4/10/2018
2.1.0-preview1-final 2,021,624 2/26/2018
2.0.1 62,182,274 3/13/2018
2.0.0 255,981,349 8/11/2017
2.0.0-preview2-final 604,310 6/28/2017
2.0.0-preview1-final 242,206 5/10/2017
1.1.1 52,969,241 5/9/2017
1.1.0 29,235,085 11/16/2016
1.1.0-preview1-final 193,542 10/24/2016
1.0.1 142,589,089 12/12/2016
1.0.0 38,965,511 6/27/2016
1.0.0-rc2-final 2,290,478 5/16/2016