Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob 1.1.3

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.3
                    
NuGet\Install-Package Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob -Version 1.1.3
                    
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.3" />
                    
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="1.1.3" />
                    
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 1.1.3
                    
#r "nuget: Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob, 1.1.3"
                    
#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=1.1.3
                    
Install as a Cake Addin
#tool nuget:?package=Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob&version=1.1.3
                    
Install as a Cake Tool

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.  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,641 a month ago
9.1.1 97,823 2 months ago
9.0.32 186,616 2 months ago
9.0.31 5,742 3 months ago
9.0.30 88,766 3 months ago
9.0.29 8,932 3 months ago
9.0.28 163 3 months ago
9.0.27 166 3 months ago
9.0.26 173 4 months ago
9.0.25 52,044 4 months ago
9.0.21 659 4 months ago
9.0.20 19,494 4 months ago
9.0.19 230 4 months ago
9.0.18 242 4 months ago
9.0.17 115 4 months ago
9.0.16 112 4 months ago
9.0.15 75,448 4 months ago
9.0.14 22,495 4 months ago
9.0.13 128 5 months ago
9.0.12 217,892 6 months ago
9.0.11 23,983 6 months ago
9.0.10 96 6 months ago
9.0.9 3,977 6 months ago
9.0.8 12,474 6 months ago
9.0.7 115 6 months ago
9.0.4 92,260 6 months ago
9.0.3 118 6 months ago
9.0.2 10,661 6 months ago
9.0.1 1,158 6 months ago
9.0.0 173,009 7 months ago
9.0.0-rc.1 120 8 months ago
6.2.0 219,409 9 months ago
6.1.1 138 9 months ago
6.1.0 47,932 9 months ago
6.0.24 177 10 months ago
6.0.23 162 7/18/2024
6.0.21 169 6/18/2024
6.0.20 151 6/16/2024
6.0.19 143 6/14/2024
6.0.18 141 6/14/2024
6.0.17 138 6/14/2024
6.0.16 148 6/10/2024
6.0.15 163 6/9/2024
6.0.14 164 5/24/2024
6.0.13 170 5/23/2024
6.0.12 133 5/23/2024
6.0.11 159 5/20/2024
6.0.9 144 5/20/2024
6.0.7 145 5/18/2024
6.0.6 171 5/10/2024
6.0.5 171 5/10/2024
6.0.4 226 4/3/2024
6.0.3 1,631 3/25/2024
6.0.2 333 3/11/2024
6.0.0 1,471 11/21/2023
6.0.0-rc.6 117 10/25/2023
6.0.0-rc.5 98 10/25/2023
6.0.0-rc.4 100 10/23/2023
6.0.0-rc.3 86 10/19/2023
6.0.0-rc.2 94 10/18/2023
6.0.0-rc.1 95 10/16/2023
5.0.20 1,047 9/25/2023
5.0.19 1,103 9/10/2023
5.0.18 1,110 9/6/2023
5.0.17 1,032 9/6/2023
5.0.16 1,019 9/5/2023
5.0.15 979 9/5/2023
5.0.14 908 9/5/2023
5.0.13 971 9/1/2023
5.0.12 1,003 8/31/2023
5.0.11 954 8/30/2023
5.0.10 1,026 8/29/2023
5.0.9 1,029 8/24/2023
5.0.8 1,043 8/24/2023
5.0.7 1,063 8/23/2023
5.0.6 1,064 8/21/2023
5.0.5 1,015 8/21/2023
5.0.4 1,037 8/16/2023
5.0.3 1,228 8/2/2023
5.0.2 1,226 8/2/2023
5.0.1 1,180 8/1/2023
5.0.0 1,236 7/31/2023
4.1.26 1,229 7/20/2023
4.1.25 1,259 7/16/2023
4.1.24 1,278 6/13/2023
4.1.23 1,180 6/13/2023
4.1.22 1,697 5/30/2023
4.1.21 1,314 5/20/2023
4.1.20 316,296 4/19/2023
4.1.19 96,319 3/20/2023
4.1.18 1,266 3/20/2023
4.1.17 1,594 3/16/2023
4.1.16 1,325 3/16/2023
4.1.15 1,276 3/15/2023
4.1.14 2,438 3/9/2023
4.1.13 1,360 3/7/2023
4.1.12 1,531 2/10/2023
4.1.11 1,381 1/26/2023
4.1.10 1,422 1/22/2023
4.1.9 1,407 1/20/2023
4.1.8 1,428 1/18/2023
4.1.7 1,538 1/18/2023
4.1.6 1,402 1/17/2023
4.1.1 1,411 1/4/2023
4.1.0 1,381 1/1/2023
3.1.5 1,436 12/21/2022
3.1.3 1,424 12/12/2022
3.1.2 1,336 12/7/2022
3.1.1 1,387 12/7/2022
3.1.0 1,525 12/2/2022
3.0.29 1,410 12/1/2022
3.0.28 1,431 12/1/2022
3.0.27 1,458 11/23/2022
3.0.25 1,477 11/23/2022
3.0.24 1,547 11/18/2022
3.0.23 1,479 11/18/2022
3.0.22 1,535 11/15/2022
3.0.21 1,451 11/14/2022
3.0.20 1,510 11/13/2022
3.0.19 1,725 11/2/2022
3.0.18 1,546 11/2/2022
3.0.17 1,635 10/29/2022
3.0.16 1,566 10/29/2022
3.0.15 1,535 10/29/2022
3.0.14 1,700 10/24/2022
3.0.13 1,568 10/24/2022
3.0.12 1,668 10/17/2022
3.0.11 1,663 10/10/2022
3.0.10 1,618 10/6/2022
3.0.9 1,513 10/6/2022
3.0.8 1,598 10/6/2022
3.0.7 1,610 10/6/2022
3.0.6 1,530 10/5/2022
3.0.5 1,483 10/5/2022
3.0.4 1,605 10/5/2022
3.0.3 1,560 10/3/2022
3.0.2 1,720 9/30/2022
3.0.1 1,584 9/29/2022
2.0.17 1,515 9/29/2022
2.0.16 1,705 9/27/2022
2.0.15 1,708 9/27/2022
2.0.14 1,665 9/26/2022
2.0.13 1,713 9/26/2022
2.0.12 1,650 9/26/2022
2.0.11 1,634 9/25/2022
2.0.10 1,652 9/25/2022
2.0.9 1,634 9/22/2022
2.0.8 1,649 9/22/2022
2.0.6 1,621 9/20/2022
2.0.5 1,797 9/20/2022
2.0.4 1,629 9/20/2022
2.0.2 1,691 9/20/2022
2.0.1 1,722 9/13/2022
2.0.0 1,737 8/19/2022
1.1.24 1,705 7/30/2022
1.1.23 1,682 7/29/2022
1.1.22 1,515 7/29/2022
1.1.21 1,635 7/29/2022
1.1.20 1,733 7/29/2022
1.1.19 1,722 7/27/2022
1.1.17 1,707 7/27/2022
1.1.16 1,637 7/26/2022
1.1.15 1,750 7/25/2022
1.1.14 1,628 7/25/2022
1.1.13 1,681 7/22/2022
1.1.12 1,678 7/19/2022
1.1.11 1,743 7/19/2022
1.1.10 1,662 7/19/2022
1.1.9 1,687 7/19/2022
1.1.8 1,689 7/18/2022
1.1.7 1,628 7/18/2022
1.1.6 1,653 7/18/2022
1.1.5 1,676 7/17/2022
1.1.4 1,565 7/17/2022
1.1.3 1,787 7/17/2022
1.1.2 1,629 7/17/2022
1.1.0 1,750 7/17/2022
1.0.2 1,639 7/15/2022
1.0.1 1,592 7/15/2022
1.0.0 1,637 7/8/2022
0.10.7 1,718 7/7/2022
0.10.5 1,539 7/7/2022
0.10.4 1,531 7/3/2022
0.10.3 1,562 7/3/2022
0.10.2 1,658 7/2/2022
0.10.1 1,737 7/1/2022
0.10.0 1,636 7/1/2022
0.9.10 1,637 6/20/2022
0.9.9 1,662 6/11/2022
0.9.7 1,618 6/9/2022
0.9.6 1,527 6/9/2022