Microsoft.Extensions.FileProviders.Physical 9.0.0

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.Extensions.Configuration.FileExtensions
Extension methods for configuring file-based configuration providers for Microsoft.Extensions.Configuration.
51
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.
50
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.
50
Microsoft.Extensions.Configuration.FileExtensions
Extension methods for configuring file-based configuration providers for Microsoft.Extensions.Configuration.
48
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.
47
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
47
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.
46
Microsoft.Extensions.Hosting
.NET Core hosting and startup infrastructures for applications.
43
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
43
Microsoft.AspNetCore.SpaServices.Extensions
Helpers for building single-page applications on ASP.NET MVC Core. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/55738ff96b832439076e25584cfe0eb3bace9b01
39
Microsoft.VisualStudio.Web.CodeGeneration.Tools
Code Generation tool for ASP.NET Core. Contains the dotnet-aspnet-codegenerator command used for generating controllers and views.
36
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.
36
Microsoft.Extensions.Configuration.FileExtensions
Extension methods for configuring file-based configuration providers for Microsoft.Extensions.Configuration.
35
Microsoft.AspNetCore.App
Microsoft.AspNetCore.App
35
Microsoft.Extensions.Hosting
.NET Core hosting and startup infrastructures for applications.
34
Microsoft.Extensions.Hosting
.NET Core hosting and startup infrastructures for applications.
32
Microsoft.Extensions.Configuration.FileExtensions
Extension methods for configuring file-based configuration providers for Microsoft.Extensions.Configuration.
32
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.
32

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

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