Azure.Storage.Blobs
12.6.0
Prefix Reserved
| Advisory: https://github.com/advisories/GHSA-64x4-9hc6-r2h6 | Severity: moderate |
See the version list below for details.
dotnet add package Azure.Storage.Blobs --version 12.6.0
NuGet\Install-Package Azure.Storage.Blobs -Version 12.6.0
<PackageReference Include="Azure.Storage.Blobs" Version="12.6.0" />
<PackageVersion Include="Azure.Storage.Blobs" Version="12.6.0" />
<PackageReference Include="Azure.Storage.Blobs" />
paket add Azure.Storage.Blobs --version 12.6.0
#r "nuget: Azure.Storage.Blobs, 12.6.0"
#:package Azure.Storage.Blobs@12.6.0
#addin nuget:?package=Azure.Storage.Blobs&version=12.6.0
#tool nuget:?package=Azure.Storage.Blobs&version=12.6.0
This client library enables working with the Microsoft Azure Storage Blob service for storing binary and text data.
For this release see notes - https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/storage/Azure.Storage.Blobs/README.md and https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/storage/Azure.Storage.Blobs/CHANGELOG.md
in addition to the breaking changes https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/storage/Azure.Storage.Blobs/BreakingChanges.txt
Microsoft Azure Storage quickstarts and tutorials - https://docs.microsoft.com/en-us/azure/storage/
Microsoft Azure Storage REST API Reference - https://docs.microsoft.com/en-us/rest/api/storageservices/
REST API Reference for Blob Service - https://docs.microsoft.com/en-us/rest/api/storageservices/blob-service-rest-api
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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 was computed. 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 was computed. 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. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Azure.Core (>= 1.4.1)
- Azure.Storage.Common (>= 12.5.2)
- System.Text.Json (>= 4.6.0)
NuGet packages (1.1K)
Showing the top 5 NuGet packages that depend on Azure.Storage.Blobs:
| Package | Downloads |
|---|---|
|
Microsoft.Azure.WebJobs.Host.Storage
This package contains Azure Storage based implementations of some WebJobs SDK component interfaces. For more information, please visit https://go.microsoft.com/fwlink/?linkid=2279708. |
|
|
Microsoft.PowerBI.Api
.NET Client library for Microsoft Power BI public REST endpoints providing access to your Workspaces, Reports, Datasets and more. |
|
|
Microsoft.Azure.DurableTask.AzureStorage
Azure Storage provider extension for the Durable Task Framework. |
|
|
Azure.Extensions.AspNetCore.DataProtection.Blobs
Microsoft Azure Blob storage support as key store (https://docs.microsoft.com/aspnet/core/security/data-protection/implementation/key-storage-providers). |
|
|
Microsoft.Azure.WebJobs.Extensions.Storage.Blobs
This extension adds bindings for Storage |
GitHub repositories (162)
Showing the top 20 popular GitHub repositories that depend on Azure.Storage.Blobs:
| Repository | Stars |
|---|---|
|
bitwarden/server
Bitwarden infrastructure/backend (API, database, Docker, etc).
|
|
|
abpframework/abp
Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
|
|
|
duplicati/duplicati
Store securely encrypted backups in the cloud!
|
|
|
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
|
|
|
aspnetboilerplate/aspnetboilerplate
ASP.NET Boilerplate - Web Application Framework
|
|
|
microsoft/garnet
Garnet is a remote cache-store from Microsoft Research that offers strong performance (throughput and latency), scalability, storage, recovery, cluster sharding, key migration, and replication features. Garnet can work with existing Redis clients.
|
|
|
dotnet/orleans
Cloud Native application framework for .NET
|
|
|
nopSolutions/nopCommerce
ASP.NET Core eCommerce software. nopCommerce is a free and open-source shopping cart.
|
|
|
OrchardCMS/OrchardCore
Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework.
|
|
|
MassTransit/MassTransit
Distributed Application Framework for .NET
|
|
|
microsoft/FASTER
Fast persistent recoverable log and key-value store + cache, in C# and C++.
|
|
|
danielgerlag/workflow-core
Lightweight workflow engine for .NET Standard
|
|
|
actions/runner
The Runner for GitHub Actions :rocket:
|
|
|
ChilliCream/graphql-platform
Welcome to the home of the Hot Chocolate GraphQL server for .NET, the Strawberry Shake GraphQL client for .NET and Nitro the awesome Monaco based GraphQL IDE.
|
|
|
dotnet/aspire
Aspire is the tool for code-first, extensible, observable dev and deploy.
|
|
|
Azure/azure-powershell
Microsoft Azure PowerShell
|
|
|
simplcommerce/SimplCommerce
A simple, cross platform, modulith ecommerce system built on .NET
|
|
|
Xabaril/AspNetCore.Diagnostics.HealthChecks
Enterprise HealthChecks for ASP.NET Core Diagnostics Package
|
|
|
testcontainers/testcontainers-dotnet
A library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions.
|
|
|
ravendb/ravendb
ACID Document Database
|
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 12.26.0 | 511,439 | 10/13/2025 | |
| 12.26.0-beta.1 | 86,842 | 6/9/2025 | |
| 12.25.1 | 1,041,349 | 9/24/2025 | |
| 12.25.0 | 6,158,982 | 7/15/2025 | |
| 12.25.0-beta.1 | 32,237 | 5/6/2025 | |
| 12.24.1 | 4,709,450 | 6/10/2025 | |
| 12.24.0 | 15,955,748 | 3/11/2025 | |
| 12.24.0-beta.1 | 95,451 | 2/11/2025 | |
| 12.23.0 | 29,137,069 | 11/12/2024 | |
| 12.23.0-beta.2 | 37,766 | 10/10/2024 | |
| 12.23.0-beta.1 | 5,675 | 10/8/2024 | |
| 12.22.2 | 10,331,554 | 10/11/2024 | |
| 12.22.1 | 5,144,829 | 9/25/2024 | |
| 12.22.0 | 2,285,983 | 9/19/2024 | |
| 12.22.0-beta.1 | 61,275 | 8/7/2024 | |
| 12.21.2 | 10,343,610 | 8/8/2024 | |
| 12.21.1 | 9,219,383 | 7/25/2024 | |
| 12.21.0 | 4,539,436 | 7/16/2024 | |
| 12.21.0-beta.1 | 46,560 | 6/11/2024 | |
| 12.20.0 | 18,788,000 | 5/14/2024 | |
| 12.20.0-beta.2 | 46,105 | 4/16/2024 | |
| 12.20.0-beta.1 | 398,586 | 12/5/2023 | |
| 12.19.1 | 51,881,020 | 11/14/2023 | |
| 12.19.0 | 1,568,687 | 11/6/2023 | |
| 12.19.0-beta.1 | 18,513 | 10/16/2023 | |
| 12.18.0 | 18,565,325 | 9/12/2023 | |
| 12.18.0-beta.1 | 74,505 | 8/8/2023 | |
| 12.17.0 | 17,351,659 | 7/11/2023 | |
| 12.17.0-beta.1 | 81,661 | 5/30/2023 | |
| 12.16.0 | 34,918,939 | 4/11/2023 | |
| 12.16.0-beta.1 | 11,954 | 3/28/2023 | |
| 12.15.1 | 5,851,266 | 3/24/2023 | |
| 12.15.0 | 8,923,901 | 2/22/2023 | |
| 12.15.0-beta.1 | 27,651 | 2/8/2023 | |
| 12.14.1 | 30,763,179 | 10/20/2022 | |
| 12.14.0 | 3,764,755 | 10/12/2022 | |
| 12.14.0-beta.1 | 61,225 | 8/23/2022 | |
| 12.13.1 | 26,211,281 | 8/23/2022 | |
| 12.13.0 | 33,939,746 | 7/8/2022 | |
| 12.13.0-beta.1 | 17,423 | 6/15/2022 | |
| 12.12.0 | 17,353,460 | 5/2/2022 | |
| 12.12.0-beta.1 | 16,761 | 4/12/2022 | |
| 12.11.0 | 6,632,580 | 3/10/2022 | |
| 12.11.0-beta.3 | 51,568 | 2/7/2022 | |
| 12.11.0-beta.2 | 169,837 | 11/30/2021 | |
| 12.11.0-beta.1 | 24,719 | 11/4/2021 | |
| 12.10.0 | 36,966,544 | 9/9/2021 | |
| 12.10.0-beta.2 | 25,677 | 7/23/2021 | |
| 12.10.0-beta.1 | 6,028 | 7/23/2021 | |
| 12.9.1 | 9,309,067 | 6/23/2021 | |
| 12.9.0 | 3,475,385 | 6/9/2021 | |
| 12.9.0-beta.4 | 153,746 | 5/12/2021 | |
| 12.9.0-beta.3 | 21,712 | 4/9/2021 | |
| 12.9.0-beta.2 | 75,718 | 3/10/2021 | |
| 12.9.0-beta.1 | 96,629 | 2/10/2021 | |
| 12.8.4 | 2,277,877 | 5/21/2021 | |
| 12.8.3 | 3,499,575 | 4/27/2021 | |
| 12.8.2 | 49,513 | 4/27/2021 | |
| 12.8.1 | 3,979,095 | 3/29/2021 | |
| 12.8.0 | 17,509,956 | 1/12/2021 | |
| 12.8.0-beta.1 | 57,724 | 12/7/2020 | |
| 12.7.0 | 9,795,374 | 11/10/2020 | |
| 12.7.0-preview.1 | 76,062 | 10/1/2020 | |
| 12.6.0 | 13,481,550 | 8/31/2020 | |
| 12.5.1 | 1,037,400 | 8/18/2020 | |
| 12.5.0-preview.6 | 37,373 | 7/28/2020 | |
| 12.5.0-preview.5 | 42,526 | 7/3/2020 | |
| 12.5.0-preview.4 | 7,344 | 6/19/2020 | |
| 12.5.0-preview.1 | 6,292 | 6/8/2020 | |
| 12.4.4 | 7,623,879 | 6/5/2020 | |
| 12.4.3 | 582,373 | 6/2/2020 | |
| 12.4.2 | 1,978,264 | 5/6/2020 | |
| 12.4.1 | 1,735,049 | 4/6/2020 | |
| 12.4.0 | 1,277,175 | 3/12/2020 | |
| 12.3.0 | 1,443,509 | 2/11/2020 | |
| 12.2.0 | 1,230,564 | 1/10/2020 | |
| 12.1.0 | 872,358 | 12/4/2019 | |
| 12.0.0 | 1,767,315 | 10/31/2019 | |
| 12.0.0-preview.4 | 6,729 | 10/10/2019 | |
| 12.0.0-preview.3 | 6,829 | 9/10/2019 | |
| 12.0.0-preview.2 | 3,771 | 8/6/2019 | |
| 12.0.0-preview.1 | 3,417 | 7/3/2019 | |
| 1.0.0-preview.1 | 5,701 | 5/7/2019 |