Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob 9.0.0-rc.1

This is a prerelease version of Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob.
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.0-rc.1                
NuGet\Install-Package Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob -Version 9.0.0-rc.1                
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.0-rc.1" />                
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.0-rc.1                
#r "nuget: Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob, 9.0.0-rc.1"                
#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.0-rc.1&prerelease

// Install Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob as a Cake Tool
#tool nuget:?package=Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob&version=9.0.0-rc.1&prerelease                

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. 
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.0 56,994 11/16/2024
9.0.0-rc.1 105 10/18/2024
6.2.0 219,206 10/9/2024
6.1.1 106 10/9/2024
6.1.0 47,899 9/29/2024
6.0.24 135 9/11/2024
6.0.23 133 7/18/2024
6.0.21 138 6/18/2024
6.0.20 122 6/16/2024
6.0.19 112 6/14/2024
6.0.18 105 6/14/2024
6.0.17 109 6/14/2024
6.0.16 121 6/10/2024
6.0.15 137 6/9/2024
6.0.14 137 5/24/2024
6.0.13 131 5/23/2024
6.0.12 108 5/23/2024
6.0.11 129 5/20/2024
6.0.9 114 5/20/2024
6.0.7 101 5/18/2024
6.0.6 123 5/10/2024
6.0.5 131 5/10/2024
6.0.4 199 4/3/2024
6.0.3 1,368 3/25/2024
6.0.2 304 3/11/2024
6.0.0 1,459 11/21/2023
6.0.0-rc.6 105 10/25/2023
6.0.0-rc.5 85 10/25/2023
6.0.0-rc.4 79 10/23/2023
6.0.0-rc.3 72 10/19/2023
6.0.0-rc.2 82 10/18/2023
6.0.0-rc.1 84 10/16/2023
5.0.20 1,030 9/25/2023
5.0.19 1,083 9/10/2023
5.0.18 1,094 9/6/2023
5.0.17 1,015 9/6/2023
5.0.16 1,003 9/5/2023
5.0.15 962 9/5/2023
5.0.14 893 9/5/2023
5.0.13 955 9/1/2023
5.0.12 986 8/31/2023
5.0.11 939 8/30/2023
5.0.10 1,010 8/29/2023
5.0.9 1,012 8/24/2023
5.0.8 1,026 8/24/2023
5.0.7 1,043 8/23/2023
5.0.6 1,045 8/21/2023
5.0.5 996 8/21/2023
5.0.4 1,002 8/16/2023
5.0.3 1,209 8/2/2023
5.0.2 1,209 8/2/2023
5.0.1 1,160 8/1/2023
5.0.0 1,204 7/31/2023
4.1.26 1,209 7/20/2023
4.1.25 1,233 7/16/2023
4.1.24 1,251 6/13/2023
4.1.23 1,145 6/13/2023
4.1.22 1,657 5/30/2023
4.1.21 1,287 5/20/2023
4.1.20 316,269 4/19/2023
4.1.19 96,265 3/20/2023
4.1.18 1,236 3/20/2023
4.1.17 1,568 3/16/2023
4.1.16 1,296 3/16/2023
4.1.15 1,233 3/15/2023
4.1.14 2,409 3/9/2023
4.1.13 1,331 3/7/2023
4.1.12 1,502 2/10/2023
4.1.11 1,350 1/26/2023
4.1.10 1,390 1/22/2023
4.1.9 1,374 1/20/2023
4.1.8 1,384 1/18/2023
4.1.7 1,505 1/18/2023
4.1.6 1,370 1/17/2023
4.1.1 1,378 1/4/2023
4.1.0 1,326 1/1/2023
3.1.5 1,406 12/21/2022
3.1.3 1,391 12/12/2022
3.1.2 1,307 12/7/2022
3.1.1 1,357 12/7/2022
3.1.0 1,492 12/2/2022
3.0.29 1,370 12/1/2022
3.0.28 1,393 12/1/2022
3.0.27 1,425 11/23/2022
3.0.25 1,446 11/23/2022
3.0.24 1,493 11/18/2022
3.0.23 1,446 11/18/2022
3.0.22 1,503 11/15/2022
3.0.21 1,417 11/14/2022
3.0.20 1,477 11/13/2022
3.0.19 1,689 11/2/2022
3.0.18 1,513 11/2/2022
3.0.17 1,601 10/29/2022
3.0.16 1,533 10/29/2022
3.0.15 1,500 10/29/2022
3.0.14 1,667 10/24/2022
3.0.13 1,535 10/24/2022
3.0.12 1,628 10/17/2022
3.0.11 1,618 10/10/2022
3.0.10 1,585 10/6/2022
3.0.9 1,479 10/6/2022
3.0.8 1,563 10/6/2022
3.0.7 1,569 10/6/2022
3.0.6 1,496 10/5/2022
3.0.5 1,441 10/5/2022
3.0.4 1,564 10/5/2022
3.0.3 1,525 10/3/2022
3.0.2 1,664 9/30/2022
3.0.1 1,549 9/29/2022
2.0.17 1,470 9/29/2022
2.0.16 1,666 9/27/2022
2.0.15 1,675 9/27/2022
2.0.14 1,631 9/26/2022
2.0.13 1,635 9/26/2022
2.0.12 1,616 9/26/2022
2.0.11 1,599 9/25/2022
2.0.10 1,602 9/25/2022
2.0.9 1,591 9/22/2022
2.0.8 1,615 9/22/2022
2.0.6 1,589 9/20/2022
2.0.5 1,754 9/20/2022
2.0.4 1,596 9/20/2022
2.0.2 1,633 9/20/2022
2.0.1 1,681 9/13/2022
2.0.0 1,704 8/19/2022
1.1.24 1,668 7/30/2022
1.1.23 1,646 7/29/2022
1.1.22 1,479 7/29/2022
1.1.21 1,588 7/29/2022
1.1.20 1,686 7/29/2022
1.1.19 1,666 7/27/2022
1.1.17 1,661 7/27/2022
1.1.16 1,598 7/26/2022
1.1.15 1,703 7/25/2022
1.1.14 1,592 7/25/2022
1.1.13 1,632 7/22/2022
1.1.12 1,641 7/19/2022
1.1.11 1,706 7/19/2022
1.1.10 1,624 7/19/2022
1.1.9 1,651 7/19/2022
1.1.8 1,652 7/18/2022
1.1.7 1,591 7/18/2022
1.1.6 1,616 7/18/2022
1.1.5 1,638 7/17/2022
1.1.4 1,528 7/17/2022
1.1.3 1,750 7/17/2022
1.1.2 1,592 7/17/2022
1.1.0 1,712 7/17/2022
1.0.2 1,603 7/15/2022
1.0.1 1,556 7/15/2022
1.0.0 1,601 7/8/2022
0.10.7 1,682 7/7/2022
0.10.5 1,502 7/7/2022
0.10.4 1,492 7/3/2022
0.10.3 1,524 7/3/2022
0.10.2 1,619 7/2/2022
0.10.1 1,677 7/1/2022
0.10.0 1,599 7/1/2022
0.9.10 1,599 6/20/2022
0.9.9 1,621 6/11/2022
0.9.7 1,579 6/9/2022
0.9.6 1,486 6/9/2022