Info
Version: | 9.27.0 |
Author(s): | Ivan Gavryliuk (@aloneguid) |
Last Update: | Sunday, December 13, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/aloneguid/storage |
NuGet Url: | https://www.nuget.org/packages/Storage.NetCore |
Install
Install-Package Storage.NetCore
dotnet add package Storage.NetCore
paket add Storage.NetCore
Storage.NetCore Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.IO.RecyclableMemoryStream(>= 1.3.6)
- NetBox(>= 2.5.1)
- System.Text.Json(>= 5.0.0)
- System.Threading.Thread(>= 4.3.0)
It's aimed to provide a generic interface regardless on which storage provider you are using. It also provides both synchronous and asynchronous alternatives of all methods and implements it to the best effort possible.
Supports .NETCore 3.1.