Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob 9.0.7

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.7
                    
NuGet\Install-Package Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob -Version 9.0.7
                    
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.7" />
                    
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.7" />
                    
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.7
                    
#r "nuget: Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob, 9.0.7"
                    
#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.7
                    
Install Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob as a Cake Addin
#tool nuget:?package=Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob&version=9.0.7
                    
Install Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob 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. 
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.32 55,544 4/15/2025
9.0.31 5,727 4/2/2025
9.0.30 88,740 3/26/2025
9.0.29 8,919 3/18/2025
9.0.28 148 3/17/2025
9.0.27 143 3/16/2025
9.0.26 158 3/13/2025
9.0.25 52,030 3/9/2025
9.0.21 501 3/6/2025
9.0.20 19,482 3/6/2025
9.0.19 218 3/6/2025
9.0.18 230 3/4/2025
9.0.17 103 3/1/2025
9.0.16 99 3/1/2025
9.0.15 75,436 2/22/2025
9.0.14 22,482 2/18/2025
9.0.13 115 2/9/2025
9.0.12 217,872 1/13/2025
9.0.11 23,971 1/9/2025
9.0.10 84 1/9/2025
9.0.9 3,964 1/7/2025
9.0.8 12,453 1/6/2025
9.0.7 103 1/6/2025
9.0.4 92,248 12/23/2024
9.0.3 107 12/22/2024
9.0.2 10,650 12/21/2024
9.0.1 1,147 12/21/2024
9.0.0 172,997 11/16/2024
9.0.0-rc.1 116 10/18/2024
6.2.0 219,348 10/9/2024
6.1.1 126 10/9/2024
6.1.0 47,919 9/29/2024
6.0.24 156 9/11/2024
6.0.23 151 7/18/2024
6.0.21 157 6/18/2024
6.0.20 140 6/16/2024
6.0.19 130 6/14/2024
6.0.18 121 6/14/2024
6.0.17 124 6/14/2024
6.0.16 136 6/10/2024
6.0.15 151 6/9/2024
6.0.14 150 5/24/2024
6.0.13 159 5/23/2024
6.0.12 121 5/23/2024
6.0.11 148 5/20/2024
6.0.9 132 5/20/2024
6.0.7 132 5/18/2024
6.0.6 156 5/10/2024
6.0.5 150 5/10/2024
6.0.4 212 4/3/2024
6.0.3 1,614 3/25/2024
6.0.2 320 3/11/2024
6.0.0 1,466 11/21/2023
6.0.0-rc.6 111 10/25/2023
6.0.0-rc.5 92 10/25/2023
6.0.0-rc.4 94 10/23/2023
6.0.0-rc.3 81 10/19/2023
6.0.0-rc.2 89 10/18/2023
6.0.0-rc.1 90 10/16/2023
5.0.20 1,039 9/25/2023
5.0.19 1,093 9/10/2023
5.0.18 1,101 9/6/2023
5.0.17 1,022 9/6/2023
5.0.16 1,010 9/5/2023
5.0.15 969 9/5/2023
5.0.14 899 9/5/2023
5.0.13 962 9/1/2023
5.0.12 993 8/31/2023
5.0.11 945 8/30/2023
5.0.10 1,017 8/29/2023
5.0.9 1,019 8/24/2023
5.0.8 1,033 8/24/2023
5.0.7 1,052 8/23/2023
5.0.6 1,054 8/21/2023
5.0.5 1,003 8/21/2023
5.0.4 1,026 8/16/2023
5.0.3 1,216 8/2/2023
5.0.2 1,215 8/2/2023
5.0.1 1,167 8/1/2023
5.0.0 1,224 7/31/2023
4.1.26 1,215 7/20/2023
4.1.25 1,245 7/16/2023
4.1.24 1,263 6/13/2023
4.1.23 1,164 6/13/2023
4.1.22 1,683 5/30/2023
4.1.21 1,300 5/20/2023
4.1.20 316,281 4/19/2023
4.1.19 96,305 3/20/2023
4.1.18 1,253 3/20/2023
4.1.17 1,580 3/16/2023
4.1.16 1,311 3/16/2023
4.1.15 1,262 3/15/2023
4.1.14 2,424 3/9/2023
4.1.13 1,346 3/7/2023
4.1.12 1,517 2/10/2023
4.1.11 1,366 1/26/2023
4.1.10 1,407 1/22/2023
4.1.9 1,392 1/20/2023
4.1.8 1,413 1/18/2023
4.1.7 1,523 1/18/2023
4.1.6 1,387 1/17/2023
4.1.1 1,397 1/4/2023
4.1.0 1,359 1/1/2023
3.1.5 1,423 12/21/2022
3.1.3 1,409 12/12/2022
3.1.2 1,324 12/7/2022
3.1.1 1,373 12/7/2022
3.1.0 1,511 12/2/2022
3.0.29 1,395 12/1/2022
3.0.28 1,417 12/1/2022
3.0.27 1,445 11/23/2022
3.0.25 1,463 11/23/2022
3.0.24 1,529 11/18/2022
3.0.23 1,465 11/18/2022
3.0.22 1,522 11/15/2022
3.0.21 1,437 11/14/2022
3.0.20 1,497 11/13/2022
3.0.19 1,710 11/2/2022
3.0.18 1,532 11/2/2022
3.0.17 1,622 10/29/2022
3.0.16 1,553 10/29/2022
3.0.15 1,521 10/29/2022
3.0.14 1,687 10/24/2022
3.0.13 1,555 10/24/2022
3.0.12 1,649 10/17/2022
3.0.11 1,648 10/10/2022
3.0.10 1,605 10/6/2022
3.0.9 1,500 10/6/2022
3.0.8 1,585 10/6/2022
3.0.7 1,590 10/6/2022
3.0.6 1,517 10/5/2022
3.0.5 1,461 10/5/2022
3.0.4 1,586 10/5/2022
3.0.3 1,546 10/3/2022
3.0.2 1,701 9/30/2022
3.0.1 1,570 9/29/2022
2.0.17 1,492 9/29/2022
2.0.16 1,691 9/27/2022
2.0.15 1,696 9/27/2022
2.0.14 1,651 9/26/2022
2.0.13 1,700 9/26/2022
2.0.12 1,635 9/26/2022
2.0.11 1,621 9/25/2022
2.0.10 1,639 9/25/2022
2.0.9 1,611 9/22/2022
2.0.8 1,635 9/22/2022
2.0.6 1,608 9/20/2022
2.0.5 1,773 9/20/2022
2.0.4 1,616 9/20/2022
2.0.2 1,675 9/20/2022
2.0.1 1,707 9/13/2022
2.0.0 1,723 8/19/2022
1.1.24 1,688 7/30/2022
1.1.23 1,665 7/29/2022
1.1.22 1,498 7/29/2022
1.1.21 1,607 7/29/2022
1.1.20 1,706 7/29/2022
1.1.19 1,704 7/27/2022
1.1.17 1,690 7/27/2022
1.1.16 1,618 7/26/2022
1.1.15 1,733 7/25/2022
1.1.14 1,610 7/25/2022
1.1.13 1,654 7/22/2022
1.1.12 1,661 7/19/2022
1.1.11 1,725 7/19/2022
1.1.10 1,643 7/19/2022
1.1.9 1,670 7/19/2022
1.1.8 1,671 7/18/2022
1.1.7 1,611 7/18/2022
1.1.6 1,636 7/18/2022
1.1.5 1,658 7/17/2022
1.1.4 1,548 7/17/2022
1.1.3 1,770 7/17/2022
1.1.2 1,612 7/17/2022
1.1.0 1,732 7/17/2022
1.0.2 1,622 7/15/2022
1.0.1 1,575 7/15/2022
1.0.0 1,619 7/8/2022
0.10.7 1,701 7/7/2022
0.10.5 1,521 7/7/2022
0.10.4 1,512 7/3/2022
0.10.3 1,544 7/3/2022
0.10.2 1,641 7/2/2022
0.10.1 1,715 7/1/2022
0.10.0 1,619 7/1/2022
0.9.10 1,618 6/20/2022
0.9.9 1,642 6/11/2022
0.9.7 1,598 6/9/2022
0.9.6 1,507 6/9/2022