The virtual file system embeds (js, css, html, cshtml) and other files into the dll, so that it can be used like a physical file during operation.
Info
Version: | 2.1.6 |
Author(s): | HueiFeng |
Last Update: | Sunday, August 18, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/hueifeng/TinyVFS |
NuGet Url: | https://www.nuget.org/packages/TinyVFS |
Install
Install-Package TinyVFS
dotnet add package TinyVFS
paket add TinyVFS
TinyVFS Download (Unzip the "nupkg" after downloading)
Dependencies
net5.0
- Microsoft.Extensions.FileProviders.Abstractions(>= 5.0.0)
- Microsoft.Extensions.FileProviders.Composite(>= 5.0.0)
- Microsoft.Extensions.FileProviders.Physical(>= 5.0.0)
- Microsoft.Extensions.Options(>= 5.0.0)
- Microsoft.Extensions.FileProviders.Abstractions(>= 3.1.10)
- Microsoft.Extensions.FileProviders.Composite(>= 3.1.10)
- Microsoft.Extensions.FileProviders.Physical(>= 3.1.10)
- Microsoft.Extensions.Options(>= 3.1.10)