Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob 9.0.31

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.31
                    
NuGet\Install-Package Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob -Version 9.0.31
                    
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.31" />
                    
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.31" />
                    
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.31
                    
#r "nuget: Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob, 9.0.31"
                    
#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.31
                    
Install Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob as a Cake Addin
#tool nuget:?package=Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob&version=9.0.31
                    
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.  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.1 65,779 24 days ago
9.0.32 186,607 a month ago
9.0.31 5,734 2 months ago
9.0.30 88,758 2 months ago
9.0.29 8,925 2 months ago
9.0.28 154 2 months ago
9.0.27 158 2 months ago
9.0.26 164 2 months ago
9.0.25 52,035 3 months ago
9.0.21 650 3 months ago
9.0.20 19,487 3 months ago
9.0.19 223 3 months ago
9.0.18 235 3 months ago
9.0.17 108 3 months ago
9.0.16 104 3 months ago
9.0.15 75,441 3 months ago
9.0.14 22,488 3 months ago
9.0.13 120 4 months ago
9.0.12 217,885 4 months ago
9.0.11 23,975 5 months ago
9.0.10 88 5 months ago
9.0.9 3,969 5 months ago
9.0.8 12,457 5 months ago
9.0.7 107 5 months ago
9.0.4 92,253 5 months ago
9.0.3 111 5 months ago
9.0.2 10,654 5 months ago
9.0.1 1,151 5 months ago
9.0.0 173,002 6 months ago
9.0.0-rc.1 116 7 months ago
6.2.0 219,385 8 months ago
6.1.1 130 8 months ago
6.1.0 47,924 8 months ago
6.0.24 169 8 months ago
6.0.23 155 7/18/2024
6.0.21 162 6/18/2024
6.0.20 144 6/16/2024
6.0.19 135 6/14/2024
6.0.18 134 6/14/2024
6.0.17 128 6/14/2024
6.0.16 140 6/10/2024
6.0.15 156 6/9/2024
6.0.14 154 5/24/2024
6.0.13 163 5/23/2024
6.0.12 125 5/23/2024
6.0.11 152 5/20/2024
6.0.9 136 5/20/2024
6.0.7 137 5/18/2024
6.0.6 161 5/10/2024
6.0.5 155 5/10/2024
6.0.4 216 4/3/2024
6.0.3 1,619 3/25/2024
6.0.2 326 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 93 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,040 9/25/2023
5.0.19 1,096 9/10/2023
5.0.18 1,104 9/6/2023
5.0.17 1,026 9/6/2023
5.0.16 1,013 9/5/2023
5.0.15 972 9/5/2023
5.0.14 902 9/5/2023
5.0.13 965 9/1/2023
5.0.12 997 8/31/2023
5.0.11 948 8/30/2023
5.0.10 1,020 8/29/2023
5.0.9 1,022 8/24/2023
5.0.8 1,037 8/24/2023
5.0.7 1,056 8/23/2023
5.0.6 1,058 8/21/2023
5.0.5 1,007 8/21/2023
5.0.4 1,030 8/16/2023
5.0.3 1,220 8/2/2023
5.0.2 1,218 8/2/2023
5.0.1 1,170 8/1/2023
5.0.0 1,227 7/31/2023
4.1.26 1,221 7/20/2023
4.1.25 1,250 7/16/2023
4.1.24 1,269 6/13/2023
4.1.23 1,171 6/13/2023
4.1.22 1,689 5/30/2023
4.1.21 1,306 5/20/2023
4.1.20 316,287 4/19/2023
4.1.19 96,311 3/20/2023
4.1.18 1,259 3/20/2023
4.1.17 1,586 3/16/2023
4.1.16 1,317 3/16/2023
4.1.15 1,268 3/15/2023
4.1.14 2,430 3/9/2023
4.1.13 1,352 3/7/2023
4.1.12 1,524 2/10/2023
4.1.11 1,372 1/26/2023
4.1.10 1,413 1/22/2023
4.1.9 1,398 1/20/2023
4.1.8 1,419 1/18/2023
4.1.7 1,529 1/18/2023
4.1.6 1,394 1/17/2023
4.1.1 1,403 1/4/2023
4.1.0 1,374 1/1/2023
3.1.5 1,430 12/21/2022
3.1.3 1,415 12/12/2022
3.1.2 1,330 12/7/2022
3.1.1 1,379 12/7/2022
3.1.0 1,517 12/2/2022
3.0.29 1,402 12/1/2022
3.0.28 1,424 12/1/2022
3.0.27 1,451 11/23/2022
3.0.25 1,470 11/23/2022
3.0.24 1,535 11/18/2022
3.0.23 1,471 11/18/2022
3.0.22 1,528 11/15/2022
3.0.21 1,444 11/14/2022
3.0.20 1,503 11/13/2022
3.0.19 1,717 11/2/2022
3.0.18 1,538 11/2/2022
3.0.17 1,628 10/29/2022
3.0.16 1,559 10/29/2022
3.0.15 1,527 10/29/2022
3.0.14 1,693 10/24/2022
3.0.13 1,561 10/24/2022
3.0.12 1,656 10/17/2022
3.0.11 1,655 10/10/2022
3.0.10 1,611 10/6/2022
3.0.9 1,506 10/6/2022
3.0.8 1,591 10/6/2022
3.0.7 1,597 10/6/2022
3.0.6 1,523 10/5/2022
3.0.5 1,467 10/5/2022
3.0.4 1,592 10/5/2022
3.0.3 1,553 10/3/2022
3.0.2 1,707 9/30/2022
3.0.1 1,577 9/29/2022
2.0.17 1,498 9/29/2022
2.0.16 1,698 9/27/2022
2.0.15 1,702 9/27/2022
2.0.14 1,657 9/26/2022
2.0.13 1,706 9/26/2022
2.0.12 1,643 9/26/2022
2.0.11 1,627 9/25/2022
2.0.10 1,645 9/25/2022
2.0.9 1,617 9/22/2022
2.0.8 1,642 9/22/2022
2.0.6 1,614 9/20/2022
2.0.5 1,779 9/20/2022
2.0.4 1,622 9/20/2022
2.0.2 1,682 9/20/2022
2.0.1 1,714 9/13/2022
2.0.0 1,730 8/19/2022
1.1.24 1,696 7/30/2022
1.1.23 1,673 7/29/2022
1.1.22 1,506 7/29/2022
1.1.21 1,615 7/29/2022
1.1.20 1,714 7/29/2022
1.1.19 1,712 7/27/2022
1.1.17 1,698 7/27/2022
1.1.16 1,626 7/26/2022
1.1.15 1,741 7/25/2022
1.1.14 1,618 7/25/2022
1.1.13 1,662 7/22/2022
1.1.12 1,669 7/19/2022
1.1.11 1,733 7/19/2022
1.1.10 1,651 7/19/2022
1.1.9 1,678 7/19/2022
1.1.8 1,679 7/18/2022
1.1.7 1,619 7/18/2022
1.1.6 1,644 7/18/2022
1.1.5 1,667 7/17/2022
1.1.4 1,556 7/17/2022
1.1.3 1,778 7/17/2022
1.1.2 1,620 7/17/2022
1.1.0 1,741 7/17/2022
1.0.2 1,630 7/15/2022
1.0.1 1,583 7/15/2022
1.0.0 1,628 7/8/2022
0.10.7 1,709 7/7/2022
0.10.5 1,530 7/7/2022
0.10.4 1,521 7/3/2022
0.10.3 1,553 7/3/2022
0.10.2 1,649 7/2/2022
0.10.1 1,728 7/1/2022
0.10.0 1,627 7/1/2022
0.9.10 1,626 6/20/2022
0.9.9 1,651 6/11/2022
0.9.7 1,607 6/9/2022
0.9.6 1,516 6/9/2022