Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob
1.1.3
See the version list below for details.
dotnet add package Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob --version 1.1.3
NuGet\Install-Package Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob -Version 1.1.3
<PackageReference Include="Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob" Version="1.1.3" />
<PackageVersion Include="Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob" Version="1.1.3" />
<PackageReference Include="Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob" />
paket add Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob --version 1.1.3
#r "nuget: Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob, 1.1.3"
#:package Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob@1.1.3
#addin nuget:?package=Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob&version=1.1.3
#tool nuget:?package=Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob&version=1.1.3
What is Rystem?
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.
Automated api with Rystem.RepositoryFramework.Api.Server package
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 (>= 1.1.3)
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.6 | 5,348 | 3/3/2026 |
| 10.0.5 | 158 | 2/22/2026 |
| 10.0.4 | 183 | 2/9/2026 |
| 10.0.3 | 147,950 | 1/28/2026 |
| 10.0.1 | 209,332 | 11/12/2025 |
| 9.1.3 | 363 | 9/2/2025 |
| 9.1.2 | 764,834 | 5/29/2025 |
| 9.1.1 | 97,936 | 5/2/2025 |
| 9.0.32 | 186,719 | 4/15/2025 |
| 9.0.31 | 5,858 | 4/2/2025 |
| 9.0.30 | 88,871 | 3/26/2025 |
| 9.0.29 | 9,029 | 3/18/2025 |
| 9.0.28 | 263 | 3/17/2025 |
| 9.0.27 | 278 | 3/16/2025 |
| 9.0.26 | 274 | 3/13/2025 |
| 9.0.25 | 52,158 | 3/9/2025 |
| 9.0.21 | 766 | 3/6/2025 |
| 9.0.20 | 19,614 | 3/6/2025 |
| 9.0.19 | 354 | 3/6/2025 |
| 1.1.3 | 1,922 | 7/17/2022 |