AzureStorage.Standard.Core
1.0.0
dotnet add package AzureStorage.Standard.Core --version 1.0.0
NuGet\Install-Package AzureStorage.Standard.Core -Version 1.0.0
<PackageReference Include="AzureStorage.Standard.Core" Version="1.0.0" />
<PackageVersion Include="AzureStorage.Standard.Core" Version="1.0.0" />
<PackageReference Include="AzureStorage.Standard.Core" />
paket add AzureStorage.Standard.Core --version 1.0.0
#r "nuget: AzureStorage.Standard.Core, 1.0.0"
#:package AzureStorage.Standard.Core@1.0.0
#addin nuget:?package=AzureStorage.Standard.Core&version=1.0.0
#tool nuget:?package=AzureStorage.Standard.Core&version=1.0.0
Core package containing shared models, interfaces, and abstractions for the AzureStorage.Standard library suite. This package provides common types used across Azure Blob Storage, Queue Storage, Table Storage, and File Share clients. Includes storage configuration models (StorageOptions), retry policies (RetryOptions), exception types (AzureStorageException), and shared domain models. This package is automatically installed as a dependency when you install any of the AzureStorage.Standard client packages (Blobs, Queues, Tables, Files). You typically don't need to install this package directly.
| 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 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 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 | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.1 is compatible. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | 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.1
- No dependencies.
-
net8.0
- No dependencies.
-
net9.0
- No dependencies.
NuGet packages (4)
Showing the top 4 NuGet packages that depend on AzureStorage.Standard.Core:
| Package | Downloads |
|---|---|
|
AzureStorage.Standard.Tables
A simplified, modern .NET client library for Azure Table Storage with built-in error handling and intuitive APIs. This library provides an easy-to-use wrapper around Azure.Data.Tables SDK with comprehensive entity operations, flexible querying with OData filters, batch transactions, and type-safe generic support. Perfect for NoSQL data storage scenarios requiring schema-less data with partition and row key indexing. Supports full CRUD operations, partition-based queries, optimistic concurrency with ETags, and atomic batch transactions. Compatible with .NET Standard 2.0+, .NET 7, 8, and 9. Ideal for cloud-native applications, microservices, and distributed systems requiring fast, scalable NoSQL storage with Azure integration. |
|
|
AzureStorage.Standard.Queues
A simplified, modern .NET client library for Azure Queue Storage with comprehensive message operations and intuitive APIs. This library provides an easy-to-use wrapper around Azure.Storage.Queues SDK with support for sending, receiving, peeking, updating, and deleting messages. Features include text and binary message support, configurable visibility timeouts, message TTL management, batch operations, and reliable message processing patterns. Perfect for building asynchronous, decoupled applications with background job processing, task queuing, and inter-service communication. Includes built-in error handling, poison message detection, and dequeue count tracking. Compatible with .NET Standard 2.0+, .NET 7, 8, and 9. Ideal for microservices architectures, distributed systems, and cloud-native applications requiring reliable message queuing. |
|
|
AzureStorage.Standard.Files
A simplified, modern .NET client library for Azure File Share Storage (Azure Files) with built-in retry policies, comprehensive error handling, and intuitive APIs. This library provides an easy-to-use wrapper around Azure.Storage.Files.Shares SDK with full support for file share management, directory operations, file upload/download, streaming, metadata management, and SAS token generation. Features automatic retry policies using Polly for enhanced reliability. Perfect for lift-and-shift scenarios, shared configuration storage, log aggregation, and applications requiring SMB-compatible cloud file storage. Supports nested directory structures, file copying, existence checks, and properties management. Compatible with .NET Standard 2.0+, .NET 7, 8, and 9. Ideal for migrating on-premises file shares to Azure, building cloud-native applications with shared file access, and enabling distributed teams to access common files securely. |
|
|
AzureStorage.Standard.Blobs
A simplified, modern .NET client library for Azure Blob Storage. Provides an easy-to-use wrapper around Azure.Storage.Blobs SDK with built-in retry policies, comprehensive error handling, and intuitive APIs for blob and container management. Supports blob upload/download, streaming, metadata management, and advanced features like access tiers and lease operations. Compatible with .NET Standard 2.0+, .NET 7, 8, and 9. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.0 | 310 | 10/20/2025 |
| 0.0.0-alpha.0.11 | 112 | 10/20/2025 |
| 0.0.0-alpha.0.10 | 115 | 10/20/2025 |
| 0.0.0-alpha.0.9 | 111 | 10/20/2025 |
| 0.0.0-alpha.0.8 | 112 | 10/19/2025 |
| 0.0.0-alpha.0.7 | 116 | 10/19/2025 |
| 0.0.0-alpha.0.6 | 110 | 10/19/2025 |
| 0.0.0-alpha.0.5 | 115 | 10/19/2025 |
Initial release v1.0.0:
- StorageOptions configuration model
- RetryOptions for resilience configuration
- AzureStorageException for unified error handling
- Shared domain models for all storage types
- Interface abstractions for dependency injection
- .NET Standard 2.0 compatibility