Platform.VirtualFileSystem
1.2.1.124
Install-Package Platform.VirtualFileSystem -Version 1.2.1.124
dotnet add package Platform.VirtualFileSystem --version 1.2.1.124
<PackageReference Include="Platform.VirtualFileSystem" Version="1.2.1.124" />
paket add Platform.VirtualFileSystem --version 1.2.1.124
#r "nuget: Platform.VirtualFileSystem, 1.2.1.124"
// Install Platform.VirtualFileSystem as a Cake Addin
#addin nuget:?package=Platform.VirtualFileSystem&version=1.2.1.124
// Install Platform.VirtualFileSystem as a Cake Tool
#tool nuget:?package=Platform.VirtualFileSystem&version=1.2.1.124
Platform.VirtualFileSystem is a powerful .NET library that provides a uniform and cross-platform abstraction layer for file systems. It is similar to VFS features of various operating systems like Linux except it all runs in managed code.
You can use one common API for accessing files from various sources (local, http, zip etc) as well as create user-defined file systems using views and overlays.
Find out more at: https://github.com/platformdotnet/Platform.VirtualFileSystem
Product | Versions |
---|---|
.NET Framework | net452 net46 net461 net462 net463 net47 net471 net472 net48 |
-
- Platform.NET (>= 1.2.1.276)
- Platform.Xml.Serialization (>= 1.2.1.276)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on Platform.VirtualFileSystem:
Package | Downloads |
---|---|
Fickle
A library for generating web service SDKs for Objective-C, Java and Javascript |
|
Fickle.WebApi
Adds a Ficklefile controller that enables Ficklefile generation for your WebApi project |
|
Platform.VirtualFileSystem.Providers.Zip
Adds zip scheme/file support to Platform.VirtualFileSystem. Platform.VirtualFileSystem is a powerful .NET library that provides a uniform and cross-platform abstraction layer for file systems. It is similar to VFS features of various operating systems like Linux except it all runs in managed code. You can use one common API for accessing files from various sources (local, http, zip etc) as well as create user-defined file systems using views and overlays. Find out more at: https://github.com/platformdotnet/Platform.VirtualFileSystem |
|
Platform.VirtualFileSystem.DataFile
Adds support for super simple persistence of objects as XML files to Platform.VirtualFileSystem. Platform.VirtualFileSystem is a powerful .NET library that provides a uniform and cross-platform abstraction layer for file systems. Find out more at: https://github.com/platformdotnet/Platform.VirtualFileSystem |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.2.1.124 | 3,718 | 2/6/2016 |
1.2.1.122 | 3,767 | 2/6/2016 |
1.2.0.120-rc1 | 977 | 12/6/2015 |
1.2.0.116-rc1 | 931 | 12/6/2015 |
1.1.0.109 | 2,036 | 7/4/2015 |
1.1.0.102 | 10,548 | 11/15/2014 |
1.1.0.101 | 1,314 | 11/15/2014 |
1.0.0.87 | 1,701 | 11/7/2014 |
1.0.0.79 | 914 | 10/9/2014 |
1.0.0.76 | 933 | 9/11/2014 |
1.0.0.70 | 925 | 7/9/2014 |
1.0.0.68 | 975 | 6/23/2014 |
1.0.0.59 | 1,024 | 1/12/2014 |
1.0.0.54 | 905 | 1/9/2014 |
1.0.0.53 | 887 | 1/9/2014 |
1.0.0.52 | 861 | 1/9/2014 |
1.0.0.46 | 1,127 | 5/26/2013 |
1.0.0.45 | 1,011 | 5/26/2013 |
1.0.0.42 | 1,009 | 5/7/2013 |
1.0.0.40 | 1,023 | 5/6/2013 |
1.0.0.37 | 1,001 | 5/6/2013 |
1.0.0.34 | 962 | 5/3/2013 |
1.0.0.33 | 1,043 | 5/3/2013 |
1.0.0.32 | 3,112 | 5/3/2013 |
- Added support for specifying zip file passwords.
- Added support for resolving file systems by URI from IFileSystemManager
-- Previous --
- Now requires .NET 4.52