Info
| Version: | 0.2.0 |
| Author(s): | Manuel Römer |
| Last Update: | Tuesday, December 15, 2020 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/manuelroemer/Files |
| NuGet Url: | https://www.nuget.org/packages/Files.FileSystems.InMemory |
Install
Install-Package Files.FileSystems.InMemory
dotnet add package Files.FileSystems.InMemory
paket add Files.FileSystems.InMemory
Files.FileSystems.InMemory Download (Unzip the "nupkg" after downloading)
This package provides an in-memory FileSystem implementation which is specifically designed for testing.
The InMemoryFileSystem is completely independent of any real-world file system and can thus run in any testing configuration. In addition, each InMemoryFileSystem is isolated, leading to predictable testing states.
Learn more about Files at https://github.com/manuelroemer/Files.