Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob 9.0.18

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

What is Rystem?

Integration with Azure BlobStorage and Repository Framework

Example from unit test with a business integration too.

services
    .AddRepository<Car, Guid>(builder =>
    {
        builder.WithBlobStorage(builder =>
        {
            builder.Settings.ConnectionString = configuration["ConnectionString:Storage"];
            builder.Settings.Prefix = "MyFolder/";
        });
    });
services
    .AddBusinessForRepository<Car, Guid>()
        .AddBusinessBeforeInsert<CarBeforeInsertBusiness>()
        .AddBusinessBeforeInsert<CarBeforeInsertBusiness2>();

You found the IRepository<Car, Guid> 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 AddApiFromRepositoryFramework and UseApiForRepositoryFramework

 builder.Services.AddApiFromRepositoryFramework()
    .WithDescriptiveName("Repository Api")
    .WithPath(Path)
    .WithSwagger()
    .WithVersion(Version)
    .WithDocumentation()
    .WithDefaultCors("http://example.com");  

var app = builder.Build();

app.UseApiFromRepositoryFramework()
    .WithNoAuthorization();
Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  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 221,869 5/29/2025
9.1.1 97,827 5/2/2025
9.0.32 186,619 4/15/2025
9.0.31 5,745 4/2/2025
9.0.30 88,769 3/26/2025
9.0.29 8,935 3/18/2025
9.0.28 166 3/17/2025
9.0.27 169 3/16/2025
9.0.26 176 3/13/2025
9.0.25 52,048 3/9/2025
9.0.21 662 3/6/2025
9.0.20 19,498 3/6/2025
9.0.19 236 3/6/2025
9.0.18 245 3/4/2025
9.0.17 119 3/1/2025
9.0.16 115 3/1/2025
9.0.15 75,451 2/22/2025
9.0.14 22,500 2/18/2025
9.0.13 131 2/9/2025
9.0.12 217,895 1/13/2025
9.0.11 23,986 1/9/2025
9.0.10 99 1/9/2025
9.0.9 3,980 1/7/2025
9.0.8 12,477 1/6/2025
9.0.7 118 1/6/2025
9.0.4 92,263 12/23/2024
9.0.3 121 12/22/2024
9.0.2 10,665 12/21/2024
9.0.1 1,161 12/21/2024
9.0.0 173,012 11/16/2024
9.0.0-rc.1 121 10/18/2024
6.2.0 219,436 10/9/2024
6.1.1 141 10/9/2024
6.1.0 47,935 9/29/2024
6.0.24 179 9/11/2024
6.0.23 165 7/18/2024
6.0.21 172 6/18/2024
6.0.20 154 6/16/2024
6.0.19 146 6/14/2024
6.0.18 144 6/14/2024
6.0.17 140 6/14/2024
6.0.16 151 6/10/2024
6.0.15 166 6/9/2024
6.0.14 167 5/24/2024
6.0.13 173 5/23/2024
6.0.12 135 5/23/2024
6.0.11 162 5/20/2024
6.0.9 147 5/20/2024
6.0.7 148 5/18/2024
6.0.6 174 5/10/2024
6.0.5 174 5/10/2024
6.0.4 229 4/3/2024
6.0.3 1,634 3/25/2024
6.0.2 336 3/11/2024
6.0.0 1,471 11/21/2023
6.0.0-rc.6 120 10/25/2023
6.0.0-rc.5 101 10/25/2023
6.0.0-rc.4 103 10/23/2023
6.0.0-rc.3 90 10/19/2023
6.0.0-rc.2 98 10/18/2023
6.0.0-rc.1 99 10/16/2023
5.0.20 1,051 9/25/2023
5.0.19 1,107 9/10/2023
5.0.18 1,115 9/6/2023
5.0.17 1,037 9/6/2023
5.0.16 1,024 9/5/2023
5.0.15 984 9/5/2023
5.0.14 913 9/5/2023
5.0.13 977 9/1/2023
5.0.12 1,008 8/31/2023
5.0.11 959 8/30/2023
5.0.10 1,031 8/29/2023
5.0.9 1,034 8/24/2023
5.0.8 1,048 8/24/2023
5.0.7 1,068 8/23/2023
5.0.6 1,069 8/21/2023
5.0.5 1,020 8/21/2023
5.0.4 1,042 8/16/2023
5.0.3 1,233 8/2/2023
5.0.2 1,231 8/2/2023
5.0.1 1,185 8/1/2023
5.0.0 1,241 7/31/2023
4.1.26 1,234 7/20/2023
4.1.25 1,264 7/16/2023
4.1.24 1,283 6/13/2023
4.1.23 1,185 6/13/2023
4.1.22 1,703 5/30/2023
4.1.21 1,320 5/20/2023
4.1.20 316,301 4/19/2023
4.1.19 96,324 3/20/2023
4.1.18 1,271 3/20/2023
4.1.17 1,599 3/16/2023
4.1.16 1,330 3/16/2023
4.1.15 1,281 3/15/2023
4.1.14 2,443 3/9/2023
4.1.13 1,365 3/7/2023
4.1.12 1,536 2/10/2023
4.1.11 1,386 1/26/2023
4.1.10 1,428 1/22/2023
4.1.9 1,412 1/20/2023
4.1.8 1,433 1/18/2023
4.1.7 1,543 1/18/2023
4.1.6 1,407 1/17/2023
4.1.1 1,416 1/4/2023
4.1.0 1,386 1/1/2023
3.1.5 1,441 12/21/2022
3.1.3 1,429 12/12/2022
3.1.2 1,341 12/7/2022
3.1.1 1,392 12/7/2022
3.1.0 1,531 12/2/2022
3.0.29 1,415 12/1/2022
3.0.28 1,436 12/1/2022
3.0.27 1,463 11/23/2022
3.0.25 1,482 11/23/2022
3.0.24 1,552 11/18/2022
3.0.23 1,484 11/18/2022
3.0.22 1,540 11/15/2022
3.0.21 1,456 11/14/2022
3.0.20 1,515 11/13/2022
3.0.19 1,730 11/2/2022
3.0.18 1,551 11/2/2022
3.0.17 1,640 10/29/2022
3.0.16 1,571 10/29/2022
3.0.15 1,540 10/29/2022
3.0.14 1,705 10/24/2022
3.0.13 1,573 10/24/2022
3.0.12 1,673 10/17/2022
3.0.11 1,668 10/10/2022
3.0.10 1,623 10/6/2022
3.0.9 1,518 10/6/2022
3.0.8 1,603 10/6/2022
3.0.7 1,615 10/6/2022
3.0.6 1,536 10/5/2022
3.0.5 1,488 10/5/2022
3.0.4 1,611 10/5/2022
3.0.3 1,565 10/3/2022
3.0.2 1,725 9/30/2022
3.0.1 1,589 9/29/2022
2.0.17 1,520 9/29/2022
2.0.16 1,710 9/27/2022
2.0.15 1,713 9/27/2022
2.0.14 1,670 9/26/2022
2.0.13 1,719 9/26/2022
2.0.12 1,656 9/26/2022
2.0.11 1,639 9/25/2022
2.0.10 1,657 9/25/2022
2.0.9 1,639 9/22/2022
2.0.8 1,654 9/22/2022
2.0.6 1,627 9/20/2022
2.0.5 1,802 9/20/2022
2.0.4 1,634 9/20/2022
2.0.2 1,696 9/20/2022
2.0.1 1,727 9/13/2022
2.0.0 1,742 8/19/2022
1.1.24 1,710 7/30/2022
1.1.23 1,687 7/29/2022
1.1.22 1,520 7/29/2022
1.1.21 1,640 7/29/2022
1.1.20 1,738 7/29/2022
1.1.19 1,727 7/27/2022
1.1.17 1,712 7/27/2022
1.1.16 1,642 7/26/2022
1.1.15 1,765 7/25/2022
1.1.14 1,633 7/25/2022
1.1.13 1,686 7/22/2022
1.1.12 1,683 7/19/2022
1.1.11 1,748 7/19/2022
1.1.10 1,677 7/19/2022
1.1.9 1,692 7/19/2022
1.1.8 1,694 7/18/2022
1.1.7 1,633 7/18/2022
1.1.6 1,658 7/18/2022
1.1.5 1,681 7/17/2022
1.1.4 1,572 7/17/2022
1.1.3 1,793 7/17/2022
1.1.2 1,634 7/17/2022
1.1.0 1,755 7/17/2022
1.0.2 1,644 7/15/2022
1.0.1 1,597 7/15/2022
1.0.0 1,642 7/8/2022
0.10.7 1,723 7/7/2022
0.10.5 1,545 7/7/2022
0.10.4 1,536 7/3/2022
0.10.3 1,567 7/3/2022
0.10.2 1,663 7/2/2022
0.10.1 1,742 7/1/2022
0.10.0 1,641 7/1/2022
0.9.10 1,642 6/20/2022
0.9.9 1,667 6/11/2022
0.9.7 1,623 6/9/2022
0.9.6 1,532 6/9/2022