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

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

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.19 37 6/14/2024
6.0.18 34 6/14/2024
6.0.17 35 6/14/2024
6.0.16 76 6/10/2024
6.0.15 83 6/9/2024
6.0.14 89 5/24/2024
6.0.13 84 5/23/2024
6.0.12 69 5/23/2024
6.0.11 85 5/20/2024
6.0.9 72 5/20/2024
6.0.7 66 5/18/2024
6.0.6 89 5/10/2024
6.0.5 97 5/10/2024
6.0.4 165 4/3/2024
6.0.3 468 3/25/2024
6.0.2 261 3/11/2024
6.0.0 1,422 11/21/2023
6.0.0-rc.6 90 10/25/2023
6.0.0-rc.5 67 10/25/2023
6.0.0-rc.4 62 10/23/2023
6.0.0-rc.3 59 10/19/2023
6.0.0-rc.2 66 10/18/2023
6.0.0-rc.1 68 10/16/2023
5.0.20 997 9/25/2023
5.0.19 1,048 9/10/2023
5.0.18 1,041 9/6/2023
5.0.17 973 9/6/2023
5.0.16 962 9/5/2023
5.0.15 925 9/5/2023
5.0.14 858 9/5/2023
5.0.13 920 9/1/2023
5.0.12 951 8/31/2023
5.0.11 903 8/30/2023
5.0.10 975 8/29/2023
5.0.9 961 8/24/2023
5.0.8 990 8/24/2023
5.0.7 1,010 8/23/2023
5.0.6 1,014 8/21/2023
5.0.5 958 8/21/2023
5.0.4 964 8/16/2023
5.0.3 1,173 8/2/2023
5.0.2 1,177 8/2/2023
5.0.1 1,128 8/1/2023
5.0.0 1,171 7/31/2023
4.1.26 1,167 7/20/2023
4.1.25 1,203 7/16/2023
4.1.24 1,215 6/13/2023
4.1.23 1,115 6/13/2023
4.1.22 1,559 5/30/2023
4.1.21 1,256 5/20/2023
4.1.20 316,236 4/19/2023
4.1.19 96,228 3/20/2023
4.1.18 1,207 3/20/2023
4.1.17 1,529 3/16/2023
4.1.16 1,264 3/16/2023
4.1.15 1,197 3/15/2023
4.1.14 2,378 3/9/2023
4.1.13 1,298 3/7/2023
4.1.12 1,463 2/10/2023
4.1.11 1,316 1/26/2023
4.1.10 1,351 1/22/2023
4.1.9 1,322 1/20/2023
4.1.8 1,349 1/18/2023
4.1.7 1,471 1/18/2023
4.1.6 1,339 1/17/2023
4.1.1 1,342 1/4/2023
4.1.0 1,293 1/1/2023
3.1.5 1,371 12/21/2022
3.1.3 1,359 12/12/2022
3.1.2 1,273 12/7/2022
3.1.1 1,312 12/7/2022
3.1.0 1,458 12/2/2022
3.0.29 1,340 12/1/2022
3.0.28 1,354 12/1/2022
3.0.27 1,392 11/23/2022
3.0.25 1,411 11/23/2022
3.0.24 1,460 11/18/2022
3.0.23 1,412 11/18/2022
3.0.22 1,463 11/15/2022
3.0.21 1,383 11/14/2022
3.0.20 1,437 11/13/2022
3.0.19 1,656 11/2/2022
3.0.18 1,481 11/2/2022
3.0.17 1,563 10/29/2022
3.0.16 1,479 10/29/2022
3.0.15 1,463 10/29/2022
3.0.14 1,625 10/24/2022
3.0.13 1,500 10/24/2022
3.0.12 1,598 10/17/2022
3.0.11 1,578 10/10/2022
3.0.10 1,531 10/6/2022
3.0.9 1,442 10/6/2022
3.0.8 1,520 10/6/2022
3.0.7 1,541 10/6/2022
3.0.6 1,457 10/5/2022
3.0.5 1,410 10/5/2022
3.0.4 1,536 10/5/2022
3.0.3 1,493 10/3/2022
3.0.2 1,636 9/30/2022
3.0.1 1,512 9/29/2022
2.0.17 1,440 9/29/2022
2.0.16 1,636 9/27/2022
2.0.15 1,634 9/27/2022
2.0.14 1,591 9/26/2022
2.0.13 1,597 9/26/2022
2.0.12 1,574 9/26/2022
2.0.11 1,553 9/25/2022
2.0.10 1,561 9/25/2022
2.0.9 1,555 9/22/2022
2.0.8 1,576 9/22/2022
2.0.6 1,555 9/20/2022
2.0.5 1,724 9/20/2022
2.0.4 1,557 9/20/2022
2.0.2 1,593 9/20/2022
2.0.1 1,647 9/13/2022
2.0.0 1,664 8/19/2022
1.1.24 1,631 7/30/2022
1.1.23 1,609 7/29/2022
1.1.22 1,447 7/29/2022
1.1.21 1,556 7/29/2022
1.1.20 1,653 7/29/2022
1.1.19 1,632 7/27/2022
1.1.17 1,622 7/27/2022
1.1.16 1,559 7/26/2022
1.1.15 1,663 7/25/2022
1.1.14 1,556 7/25/2022
1.1.13 1,596 7/22/2022
1.1.12 1,606 7/19/2022
1.1.11 1,673 7/19/2022
1.1.10 1,586 7/19/2022
1.1.9 1,617 7/19/2022
1.1.8 1,612 7/18/2022
1.1.7 1,558 7/18/2022
1.1.6 1,580 7/18/2022
1.1.5 1,602 7/17/2022
1.1.4 1,474 7/17/2022
1.1.3 1,709 7/17/2022
1.1.2 1,556 7/17/2022
1.1.0 1,673 7/17/2022
1.0.2 1,568 7/15/2022
1.0.1 1,528 7/15/2022
1.0.0 1,567 7/8/2022
0.10.7 1,649 7/7/2022
0.10.5 1,468 7/7/2022
0.10.4 1,457 7/3/2022
0.10.3 1,489 7/3/2022
0.10.2 1,586 7/2/2022
0.10.1 1,639 7/1/2022
0.10.0 1,568 7/1/2022
0.9.10 1,546 6/20/2022
0.9.9 1,579 6/11/2022
0.9.7 1,547 6/9/2022
0.9.6 1,459 6/9/2022