Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 691 Bytes

File metadata and controls

16 lines (12 loc) · 691 Bytes

Orc.FileSystem

Name Badge
Downloads NuGet downloads
Stable version Version
Unstable version Pre-release version

This library wraps file system methods inside services. The advantages are:

  • All operations are being logged and can easily be accessed (even in production scenarios)
  • All operations are wrapped inside try/catch so all failures are logged as well
  • Services allow easier mocking for unit tests

For documentation, please visit the documentation portal