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.
This package is typically used with an implementation of the file provider abstractions, such as Microsoft.Extensions.FileProviders.Composite
or Microsoft.Extensions.FileProviders.Physical
.
The main types provided by this library are:
Microsoft.Extensions.FileProviders.IFileProvider
Microsoft.Extensions.FileProviders.IDirectoryContents
Microsoft.Extensions.FileProviders.IFileInfo
Microsoft.Extensions.FileProviders.NullFileProvider
Microsoft.Extensions.FileProviders.Abstractions is released as open source under the MIT license. Bug reports and contributions are welcome at the GitHub repository.