Skip to main content
Axuno.VirtualFileSystem package icon

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

Total Downloads
19.9K
19,928
Published
Nov 10, 2020
Latest stable version

Install

.NET CLI
dotnet add package Axuno.VirtualFileSystem --version 0.7.0
Package Manager Console
Install-Package Axuno.VirtualFileSystem -Version 0.7.0
PackageReference
<PackageReference Include="Axuno.VirtualFileSystem" Version="0.7.0" />

Frameworks

.NETStandard2.1

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 1 target framework; 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.