Platform.VirtualFileSystem
1.0.0.54
See the version list below for details.
dotnet add package Platform.VirtualFileSystem --version 1.0.0.54
NuGet\Install-Package Platform.VirtualFileSystem -Version 1.0.0.54
<PackageReference Include="Platform.VirtualFileSystem" Version="1.0.0.54" />
paket add Platform.VirtualFileSystem --version 1.0.0.54
#r "nuget: Platform.VirtualFileSystem, 1.0.0.54"
// Install Platform.VirtualFileSystem as a Cake Addin #addin nuget:?package=Platform.VirtualFileSystem&version=1.0.0.54 // Install Platform.VirtualFileSystem as a Cake Tool #tool nuget:?package=Platform.VirtualFileSystem&version=1.0.0.54
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 Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net35 is compatible. net40 was computed. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
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 | 6,212 | 2/6/2016 |
1.2.1.122 | 8,989 | 2/6/2016 |
1.2.0.120-rc1 | 1,193 | 12/6/2015 |
1.2.0.116-rc1 | 1,133 | 12/6/2015 |
1.1.0.109 | 2,549 | 7/4/2015 |
1.1.0.102 | 36,965 | 11/15/2014 |
1.1.0.101 | 1,873 | 11/15/2014 |
1.0.0.87 | 2,210 | 11/7/2014 |
1.0.0.79 | 1,244 | 10/9/2014 |
1.0.0.76 | 1,274 | 9/11/2014 |
1.0.0.70 | 1,252 | 7/9/2014 |
1.0.0.68 | 1,317 | 6/23/2014 |
1.0.0.59 | 1,375 | 1/12/2014 |
1.0.0.54 | 1,237 | 1/9/2014 |
1.0.0.53 | 1,235 | 1/9/2014 |
1.0.0.52 | 1,179 | 1/9/2014 |
1.0.0.46 | 1,465 | 5/26/2013 |
1.0.0.45 | 1,343 | 5/26/2013 |
1.0.0.42 | 1,368 | 5/7/2013 |
1.0.0.40 | 1,352 | 5/6/2013 |
1.0.0.37 | 1,332 | 5/6/2013 |
1.0.0.34 | 1,290 | 5/3/2013 |
1.0.0.33 | 1,389 | 5/3/2013 |
1.0.0.32 | 5,799 | 5/3/2013 |
Fixed Directory.Walk sometimes not returning nodes and relative paths sometimes not working.