Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob 0.10.4

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 0.10.4
                    
NuGet\Install-Package Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob -Version 0.10.4
                    
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="0.10.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob" Version="0.10.4" />
                    
Directory.Packages.props
<PackageReference Include="Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob --version 0.10.4
                    
#r "nuget: Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob, 0.10.4"
                    
#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.
#addin nuget:?package=Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob&version=0.10.4
                    
Install as a Cake Addin
#tool nuget:?package=Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob&version=0.10.4
                    
Install as a Cake Tool

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 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. 
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.1.2 130,623 a month ago
9.1.1 97,821 2 months ago
9.0.32 186,614 2 months ago
9.0.31 5,740 3 months ago
9.0.30 88,764 3 months ago
9.0.29 8,930 3 months ago
9.0.28 161 3 months ago
9.0.27 164 3 months ago
9.0.26 171 3 months ago
9.0.25 52,041 4 months ago
9.0.21 657 4 months ago
9.0.20 19,492 4 months ago
9.0.19 228 4 months ago
9.0.18 240 4 months ago
9.0.17 113 4 months ago
9.0.16 109 4 months ago
9.0.15 75,446 4 months ago
9.0.14 22,493 4 months ago
9.0.13 126 5 months ago
9.0.12 217,890 5 months ago
9.0.11 23,981 6 months ago
9.0.10 94 6 months ago
9.0.9 3,975 6 months ago
9.0.8 12,472 6 months ago
9.0.7 113 6 months ago
9.0.4 92,258 6 months ago
9.0.3 116 6 months ago
9.0.2 10,659 6 months ago
9.0.1 1,156 6 months ago
9.0.0 173,007 7 months ago
9.0.0-rc.1 118 8 months ago
6.2.0 219,395 9 months ago
6.1.1 135 9 months ago
6.1.0 47,929 9 months ago
6.0.24 175 10 months ago
6.0.23 160 7/18/2024
6.0.21 167 6/18/2024
6.0.20 149 6/16/2024
6.0.19 141 6/14/2024
6.0.18 139 6/14/2024
6.0.17 136 6/14/2024
6.0.16 146 6/10/2024
6.0.15 161 6/9/2024
6.0.14 162 5/24/2024
6.0.13 168 5/23/2024
6.0.12 131 5/23/2024
6.0.11 157 5/20/2024
6.0.9 142 5/20/2024
6.0.7 143 5/18/2024
6.0.6 169 5/10/2024
6.0.5 169 5/10/2024
6.0.4 224 4/3/2024
6.0.3 1,629 3/25/2024
6.0.2 331 3/11/2024
6.0.0 1,469 11/21/2023
6.0.0-rc.6 115 10/25/2023
6.0.0-rc.5 96 10/25/2023
6.0.0-rc.4 98 10/23/2023
6.0.0-rc.3 84 10/19/2023
6.0.0-rc.2 92 10/18/2023
6.0.0-rc.1 93 10/16/2023
5.0.20 1,045 9/25/2023
5.0.19 1,101 9/10/2023
5.0.18 1,108 9/6/2023
5.0.17 1,030 9/6/2023
5.0.16 1,017 9/5/2023
5.0.15 977 9/5/2023
5.0.14 906 9/5/2023
5.0.13 969 9/1/2023
5.0.12 1,001 8/31/2023
5.0.11 952 8/30/2023
5.0.10 1,024 8/29/2023
5.0.9 1,027 8/24/2023
5.0.8 1,041 8/24/2023
5.0.7 1,061 8/23/2023
5.0.6 1,062 8/21/2023
5.0.5 1,013 8/21/2023
5.0.4 1,034 8/16/2023
5.0.3 1,224 8/2/2023
5.0.2 1,222 8/2/2023
5.0.1 1,176 8/1/2023
5.0.0 1,232 7/31/2023
4.1.26 1,225 7/20/2023
4.1.25 1,255 7/16/2023
4.1.24 1,273 6/13/2023
4.1.23 1,176 6/13/2023
4.1.22 1,694 5/30/2023
4.1.21 1,310 5/20/2023
4.1.20 316,292 4/19/2023
4.1.19 96,317 3/20/2023
4.1.18 1,264 3/20/2023
4.1.17 1,592 3/16/2023
4.1.16 1,323 3/16/2023
4.1.15 1,274 3/15/2023
4.1.14 2,436 3/9/2023
4.1.13 1,358 3/7/2023
4.1.12 1,529 2/10/2023
4.1.11 1,378 1/26/2023
4.1.10 1,419 1/22/2023
4.1.9 1,404 1/20/2023
4.1.8 1,425 1/18/2023
4.1.7 1,536 1/18/2023
4.1.6 1,400 1/17/2023
4.1.1 1,409 1/4/2023
4.1.0 1,379 1/1/2023
3.1.5 1,434 12/21/2022
3.1.3 1,422 12/12/2022
3.1.2 1,334 12/7/2022
3.1.1 1,385 12/7/2022
3.1.0 1,523 12/2/2022
3.0.29 1,408 12/1/2022
3.0.28 1,429 12/1/2022
3.0.27 1,456 11/23/2022
3.0.25 1,475 11/23/2022
3.0.24 1,545 11/18/2022
3.0.23 1,477 11/18/2022
3.0.22 1,533 11/15/2022
3.0.21 1,449 11/14/2022
3.0.20 1,508 11/13/2022
3.0.19 1,723 11/2/2022
3.0.18 1,544 11/2/2022
3.0.17 1,633 10/29/2022
3.0.16 1,564 10/29/2022
3.0.15 1,533 10/29/2022
3.0.14 1,698 10/24/2022
3.0.13 1,566 10/24/2022
3.0.12 1,666 10/17/2022
3.0.11 1,661 10/10/2022
3.0.10 1,616 10/6/2022
3.0.9 1,511 10/6/2022
3.0.8 1,596 10/6/2022
3.0.7 1,608 10/6/2022
3.0.6 1,528 10/5/2022
3.0.5 1,481 10/5/2022
3.0.4 1,603 10/5/2022
3.0.3 1,558 10/3/2022
3.0.2 1,718 9/30/2022
3.0.1 1,582 9/29/2022
2.0.17 1,503 9/29/2022
2.0.16 1,703 9/27/2022
2.0.15 1,706 9/27/2022
2.0.14 1,663 9/26/2022
2.0.13 1,711 9/26/2022
2.0.12 1,648 9/26/2022
2.0.11 1,632 9/25/2022
2.0.10 1,650 9/25/2022
2.0.9 1,632 9/22/2022
2.0.8 1,647 9/22/2022
2.0.6 1,619 9/20/2022
2.0.5 1,795 9/20/2022
2.0.4 1,627 9/20/2022
2.0.2 1,689 9/20/2022
2.0.1 1,719 9/13/2022
2.0.0 1,735 8/19/2022
1.1.24 1,703 7/30/2022
1.1.23 1,680 7/29/2022
1.1.22 1,513 7/29/2022
1.1.21 1,623 7/29/2022
1.1.20 1,721 7/29/2022
1.1.19 1,720 7/27/2022
1.1.17 1,705 7/27/2022
1.1.16 1,635 7/26/2022
1.1.15 1,748 7/25/2022
1.1.14 1,626 7/25/2022
1.1.13 1,669 7/22/2022
1.1.12 1,676 7/19/2022
1.1.11 1,741 7/19/2022
1.1.10 1,660 7/19/2022
1.1.9 1,685 7/19/2022
1.1.8 1,687 7/18/2022
1.1.7 1,626 7/18/2022
1.1.6 1,651 7/18/2022
1.1.5 1,674 7/17/2022
1.1.4 1,563 7/17/2022
1.1.3 1,785 7/17/2022
1.1.2 1,627 7/17/2022
1.1.0 1,748 7/17/2022
1.0.2 1,637 7/15/2022
1.0.1 1,590 7/15/2022
1.0.0 1,635 7/8/2022
0.10.7 1,716 7/7/2022
0.10.5 1,537 7/7/2022
0.10.4 1,529 7/3/2022
0.10.3 1,560 7/3/2022
0.10.2 1,656 7/2/2022
0.10.1 1,735 7/1/2022
0.10.0 1,634 7/1/2022
0.9.10 1,635 6/20/2022
0.9.9 1,660 6/11/2022
0.9.7 1,616 6/9/2022
0.9.6 1,525 6/9/2022