Atypical.VirtualFileSystem
0.1.1
See the version list below for details.
dotnet add package Atypical.VirtualFileSystem --version 0.1.1
NuGet\Install-Package Atypical.VirtualFileSystem -Version 0.1.1
<PackageReference Include="Atypical.VirtualFileSystem" Version="0.1.1" />
paket add Atypical.VirtualFileSystem --version 0.1.1
#r "nuget: Atypical.VirtualFileSystem, 0.1.1"
// Install Atypical.VirtualFileSystem as a Cake Addin #addin nuget:?package=Atypical.VirtualFileSystem&version=0.1.1 // Install Atypical.VirtualFileSystem as a Cake Tool #tool nuget:?package=Atypical.VirtualFileSystem&version=0.1.1
Virtual File System
A virtual file system implementation in modern C#.
When writing applications in .NET, you often need to write or read the contents of a file. .NET provides System.IO
namespace dedicated to this purpose. But how do we deal with the filesystem when testing our code?
"Virtual File System" is an attempt to solve this problem. Currently, this library is at an early stage of development. If you need additional functionality, I invite you to open an issue to discuss it.
Badges
Social buttons
Repo metadata
Call-to-Action buttons
What is a virtual file system and why should I use it?
A virtual file system is a data structure that represents a file system in memory. It is used to simulate a file system on a computer. It is useful for testing purposes, for example, when you want to test a file system without actually creating files on the hard drive.
We use the lastest C# features
This library targets .NET 7.0 and uses the latest C# features. It is written in C# 11.0 and uses the new init
properties, record
types, switch
expressions, using
declarations, and more.
I invite you to read the C# 11.0 documentation to learn more about these features.
License
This project is licensed under the terms of the BSD-3-Clause license. If you use this library in your project, please consider adding a link to this repository in your project's README.
This project is maintained by Atypical Consulting. If you need help with this project, please contact us from this repository by opening an issue.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net6.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
- Initial release