Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob 9.0.8

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.8                
NuGet\Install-Package Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob -Version 9.0.8                
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.8" />                
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 9.0.8                
#r "nuget: Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob, 9.0.8"                
#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=9.0.8

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

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. 
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.9 43 1/7/2025
9.0.8 8,928 1/6/2025
9.0.7 71 1/6/2025
9.0.4 92,229 12/23/2024
9.0.3 88 12/22/2024
9.0.2 10,632 12/21/2024
9.0.1 1,129 12/21/2024
9.0.0 172,974 11/16/2024
9.0.0-rc.1 112 10/18/2024
6.2.0 219,267 10/9/2024
6.1.1 116 10/9/2024
6.1.0 47,909 9/29/2024
6.0.24 148 9/11/2024
6.0.23 142 7/18/2024
6.0.21 150 6/18/2024
6.0.20 132 6/16/2024
6.0.19 120 6/14/2024
6.0.18 113 6/14/2024
6.0.17 118 6/14/2024
6.0.16 130 6/10/2024
6.0.15 144 6/9/2024
6.0.14 144 5/24/2024
6.0.13 140 5/23/2024
6.0.12 115 5/23/2024
6.0.11 138 5/20/2024
6.0.9 124 5/20/2024
6.0.7 108 5/18/2024
6.0.6 130 5/10/2024
6.0.5 140 5/10/2024
6.0.4 204 4/3/2024
6.0.3 1,518 3/25/2024
6.0.2 309 3/11/2024
6.0.0 1,464 11/21/2023
6.0.0-rc.6 110 10/25/2023
6.0.0-rc.5 90 10/25/2023
6.0.0-rc.4 84 10/23/2023
6.0.0-rc.3 77 10/19/2023
6.0.0-rc.2 87 10/18/2023
6.0.0-rc.1 89 10/16/2023
5.0.20 1,035 9/25/2023
5.0.19 1,088 9/10/2023
5.0.18 1,098 9/6/2023
5.0.17 1,020 9/6/2023
5.0.16 1,007 9/5/2023
5.0.15 966 9/5/2023
5.0.14 897 9/5/2023
5.0.13 959 9/1/2023
5.0.12 991 8/31/2023
5.0.11 943 8/30/2023
5.0.10 1,014 8/29/2023
5.0.9 1,016 8/24/2023
5.0.8 1,031 8/24/2023
5.0.7 1,049 8/23/2023
5.0.6 1,052 8/21/2023
5.0.5 1,001 8/21/2023
5.0.4 1,006 8/16/2023
5.0.3 1,214 8/2/2023
5.0.2 1,213 8/2/2023
5.0.1 1,164 8/1/2023
5.0.0 1,222 7/31/2023
4.1.26 1,213 7/20/2023
4.1.25 1,237 7/16/2023
4.1.24 1,255 6/13/2023
4.1.23 1,149 6/13/2023
4.1.22 1,661 5/30/2023
4.1.21 1,292 5/20/2023
4.1.20 316,273 4/19/2023
4.1.19 96,273 3/20/2023
4.1.18 1,244 3/20/2023
4.1.17 1,572 3/16/2023
4.1.16 1,300 3/16/2023
4.1.15 1,237 3/15/2023
4.1.14 2,413 3/9/2023
4.1.13 1,337 3/7/2023
4.1.12 1,508 2/10/2023
4.1.11 1,356 1/26/2023
4.1.10 1,395 1/22/2023
4.1.9 1,382 1/20/2023
4.1.8 1,391 1/18/2023
4.1.7 1,511 1/18/2023
4.1.6 1,377 1/17/2023
4.1.1 1,385 1/4/2023
4.1.0 1,333 1/1/2023
3.1.5 1,411 12/21/2022
3.1.3 1,396 12/12/2022
3.1.2 1,314 12/7/2022
3.1.1 1,362 12/7/2022
3.1.0 1,501 12/2/2022
3.0.29 1,377 12/1/2022
3.0.28 1,406 12/1/2022
3.0.27 1,432 11/23/2022
3.0.25 1,453 11/23/2022
3.0.24 1,500 11/18/2022
3.0.23 1,454 11/18/2022
3.0.22 1,510 11/15/2022
3.0.21 1,426 11/14/2022
3.0.20 1,486 11/13/2022
3.0.19 1,698 11/2/2022
3.0.18 1,521 11/2/2022
3.0.17 1,610 10/29/2022
3.0.16 1,542 10/29/2022
3.0.15 1,507 10/29/2022
3.0.14 1,676 10/24/2022
3.0.13 1,542 10/24/2022
3.0.12 1,637 10/17/2022
3.0.11 1,626 10/10/2022
3.0.10 1,592 10/6/2022
3.0.9 1,488 10/6/2022
3.0.8 1,574 10/6/2022
3.0.7 1,576 10/6/2022
3.0.6 1,503 10/5/2022
3.0.5 1,448 10/5/2022
3.0.4 1,575 10/5/2022
3.0.3 1,532 10/3/2022
3.0.2 1,673 9/30/2022
3.0.1 1,556 9/29/2022
2.0.17 1,477 9/29/2022
2.0.16 1,678 9/27/2022
2.0.15 1,682 9/27/2022
2.0.14 1,638 9/26/2022
2.0.13 1,642 9/26/2022
2.0.12 1,623 9/26/2022
2.0.11 1,608 9/25/2022
2.0.10 1,609 9/25/2022
2.0.9 1,598 9/22/2022
2.0.8 1,622 9/22/2022
2.0.6 1,595 9/20/2022
2.0.5 1,760 9/20/2022
2.0.4 1,603 9/20/2022
2.0.2 1,640 9/20/2022
2.0.1 1,688 9/13/2022
2.0.0 1,711 8/19/2022
1.1.24 1,675 7/30/2022
1.1.23 1,653 7/29/2022
1.1.22 1,486 7/29/2022
1.1.21 1,595 7/29/2022
1.1.20 1,693 7/29/2022
1.1.19 1,692 7/27/2022
1.1.17 1,668 7/27/2022
1.1.16 1,605 7/26/2022
1.1.15 1,710 7/25/2022
1.1.14 1,598 7/25/2022
1.1.13 1,641 7/22/2022
1.1.12 1,648 7/19/2022
1.1.11 1,713 7/19/2022
1.1.10 1,631 7/19/2022
1.1.9 1,658 7/19/2022
1.1.8 1,659 7/18/2022
1.1.7 1,598 7/18/2022
1.1.6 1,623 7/18/2022
1.1.5 1,645 7/17/2022
1.1.4 1,535 7/17/2022
1.1.3 1,757 7/17/2022
1.1.2 1,599 7/17/2022
1.1.0 1,719 7/17/2022
1.0.2 1,610 7/15/2022
1.0.1 1,563 7/15/2022
1.0.0 1,608 7/8/2022
0.10.7 1,689 7/7/2022
0.10.5 1,509 7/7/2022
0.10.4 1,499 7/3/2022
0.10.3 1,531 7/3/2022
0.10.2 1,628 7/2/2022
0.10.1 1,702 7/1/2022
0.10.0 1,606 7/1/2022
0.9.10 1,606 6/20/2022
0.9.9 1,628 6/11/2022
0.9.7 1,586 6/9/2022
0.9.6 1,495 6/9/2022