Microsoft.Extensions.FileProviders.Physical 10.0.0-preview.2.25163.2

About

Provides an implementation of a physical file provider, facilitating file access and monitoring on the disk. The primary type, PhysicalFileProvider, enables the lookup of files on disk and can watch for changes either via FileSystemWatcher or polling mechanisms.

Key Features

  • Easy access and monitoring of files on the disk.
  • Ability to watch for file changes either by using FileSystemWatcher or through polling.

How to Use

This library can be used to look up files on disk and monitor file changes effectively. Below is an example of how to use the PhysicalFileProvider to access files on disk and monitor changes:

using Microsoft.Extensions.FileProviders;
using Microsoft.Extensions.FileProviders.Physical;

using var provider = new PhysicalFileProvider(AppContext.BaseDirectory);

Environment.SetEnvironmentVariable("DOTNET_USE_POLLING_FILE_WATCHER", "1");

var contents = provider.GetDirectoryContents(string.Empty);
foreach (PhysicalFileInfo fileInfo in contents)
{
    Console.WriteLine(fileInfo.PhysicalPath);
}

var changeToken = provider.Watch("*.txt");
changeToken.RegisterChangeCallback(_ => Console.WriteLine("Text file changed"), null);

Console.ReadLine();

Main Types

The main types provided by this library are:

  • Microsoft.Extensions.FileProviders.PhysicalFileProvider
  • Microsoft.Extensions.FileProviders.PhysicalDirectoryInfo
  • Microsoft.Extensions.FileProviders.PhysicalFileInfo

Additional Documentation

Feedback & Contributing

Microsoft.Extensions.FileProviders.Physical is released as open source under the MIT license. Bug reports and contributions are welcome at the GitHub repository.

Showing the top 20 packages that depend on Microsoft.Extensions.FileProviders.Physical.

Packages Downloads
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.
9
Microsoft.AspNetCore.Diagnostics
ASP.NET Core middleware for exception handling, exception display pages, and diagnostics information. Includes developer exception page middleware, exception handler middleware, runtime info middleware, status code page middleware, and welcome page middleware This package was built from the source code at https://github.com/aspnet/Diagnostics/tree/c802d5ef5fba1ba8dfbcb8c3741af2ba15e9d1aa
442
Microsoft.AspNetCore.Hosting
ASP.NET Core hosting infrastructure and startup logic for web applications.
443
Microsoft.AspNetCore.Hosting
ASP.NET Core hosting infrastructure and startup logic for web applications. This package was built from the source code at https://github.com/aspnet/Hosting/tree/0724e6cde1149ee1a19bfec9c13a2c9327b71213
443
Microsoft.Extensions.Configuration.FileExtensions
Extension methods for configuring file-based configuration providers for Microsoft.Extensions.Configuration.
8
Microsoft.Extensions.Configuration.FileExtensions
Extension methods for configuring file-based configuration providers for Microsoft.Extensions.Configuration.
9
Microsoft.Extensions.Configuration.FileExtensions
Extension methods for configuring file-based configuration providers for Microsoft.Extensions.Configuration.
12
Microsoft.Extensions.Configuration.FileExtensions
Extension methods for configuring file-based configuration providers for Microsoft.Extensions.Configuration.
117
Microsoft.Extensions.Configuration.FileExtensions
Extension methods for configuring file-based configuration providers for Microsoft.Extensions.Configuration. When using NuGet 3.x this package requires at least version 3.4.
11
Microsoft.Extensions.Configuration.FileExtensions
Extension methods for configuring file-based configuration providers for Microsoft.Extensions.Configuration. This package was built from the source code at https://github.com/aspnet/Extensions/tree/9bc79b2f25a3724376d7af19617c33749a30ea3a
437
Microsoft.Extensions.Configuration.FileExtensions
Provides a base class for file-based configuration providers used with Microsoft.Extensions.Configuration and extension methods for configuring them.
18
Microsoft.Extensions.Configuration.UserSecrets
User secrets configuration provider implementation for Microsoft.Extensions.Configuration.
10
Microsoft.Extensions.Configuration.UserSecrets
User secrets configuration provider implementation for Microsoft.Extensions.Configuration.
11
Microsoft.Extensions.Configuration.UserSecrets
User secrets configuration provider implementation for Microsoft.Extensions.Configuration.
113
Microsoft.Extensions.Configuration.UserSecrets
User secrets configuration provider implementation for Microsoft.Extensions.Configuration. When using NuGet 3.x this package requires at least version 3.4.
12
Microsoft.Extensions.Hosting
Hosting and startup infrastructures for applications.
8
Microsoft.Extensions.Hosting
Hosting and startup infrastructures for applications.
9
Microsoft.Extensions.Hosting
Hosting and startup infrastructures for applications.
12
Microsoft.Extensions.Hosting
Hosting and startup infrastructures for applications.
113

