Info
Version: | 9.3.0 |
Author(s): | Ivan Gavryliuk (@aloneguid) |
Last Update: | Monday, August 9, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/aloneguid/storage |
NuGet Url: | https://www.nuget.org/packages/Storage.Net |
Install
Install-Package Storage.Net
dotnet add package Storage.Net
paket add Storage.Net
Storage.Net Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Microsoft.IO.RecyclableMemoryStream(>= 1.3.2)
- NetBox(>= 2.3.5)
- System.Text.Json(>= 4.7.0)
- System.Threading.Thread(>= 4.3.0)
- Microsoft.IO.RecyclableMemoryStream(>= 1.3.2)
- NetBox(>= 2.3.5)
- System.Text.Json(>= 4.7.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 .NET 4.5.1 and .NET Standard 1.6.