An open API service indexing awesome lists of open source software.

https://github.com/kode-rex/dotnetcore-filesystem

A simple testable file system abstraction.
https://github.com/kode-rex/dotnetcore-filesystem

filesystem testing

Last synced: over 1 year ago
JSON representation

A simple testable file system abstraction.

Awesome Lists containing this project

README

          

# DotnetCore-FileSystem
A simple, testable file system abstraction.
- Inject the IFileSystem interface
- Mock out the dependency in test
- Inject the real thing in production