Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 178 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 178 Bytes

DotnetCore-FileSystem

A simple, testable file system abstraction.

  • Inject the IFileSystem interface
  • Mock out the dependency in test
  • Inject the real thing in production