https://go.microsoft.com/fwlink/?LinkID=799421

.NET Framework 4.6.2

.NET Standard 2.0

.NET 10.0

.NET 9.0

.NET 8.0

Version Downloads Last updated
10.0.0-preview.2.25163.2 1 03/20/2025
10.0.0-preview.1.25080.5 2 03/05/2025
9.0.3 1 03/20/2025
9.0.2 2 02/20/2025
9.0.1 2 01/18/2025
9.0.0 3 01/18/2025
9.0.0-rc.2.24473.5 2 01/18/2025
9.0.0-rc.1.24431.7 2 01/18/2025
9.0.0-preview.7.24405.7 2 01/18/2025
9.0.0-preview.6.24327.7 2 01/18/2025
9.0.0-preview.5.24306.7 2 01/18/2025
9.0.0-preview.4.24266.19 2 01/18/2025
9.0.0-preview.3.24172.9 2 01/18/2025
9.0.0-preview.2.24128.5 4 03/25/2024
9.0.0-preview.1.24080.9 6 02/15/2024
8.0.0 18 11/15/2023
8.0.0-rc.2.23479.6 6 10/30/2023
8.0.0-rc.1.23419.4 3 03/16/2024
8.0.0-preview.7.23375.6 4 03/09/2024
8.0.0-preview.6.23329.7 4 03/09/2024
8.0.0-preview.5.23280.8 4 03/14/2024
8.0.0-preview.4.23259.5 4 03/09/2024
8.0.0-preview.3.23174.8 5 03/08/2024
8.0.0-preview.2.23128.3 2 01/18/2025
8.0.0-preview.1.23110.8 4 03/02/2024
7.0.0 113 08/18/2023
7.0.0-rc.2.22472.3 3 03/22/2024
7.0.0-rc.1.22426.10 5 03/08/2024
7.0.0-preview.7.22375.6 5 03/08/2024
7.0.0-preview.6.22324.4 4 03/08/2024
7.0.0-preview.5.22301.12 5 03/09/2024
7.0.0-preview.4.22229.4 5 03/08/2024
7.0.0-preview.3.22175.4 5 11/04/2023
7.0.0-preview.2.22152.2 2 01/18/2025
7.0.0-preview.1.22076.8 5 03/08/2024
6.0.2-mauipre.1.22102.15 4 03/18/2024
6.0.2-mauipre.1.22054.8 4 03/18/2024
6.0.1 2 01/18/2025
6.0.0 13 08/18/2023
6.0.0-rc.2.21480.5 2 01/18/2025
6.0.0-rc.1.21451.13 4 03/15/2024
6.0.0-preview.7.21377.19 4 03/02/2024
6.0.0-preview.6.21352.12 2 03/09/2024
6.0.0-preview.5.21301.5 5 03/10/2024
6.0.0-preview.4.21253.7 4 03/02/2024
6.0.0-preview.3.21201.4 5 03/02/2024
6.0.0-preview.2.21154.6 2 01/18/2025
6.0.0-preview.1.21102.12 5 03/08/2024
5.0.0 10 08/18/2023
5.0.0-rc.2.20475.5 4 03/17/2024
5.0.0-rc.1.20451.14 4 03/17/2024
5.0.0-preview.8.20407.11 5 11/04/2023
5.0.0-preview.7.20364.11 4 03/11/2024
5.0.0-preview.6.20305.6 4 03/02/2024
5.0.0-preview.5.20278.1 4 03/11/2024
5.0.0-preview.4.20251.6 4 03/10/2024
5.0.0-preview.3.20215.2 4 03/09/2024
5.0.0-preview.2.20160.3 4 03/10/2024
5.0.0-preview.1.20120.4 4 03/09/2024
3.1.32 8 03/07/2024
3.1.31 6 03/16/2024
3.1.30 5 03/17/2024
3.1.29 5 03/15/2024
3.1.28 5 03/16/2024
3.1.27 5 03/15/2024
3.1.26 5 03/16/2024
3.1.25 5 03/15/2024
3.1.24 6 03/15/2024
3.1.23 6 03/07/2024
3.1.22 6 03/16/2024
3.1.21 3 01/18/2025
3.1.20 5 03/16/2024
3.1.19 5 03/15/2024
3.1.18 6 11/03/2023
3.1.17 6 03/08/2024
3.1.16 5 03/15/2024
3.1.15 5 03/15/2024
3.1.14 6 03/06/2024
3.1.13 6 03/07/2024
3.1.12 5 03/15/2024
3.1.11 5 03/15/2024
3.1.10 5 03/22/2024
3.1.9 5 03/07/2024
3.1.8 3 03/18/2024
3.1.7 5 03/15/2024
3.1.6 6 11/02/2023
3.1.5 4 03/15/2024
3.1.4 10 11/04/2023
3.1.3 5 03/07/2024
3.1.2 4 03/15/2024
3.1.1 4 03/25/2024
3.1.0 6 11/15/2023
3.1.0-preview3.19553.2 4 03/15/2024
3.1.0-preview2.19525.4 2 01/18/2025
3.1.0-preview1.19506.1 5 11/03/2023
3.0.3 4 03/15/2024
3.0.2 5 03/08/2024
3.0.1 5 03/07/2024
3.0.0 4 03/19/2024
3.0.0-rc1.19456.10 3 03/16/2024
3.0.0-preview9.19423.4 4 11/02/2023
3.0.0-preview8.19405.4 4 03/10/2024
3.0.0-preview7.19362.4 3 03/09/2024
3.0.0-preview6.19304.6 2 01/18/2025
3.0.0-preview5.19227.9 4 03/10/2024
3.0.0-preview4.19216.2 5 03/09/2024
3.0.0-preview3.19153.1 4 11/03/2023
3.0.0-preview.19074.2 4 03/10/2024
3.0.0-preview.18572.1 2 01/18/2025
2.2.0 437 08/18/2023
2.2.0-preview3-35497 4 03/16/2024
2.2.0-preview2-35157 4 03/16/2024
2.2.0-preview1-35029 3 03/08/2024
2.1.1 4 03/15/2024
2.1.0 5 03/06/2024
2.1.0-rc1-final 5 03/15/2024
2.1.0-preview2-final 5 03/02/2024
2.1.0-preview1-final 4 03/15/2024
2.0.1 4 03/15/2024
2.0.0 5 03/07/2024
2.0.0-preview2-final 6 03/07/2024
2.0.0-preview1-final 6 03/15/2024
1.1.1 6 03/18/2024
1.1.0 438 08/18/2023
1.1.0-preview1-final 5 03/15/2024
1.0.1 3 03/15/2024
1.0.0 4 03/16/2024
1.0.0-rc2-final 5 03/17/2024