On Beyond Studio File Storage is a set of .NET libraries that helps you to abstract file storage in your application. At this moment, we support two types of storage:
7.0
The library that contains IFileStorage abstraction:
dotnet new install OneBeyond.Studio.FileStorage.Domain
The library that contains IFileStorage implementation based on File System:
dotnet new install OneBeyond.Studio.FileStorage.FileSystem
The library that contains IFileStorage implementation based on Azure Blobs:
dotnet new install OneBeyond.Studio.FileStorage.Azure
For more detailed documentation, please refer to our Wiki
If you want to contribute, we are currently accepting PRs and/or proposals/discussions in the issue tracker.