<PackageReference Include="Microsoft.Extensions.FileProviders.Abstractions" Version="11.0.0-preview.5.26302.115" />

Microsoft.Extensions.FileProviders.NullFileProvider

An empty file provider with no contents.

Initializes a new instance of the NullFileProvider class.

Enumerates a nonexistent directory.

public IFileInfo GetFileInfo(string subpath)

Locates a nonexistent file.

public IChangeToken Watch(string filter)

Returns a IChangeToken that monitors nothing.