Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob 1.1.22

There is a newer version of this package available.
See the version list below for details.
dotnet add package Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob --version 1.1.22                
NuGet\Install-Package Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob -Version 1.1.22                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob" Version="1.1.22" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob --version 1.1.22                
#r "nuget: Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob, 1.1.22"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob as a Cake Addin
#addin nuget:?package=Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob&version=1.1.22

// Install Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob as a Cake Tool
#tool nuget:?package=Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob&version=1.1.22                

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
9.0.0 147,428 11/16/2024
9.0.0-rc.1 107 10/18/2024
6.2.0 219,261 10/9/2024
6.1.1 112 10/9/2024
6.1.0 47,905 9/29/2024
6.0.24 140 9/11/2024
6.0.23 137 7/18/2024
6.0.21 145 6/18/2024
6.0.20 128 6/16/2024
6.0.19 116 6/14/2024
6.0.18 109 6/14/2024
6.0.17 113 6/14/2024
6.0.16 125 6/10/2024
6.0.15 141 6/9/2024
6.0.14 141 5/24/2024
6.0.13 137 5/23/2024
6.0.12 112 5/23/2024
6.0.11 135 5/20/2024
6.0.9 121 5/20/2024
6.0.7 105 5/18/2024
6.0.6 127 5/10/2024
6.0.5 137 5/10/2024
6.0.4 201 4/3/2024
6.0.3 1,455 3/25/2024
6.0.2 306 3/11/2024
6.0.0 1,461 11/21/2023
6.0.0-rc.6 107 10/25/2023
6.0.0-rc.5 87 10/25/2023
6.0.0-rc.4 81 10/23/2023
6.0.0-rc.3 74 10/19/2023
6.0.0-rc.2 84 10/18/2023
6.0.0-rc.1 86 10/16/2023
5.0.20 1,032 9/25/2023
5.0.19 1,085 9/10/2023
5.0.18 1,095 9/6/2023
5.0.17 1,017 9/6/2023
5.0.16 1,004 9/5/2023
5.0.15 963 9/5/2023
5.0.14 894 9/5/2023
5.0.13 956 9/1/2023
5.0.12 988 8/31/2023
5.0.11 940 8/30/2023
5.0.10 1,011 8/29/2023
5.0.9 1,013 8/24/2023
5.0.8 1,028 8/24/2023
5.0.7 1,044 8/23/2023
5.0.6 1,047 8/21/2023
5.0.5 998 8/21/2023
5.0.4 1,003 8/16/2023
5.0.3 1,211 8/2/2023
5.0.2 1,210 8/2/2023
5.0.1 1,161 8/1/2023
5.0.0 1,205 7/31/2023
4.1.26 1,210 7/20/2023
4.1.25 1,234 7/16/2023
4.1.24 1,252 6/13/2023
4.1.23 1,146 6/13/2023
4.1.22 1,658 5/30/2023
4.1.21 1,289 5/20/2023
4.1.20 316,270 4/19/2023
4.1.19 96,270 3/20/2023
4.1.18 1,239 3/20/2023
4.1.17 1,569 3/16/2023
4.1.16 1,297 3/16/2023
4.1.15 1,234 3/15/2023
4.1.14 2,410 3/9/2023
4.1.13 1,334 3/7/2023
4.1.12 1,503 2/10/2023
4.1.11 1,351 1/26/2023
4.1.10 1,391 1/22/2023
4.1.9 1,376 1/20/2023
4.1.8 1,385 1/18/2023
4.1.7 1,507 1/18/2023
4.1.6 1,371 1/17/2023
4.1.1 1,379 1/4/2023
4.1.0 1,327 1/1/2023
3.1.5 1,407 12/21/2022
3.1.3 1,392 12/12/2022
3.1.2 1,308 12/7/2022
3.1.1 1,358 12/7/2022
3.1.0 1,493 12/2/2022
3.0.29 1,371 12/1/2022
3.0.28 1,400 12/1/2022
3.0.27 1,426 11/23/2022
3.0.25 1,447 11/23/2022
3.0.24 1,494 11/18/2022
3.0.23 1,446 11/18/2022
3.0.22 1,504 11/15/2022
3.0.21 1,418 11/14/2022
3.0.20 1,478 11/13/2022
3.0.19 1,690 11/2/2022
3.0.18 1,515 11/2/2022
3.0.17 1,602 10/29/2022
3.0.16 1,534 10/29/2022
3.0.15 1,501 10/29/2022
3.0.14 1,668 10/24/2022
3.0.13 1,536 10/24/2022
3.0.12 1,629 10/17/2022
3.0.11 1,619 10/10/2022
3.0.10 1,586 10/6/2022
3.0.9 1,480 10/6/2022
3.0.8 1,568 10/6/2022
3.0.7 1,570 10/6/2022
3.0.6 1,497 10/5/2022
3.0.5 1,442 10/5/2022
3.0.4 1,569 10/5/2022
3.0.3 1,526 10/3/2022
3.0.2 1,665 9/30/2022
3.0.1 1,550 9/29/2022
2.0.17 1,471 9/29/2022
2.0.16 1,671 9/27/2022
2.0.15 1,676 9/27/2022
2.0.14 1,632 9/26/2022
2.0.13 1,636 9/26/2022
2.0.12 1,617 9/26/2022
2.0.11 1,602 9/25/2022
2.0.10 1,603 9/25/2022
2.0.9 1,592 9/22/2022
2.0.8 1,616 9/22/2022
2.0.6 1,590 9/20/2022
2.0.5 1,755 9/20/2022
2.0.4 1,597 9/20/2022
2.0.2 1,634 9/20/2022
2.0.1 1,682 9/13/2022
2.0.0 1,705 8/19/2022
1.1.24 1,669 7/30/2022
1.1.23 1,647 7/29/2022
1.1.22 1,480 7/29/2022
1.1.21 1,589 7/29/2022
1.1.20 1,687 7/29/2022
1.1.19 1,667 7/27/2022
1.1.17 1,662 7/27/2022
1.1.16 1,599 7/26/2022
1.1.15 1,704 7/25/2022
1.1.14 1,593 7/25/2022
1.1.13 1,633 7/22/2022
1.1.12 1,642 7/19/2022
1.1.11 1,707 7/19/2022
1.1.10 1,625 7/19/2022
1.1.9 1,652 7/19/2022
1.1.8 1,653 7/18/2022
1.1.7 1,592 7/18/2022
1.1.6 1,617 7/18/2022
1.1.5 1,639 7/17/2022
1.1.4 1,529 7/17/2022
1.1.3 1,751 7/17/2022
1.1.2 1,593 7/17/2022
1.1.0 1,713 7/17/2022
1.0.2 1,604 7/15/2022
1.0.1 1,557 7/15/2022
1.0.0 1,602 7/8/2022
0.10.7 1,683 7/7/2022
0.10.5 1,503 7/7/2022
0.10.4 1,493 7/3/2022
0.10.3 1,525 7/3/2022
0.10.2 1,622 7/2/2022
0.10.1 1,696 7/1/2022
0.10.0 1,600 7/1/2022
0.9.10 1,600 6/20/2022
0.9.9 1,622 6/11/2022
0.9.7 1,580 6/9/2022
0.9.6 1,489 6/9/2022