Axuno.VirtualFileSystem
The Virtual File System makes it possible to manage files that do not exist on a physical file system (e.g. disk). * The VirtualFileSystem can be extended by additional IVirtualFileProviders. * Out-of-the-box, Microsoft.Extensions.FileProviders.Composite, Microsoft.Extensions.FileProviders.Embedded and Microsoft.Extensions.FileProviders.Physical are integrated. * Virtual files can be used just like static files in an application. * JavaScript, CSS, image files and all other file types can be embedded into assemblies and used just like the static files. The library is a modified version of Volo.Abp.VirtualFileSystem 3.3.1
Install
dotnet add package Axuno.VirtualFileSystem --version 0.7.2
Install-Package Axuno.VirtualFileSystem -Version 0.7.2
<PackageReference Include="Axuno.VirtualFileSystem" Version="0.7.2" />
Frameworks
Dependencies
Adoption guide
Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.
Compatibility metadata lists 2 target frameworks; confirm the exact target used by your application.
How to read this guidance
Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.
Useful next steps
Move from package metadata to a concrete selection or review workflow.