Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob 6.0.21

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

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

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 net8.0 is compatible.  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. 
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
6.0.21 86 6/18/2024
6.0.20 76 6/16/2024
6.0.19 69 6/14/2024
6.0.18 65 6/14/2024
6.0.17 67 6/14/2024
6.0.16 81 6/10/2024
6.0.15 89 6/9/2024
6.0.14 92 5/24/2024
6.0.13 87 5/23/2024
6.0.12 71 5/23/2024
6.0.11 87 5/20/2024
6.0.9 73 5/20/2024
6.0.7 67 5/18/2024
6.0.6 90 5/10/2024
6.0.5 98 5/10/2024
6.0.4 166 4/3/2024
6.0.3 538 3/25/2024
6.0.2 262 3/11/2024
6.0.0 1,423 11/21/2023
6.0.0-rc.6 91 10/25/2023
6.0.0-rc.5 68 10/25/2023
6.0.0-rc.4 63 10/23/2023
6.0.0-rc.3 60 10/19/2023
6.0.0-rc.2 67 10/18/2023
6.0.0-rc.1 69 10/16/2023
5.0.20 998 9/25/2023
5.0.19 1,049 9/10/2023
5.0.18 1,050 9/6/2023
5.0.17 974 9/6/2023
5.0.16 963 9/5/2023
5.0.15 926 9/5/2023
5.0.14 859 9/5/2023
5.0.13 921 9/1/2023
5.0.12 952 8/31/2023
5.0.11 904 8/30/2023
5.0.10 976 8/29/2023
5.0.9 962 8/24/2023
5.0.8 991 8/24/2023
5.0.7 1,011 8/23/2023
5.0.6 1,015 8/21/2023
5.0.5 959 8/21/2023
5.0.4 965 8/16/2023
5.0.3 1,174 8/2/2023
5.0.2 1,178 8/2/2023
5.0.1 1,129 8/1/2023
5.0.0 1,172 7/31/2023
4.1.26 1,168 7/20/2023
4.1.25 1,204 7/16/2023
4.1.24 1,216 6/13/2023
4.1.23 1,116 6/13/2023
4.1.22 1,573 5/30/2023
4.1.21 1,257 5/20/2023
4.1.20 316,237 4/19/2023
4.1.19 96,229 3/20/2023
4.1.18 1,208 3/20/2023
4.1.17 1,530 3/16/2023
4.1.16 1,265 3/16/2023
4.1.15 1,198 3/15/2023
4.1.14 2,379 3/9/2023
4.1.13 1,299 3/7/2023
4.1.12 1,464 2/10/2023
4.1.11 1,317 1/26/2023
4.1.10 1,352 1/22/2023
4.1.9 1,323 1/20/2023
4.1.8 1,350 1/18/2023
4.1.7 1,472 1/18/2023
4.1.6 1,340 1/17/2023
4.1.1 1,343 1/4/2023
4.1.0 1,294 1/1/2023
3.1.5 1,372 12/21/2022
3.1.3 1,360 12/12/2022
3.1.2 1,274 12/7/2022
3.1.1 1,313 12/7/2022
3.1.0 1,459 12/2/2022
3.0.29 1,341 12/1/2022
3.0.28 1,355 12/1/2022
3.0.27 1,393 11/23/2022
3.0.25 1,412 11/23/2022
3.0.24 1,461 11/18/2022
3.0.23 1,413 11/18/2022
3.0.22 1,464 11/15/2022
3.0.21 1,384 11/14/2022
3.0.20 1,438 11/13/2022
3.0.19 1,657 11/2/2022
3.0.18 1,482 11/2/2022
3.0.17 1,566 10/29/2022
3.0.16 1,480 10/29/2022
3.0.15 1,466 10/29/2022
3.0.14 1,628 10/24/2022
3.0.13 1,503 10/24/2022
3.0.12 1,599 10/17/2022
3.0.11 1,579 10/10/2022
3.0.10 1,532 10/6/2022
3.0.9 1,443 10/6/2022
3.0.8 1,521 10/6/2022
3.0.7 1,542 10/6/2022
3.0.6 1,458 10/5/2022
3.0.5 1,411 10/5/2022
3.0.4 1,537 10/5/2022
3.0.3 1,494 10/3/2022
3.0.2 1,637 9/30/2022
3.0.1 1,513 9/29/2022
2.0.17 1,441 9/29/2022
2.0.16 1,637 9/27/2022
2.0.15 1,635 9/27/2022
2.0.14 1,592 9/26/2022
2.0.13 1,598 9/26/2022
2.0.12 1,575 9/26/2022
2.0.11 1,554 9/25/2022
2.0.10 1,562 9/25/2022
2.0.9 1,556 9/22/2022
2.0.8 1,577 9/22/2022
2.0.6 1,556 9/20/2022
2.0.5 1,725 9/20/2022
2.0.4 1,558 9/20/2022
2.0.2 1,594 9/20/2022
2.0.1 1,650 9/13/2022
2.0.0 1,665 8/19/2022
1.1.24 1,632 7/30/2022
1.1.23 1,610 7/29/2022
1.1.22 1,448 7/29/2022
1.1.21 1,557 7/29/2022
1.1.20 1,654 7/29/2022
1.1.19 1,633 7/27/2022
1.1.17 1,623 7/27/2022
1.1.16 1,560 7/26/2022
1.1.15 1,664 7/25/2022
1.1.14 1,557 7/25/2022
1.1.13 1,597 7/22/2022
1.1.12 1,607 7/19/2022
1.1.11 1,674 7/19/2022
1.1.10 1,587 7/19/2022
1.1.9 1,618 7/19/2022
1.1.8 1,613 7/18/2022
1.1.7 1,559 7/18/2022
1.1.6 1,581 7/18/2022
1.1.5 1,603 7/17/2022
1.1.4 1,475 7/17/2022
1.1.3 1,710 7/17/2022
1.1.2 1,557 7/17/2022
1.1.0 1,674 7/17/2022
1.0.2 1,569 7/15/2022
1.0.1 1,529 7/15/2022
1.0.0 1,568 7/8/2022
0.10.7 1,650 7/7/2022
0.10.5 1,469 7/7/2022
0.10.4 1,458 7/3/2022
0.10.3 1,490 7/3/2022
0.10.2 1,587 7/2/2022
0.10.1 1,640 7/1/2022
0.10.0 1,569 7/1/2022
0.9.10 1,547 6/20/2022
0.9.9 1,580 6/11/2022
0.9.7 1,548 6/9/2022
0.9.6 1,460 6/9/2022