Skip to content

onebeyond/onebeyond-studio-file-storage

Repository files navigation

One Beyond

Nuget version Nuget downloads License Maintainability Test Coverage

Introduction

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:

Supported .NET version:

7.0

Installation

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

Documentation

For more detailed documentation, please refer to our Wiki

Contributing

If you want to contribute, we are currently accepting PRs and/or proposals/discussions in the issue tracker.