Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob
0.10.4
See the version list below for details.
dotnet add package Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob --version 0.10.4
NuGet\Install-Package Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob -Version 0.10.4
<PackageReference Include="Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob" Version="0.10.4" />
<PackageVersion Include="Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob" Version="0.10.4" />
<PackageReference Include="Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob" />
paket add Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob --version 0.10.4
#r "nuget: Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob, 0.10.4"
#:package Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob@0.10.4
#addin nuget:?package=Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob&version=0.10.4
#tool nuget:?package=Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob&version=0.10.4
Integration with Azure BlobStorage and Repository Framework
builder.Services
.AddRepositoryInBlobStorage<User, string>(builder.Configuration["Storage:ConnectionString"]);
You found the IRepository<User, string> in DI to play with it. With automated api, you may have the api implemented with your blobstorage integration. You need only to add the AddApiForRepositoryFramework
var app = builder.Build();
// Configure the HTTP request pipeline.
if (app.Environment.IsDevelopment())
{
app.UseSwagger();
app.UseSwaggerUI();
}
app.UseHttpsRedirection();
app.AddApiForRepositoryFramework();
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net6.0 is compatible. 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. |
-
net6.0
- Azure.Identity (>= 1.6.0)
- Azure.Storage.Blobs (>= 12.12.0)
- Rystem.RepositoryFramework.Abstractions (>= 0.10.2)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob:
| Package | Downloads |
|---|---|
|
Rystem.RepositoryFramework.Cache.Azure.Storage.Blob
Rystem.RepositoryFramework allows you to use correctly concepts like repository pattern, CQRS and DDD. You have interfaces for your domains, auto-generated api, auto-generated HttpClient to simplify connection "api to front-end", a functionality for auto-population in memory of your models, a functionality to simulate exceptions and waiting time from external sources to improve your implementation/business test and load test. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 10.0.7 | 103 | 3/26/2026 |
| 10.0.6 | 195,652 | 3/3/2026 |
| 10.0.5 | 166 | 2/22/2026 |
| 10.0.4 | 190 | 2/9/2026 |
| 10.0.3 | 147,957 | 1/28/2026 |
| 10.0.1 | 209,389 | 11/12/2025 |
| 9.1.3 | 373 | 9/2/2025 |
| 9.1.2 | 764,842 | 5/29/2025 |
| 9.1.1 | 97,943 | 5/2/2025 |
| 9.0.32 | 186,723 | 4/15/2025 |
| 9.0.31 | 5,869 | 4/2/2025 |
| 9.0.30 | 88,879 | 3/26/2025 |
| 9.0.29 | 9,036 | 3/18/2025 |
| 9.0.28 | 273 | 3/17/2025 |
| 9.0.27 | 285 | 3/16/2025 |
| 9.0.26 | 281 | 3/13/2025 |
| 9.0.25 | 52,164 | 3/9/2025 |
| 9.0.21 | 774 | 3/6/2025 |
| 9.0.20 | 19,623 | 3/6/2025 |
| 0.10.4 | 1,658 | 7/3/2022 |