Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob 5.0.12

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

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

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 net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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.24 116 9/11/2024
6.0.23 124 7/18/2024
6.0.21 131 6/18/2024
6.0.20 115 6/16/2024
6.0.19 104 6/14/2024
6.0.18 98 6/14/2024
6.0.17 100 6/14/2024
6.0.16 112 6/10/2024
6.0.15 127 6/9/2024
6.0.14 122 5/24/2024
6.0.13 122 5/23/2024
6.0.12 100 5/23/2024
6.0.11 121 5/20/2024
6.0.9 106 5/20/2024
6.0.7 92 5/18/2024
6.0.6 114 5/10/2024
6.0.5 120 5/10/2024
6.0.4 190 4/3/2024
6.0.3 941 3/25/2024
6.0.2 295 3/11/2024
6.0.0 1,451 11/21/2023
6.0.0-rc.6 96 10/25/2023
6.0.0-rc.5 75 10/25/2023
6.0.0-rc.4 71 10/23/2023
6.0.0-rc.3 64 10/19/2023
6.0.0-rc.2 73 10/18/2023
6.0.0-rc.1 74 10/16/2023
5.0.20 1,022 9/25/2023
5.0.19 1,076 9/10/2023
5.0.18 1,084 9/6/2023
5.0.17 1,007 9/6/2023
5.0.16 997 9/5/2023
5.0.15 954 9/5/2023
5.0.14 887 9/5/2023
5.0.13 948 9/1/2023
5.0.12 980 8/31/2023
5.0.11 929 8/30/2023
5.0.10 1,004 8/29/2023
5.0.9 991 8/24/2023
5.0.8 1,020 8/24/2023
5.0.7 1,035 8/23/2023
5.0.6 1,039 8/21/2023
5.0.5 989 8/21/2023
5.0.4 991 8/16/2023
5.0.3 1,200 8/2/2023
5.0.2 1,190 8/2/2023
5.0.1 1,150 8/1/2023
5.0.0 1,198 7/31/2023
4.1.26 1,199 7/20/2023
4.1.25 1,227 7/16/2023
4.1.24 1,241 6/13/2023
4.1.23 1,129 6/13/2023
4.1.22 1,647 5/30/2023
4.1.21 1,280 5/20/2023
4.1.20 316,261 4/19/2023
4.1.19 96,255 3/20/2023
4.1.18 1,227 3/20/2023
4.1.17 1,561 3/16/2023
4.1.16 1,287 3/16/2023
4.1.15 1,225 3/15/2023
4.1.14 2,401 3/9/2023
4.1.13 1,323 3/7/2023
4.1.12 1,496 2/10/2023
4.1.11 1,342 1/26/2023
4.1.10 1,383 1/22/2023
4.1.9 1,367 1/20/2023
4.1.8 1,377 1/18/2023
4.1.7 1,499 1/18/2023
4.1.6 1,354 1/17/2023
4.1.1 1,371 1/4/2023
4.1.0 1,319 1/1/2023
3.1.5 1,399 12/21/2022
3.1.3 1,385 12/12/2022
3.1.2 1,300 12/7/2022
3.1.1 1,350 12/7/2022
3.1.0 1,484 12/2/2022
3.0.29 1,363 12/1/2022
3.0.28 1,386 12/1/2022
3.0.27 1,417 11/23/2022
3.0.25 1,439 11/23/2022
3.0.24 1,486 11/18/2022
3.0.23 1,440 11/18/2022
3.0.22 1,496 11/15/2022
3.0.21 1,408 11/14/2022
3.0.20 1,470 11/13/2022
3.0.19 1,681 11/2/2022
3.0.18 1,506 11/2/2022
3.0.17 1,594 10/29/2022
3.0.16 1,508 10/29/2022
3.0.15 1,493 10/29/2022
3.0.14 1,660 10/24/2022
3.0.13 1,529 10/24/2022
3.0.12 1,621 10/17/2022
3.0.11 1,611 10/10/2022
3.0.10 1,560 10/6/2022
3.0.9 1,472 10/6/2022
3.0.8 1,555 10/6/2022
3.0.7 1,561 10/6/2022
3.0.6 1,489 10/5/2022
3.0.5 1,433 10/5/2022
3.0.4 1,557 10/5/2022
3.0.3 1,518 10/3/2022
3.0.2 1,656 9/30/2022
3.0.1 1,543 9/29/2022
2.0.17 1,464 9/29/2022
2.0.16 1,659 9/27/2022
2.0.15 1,667 9/27/2022
2.0.14 1,624 9/26/2022
2.0.13 1,628 9/26/2022
2.0.12 1,606 9/26/2022
2.0.11 1,592 9/25/2022
2.0.10 1,592 9/25/2022
2.0.9 1,584 9/22/2022
2.0.8 1,608 9/22/2022
2.0.6 1,583 9/20/2022
2.0.5 1,745 9/20/2022
2.0.4 1,590 9/20/2022
2.0.2 1,625 9/20/2022
2.0.1 1,673 9/13/2022
2.0.0 1,696 8/19/2022
1.1.24 1,658 7/30/2022
1.1.23 1,639 7/29/2022
1.1.22 1,473 7/29/2022
1.1.21 1,582 7/29/2022
1.1.20 1,676 7/29/2022
1.1.19 1,658 7/27/2022
1.1.17 1,652 7/27/2022
1.1.16 1,592 7/26/2022
1.1.15 1,695 7/25/2022
1.1.14 1,584 7/25/2022
1.1.13 1,625 7/22/2022
1.1.12 1,632 7/19/2022
1.1.11 1,697 7/19/2022
1.1.10 1,616 7/19/2022
1.1.9 1,643 7/19/2022
1.1.8 1,645 7/18/2022
1.1.7 1,584 7/18/2022
1.1.6 1,608 7/18/2022
1.1.5 1,631 7/17/2022
1.1.4 1,503 7/17/2022
1.1.3 1,742 7/17/2022
1.1.2 1,586 7/17/2022
1.1.0 1,706 7/17/2022
1.0.2 1,595 7/15/2022
1.0.1 1,549 7/15/2022
1.0.0 1,595 7/8/2022
0.10.7 1,674 7/7/2022
0.10.5 1,493 7/7/2022
0.10.4 1,483 7/3/2022
0.10.3 1,513 7/3/2022
0.10.2 1,613 7/2/2022
0.10.1 1,670 7/1/2022
0.10.0 1,592 7/1/2022
0.9.10 1,582 6/20/2022
0.9.9 1,615 6/11/2022
0.9.7 1,570 6/9/2022
0.9.6 1,480 6/9/2022