Cirreum.Runtime.Storage
1.0.6
dotnet add package Cirreum.Runtime.Storage --version 1.0.6
NuGet\Install-Package Cirreum.Runtime.Storage -Version 1.0.6
<PackageReference Include="Cirreum.Runtime.Storage" Version="1.0.6" />
<PackageVersion Include="Cirreum.Runtime.Storage" Version="1.0.6" />
<PackageReference Include="Cirreum.Runtime.Storage" />
paket add Cirreum.Runtime.Storage --version 1.0.6
#r "nuget: Cirreum.Runtime.Storage, 1.0.6"
#:package Cirreum.Runtime.Storage@1.0.6
#addin nuget:?package=Cirreum.Runtime.Storage&version=1.0.6
#tool nuget:?package=Cirreum.Runtime.Storage&version=1.0.6
Cirreum.Runtime.Storage
Storage service configuration for Cirreum runtime applications
Overview
Cirreum.Runtime.Storage provides runtime configuration and integration for storage services within the Cirreum Foundation Framework.
This extension simplifies the setup of storage providers (such as Azure Blob Storage) by offering hosting extensions that automatically configure service providers, health checks, and dependency injection for your runtime applications.
Features
- Azure Blob Storage Integration - Pre-configured support for Azure Blob Storage
- Service Provider Pattern - Consistent configuration pattern across all storage providers
- Health Check Integration - Automatic health check registration for storage services
- Duplicate Registration Prevention - Built-in safeguards against duplicate service registrations
- Runtime Configuration - Dynamic configuration through the Cirreum service provider infrastructure
Getting Started
Installation
dotnet add package Cirreum.Runtime.Storage
Usage
Add storage services to your host application builder:
using Microsoft.AspNetCore.Hosting;
var builder = WebApplication.CreateBuilder(args);
// Add storage configuration
builder.AddStorage();
var app = builder.Build();
This will automatically:
- Configure Azure Blob Storage providers based on your application settings
- Register health checks for storage services
- Set up dependency injection for storage-related services
Contribution Guidelines
Be conservative with new abstractions
The API surface must remain stable and meaningful.Limit dependency expansion
Only add foundational, version-stable dependencies.Favor additive, non-breaking changes
Breaking changes ripple through the entire ecosystem.Include thorough unit tests
All primitives and patterns should be independently testable.Document architectural decisions
Context and reasoning should be clear for future maintainers.Follow .NET conventions
Use established patterns from Microsoft.Extensions.* libraries.
Versioning
Cirreum.Runtime.Storage follows Semantic Versioning:
- Major - Breaking API changes
- Minor - New features, backward compatible
- Patch - Bug fixes, backward compatible
Given its foundational role, major version bumps are rare and carefully considered.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Cirreum Foundation Framework
Layered simplicity for modern .NET
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | 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. |
-
net10.0
- Cirreum.Runtime.ServiceProvider (>= 1.0.6)
- Cirreum.Storage.Azure (>= 1.0.7)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.