StorageContextLib 1.0.27

There is a newer version of this package available.
See the version list below for details.
dotnet add package StorageContextLib --version 1.0.27
                    
NuGet\Install-Package StorageContextLib -Version 1.0.27
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="StorageContextLib" Version="1.0.27" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="StorageContextLib" Version="1.0.27" />
                    
Directory.Packages.props
<PackageReference Include="StorageContextLib" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add StorageContextLib --version 1.0.27
                    
#r "nuget: StorageContextLib, 1.0.27"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package StorageContextLib@1.0.27
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=StorageContextLib&version=1.0.27
                    
Install as a Cake Addin
#tool nuget:?package=StorageContextLib&version=1.0.27
                    
Install as a Cake Tool

StorageContextLib - Unified Cloud Storage API

A powerful .NET library that provides a unified abstraction layer for Azure Blob Storage and Amazon S3, enabling seamless multi-cloud storage operations.

Features

Multi-Cloud Support - Work with Azure Blob Storage and Amazon S3 through a single interface
Batch Operations - High-performance batch read, write, and copy operations
Streaming Support - Memory-efficient streaming with configurable chunk sizes
Async Enumerable - Stream large files with IAsyncEnumerable<ReadOnlyMemory<byte>>
Retry Logic - Built-in exponential backoff for transient failures
Cross-Account Operations - Copy files between different storage accounts
Background Services - Connection pool management with BackgroundService
Move Operations - Atomic move with overwrite support

Installation

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.32 43 3/10/2026
1.0.31 116 2/21/2026
1.0.30 82 2/20/2026
1.0.28 90 2/20/2026
1.0.27 80 2/20/2026
1.0.26 85 2/20/2026
1.0.25 702 10/24/2025
1.0.23 215 10/3/2025
1.0.21 136 10/3/2025
1.0.20 151 10/3/2025
1.0.18 654 11/12/2024
1.0.17 825 7/3/2024
1.0.16 198 7/1/2024
1.0.15 171 7/1/2024
1.0.14 152 6/3/2024
1.0.13 265 4/15/2024
1.0.12 165 4/15/2024
1.0.11 184 4/1/2024
1.0.9 178 3/1/2024
1.0.8 182 2/29/2024
Loading failed

Multi-targeting support for .NET 8.0, 9.0, and 10.0
- Azure Blob Storage and Amazon S3
- Batch operations (Read/Write/Copy)
- Streaming with chunk support
- Background service for connection management
- Cross-storage account operations