cs-util-com / cscore

cscore is a minimal-footprint library providing commonly used helpers & patterns for your C# projects. It can be used in both pure C# and Unity projects.
https://cs-util-com.github.io/cscore/
Apache License 2.0
195 stars 32 forks source link

Refactoring/switch to filesystem abstraction #30

Closed cs-util closed 4 years ago

cs-util commented 4 years ago

Now all methods related to file handling use a file system abstraction that allows to work with different scenarios for file handling, e.g.:


This change is Reviewable

codeclimate[bot] commented 4 years ago

Code Climate has analyzed commit d3271e86 and detected 7 issues on this pull request.

Here's the issue category breakdown:

Category Count
Complexity 5
Duplication 2

View more on Code Climate.