Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob 6.0.18

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.18
                    
NuGet\Install-Package Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob -Version 6.0.18
                    
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.18" />
                    
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="6.0.18" />
                    
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 6.0.18
                    
#r "nuget: Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob, 6.0.18"
                    
#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=6.0.18
                    
Install Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob as a Cake Addin
#tool nuget:?package=Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob&version=6.0.18
                    
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 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.  net9.0 was computed.  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.2 20,622 5/29/2025
9.1.1 97,789 5/2/2025
9.0.32 186,611 4/15/2025
9.0.31 5,737 4/2/2025
9.0.30 88,761 3/26/2025
9.0.29 8,928 3/18/2025
9.0.28 157 3/17/2025
9.0.27 161 3/16/2025
9.0.26 169 3/13/2025
9.0.25 52,039 3/9/2025
9.0.21 655 3/6/2025
9.0.20 19,490 3/6/2025
9.0.19 226 3/6/2025
9.0.18 238 3/4/2025
9.0.17 111 3/1/2025
9.0.16 107 3/1/2025
9.0.15 75,444 2/22/2025
9.0.14 22,491 2/18/2025
9.0.13 123 2/9/2025
9.0.12 217,888 1/13/2025
9.0.11 23,978 1/9/2025
9.0.10 91 1/9/2025
9.0.9 3,973 1/7/2025
9.0.8 12,469 1/6/2025
9.0.7 110 1/6/2025
9.0.4 92,256 12/23/2024
9.0.3 114 12/22/2024
9.0.2 10,657 12/21/2024
9.0.1 1,154 12/21/2024
9.0.0 173,005 11/16/2024
9.0.0-rc.1 118 10/18/2024
6.2.0 219,391 10/9/2024
6.1.1 133 10/9/2024
6.1.0 47,927 9/29/2024
6.0.24 172 9/11/2024
6.0.23 158 7/18/2024
6.0.21 165 6/18/2024
6.0.20 147 6/16/2024
6.0.19 138 6/14/2024
6.0.18 137 6/14/2024
6.0.17 131 6/14/2024
6.0.16 143 6/10/2024
6.0.15 159 6/9/2024
6.0.14 157 5/24/2024
6.0.13 166 5/23/2024
6.0.12 128 5/23/2024
6.0.11 155 5/20/2024
6.0.9 139 5/20/2024
6.0.7 140 5/18/2024
6.0.6 164 5/10/2024
6.0.5 158 5/10/2024
6.0.4 219 4/3/2024
6.0.3 1,623 3/25/2024
6.0.2 329 3/11/2024
6.0.0 1,469 11/21/2023
6.0.0-rc.6 113 10/25/2023
6.0.0-rc.5 95 10/25/2023
6.0.0-rc.4 96 10/23/2023
6.0.0-rc.3 83 10/19/2023
6.0.0-rc.2 91 10/18/2023
6.0.0-rc.1 92 10/16/2023
5.0.20 1,043 9/25/2023
5.0.19 1,099 9/10/2023
5.0.18 1,107 9/6/2023
5.0.17 1,029 9/6/2023
5.0.16 1,016 9/5/2023
5.0.15 975 9/5/2023
5.0.14 905 9/5/2023
5.0.13 968 9/1/2023
5.0.12 1,000 8/31/2023
5.0.11 951 8/30/2023
5.0.10 1,023 8/29/2023
5.0.9 1,026 8/24/2023
5.0.8 1,040 8/24/2023
5.0.7 1,059 8/23/2023
5.0.6 1,061 8/21/2023
5.0.5 1,011 8/21/2023
5.0.4 1,033 8/16/2023
5.0.3 1,223 8/2/2023
5.0.2 1,221 8/2/2023
5.0.1 1,173 8/1/2023
5.0.0 1,230 7/31/2023
4.1.26 1,224 7/20/2023
4.1.25 1,253 7/16/2023
4.1.24 1,272 6/13/2023
4.1.23 1,174 6/13/2023
4.1.22 1,692 5/30/2023
4.1.21 1,309 5/20/2023
4.1.20 316,290 4/19/2023
4.1.19 96,314 3/20/2023
4.1.18 1,262 3/20/2023
4.1.17 1,590 3/16/2023
4.1.16 1,321 3/16/2023
4.1.15 1,271 3/15/2023
4.1.14 2,433 3/9/2023
4.1.13 1,355 3/7/2023
4.1.12 1,527 2/10/2023
4.1.11 1,375 1/26/2023
4.1.10 1,416 1/22/2023
4.1.9 1,401 1/20/2023
4.1.8 1,422 1/18/2023
4.1.7 1,533 1/18/2023
4.1.6 1,397 1/17/2023
4.1.1 1,406 1/4/2023
4.1.0 1,377 1/1/2023
3.1.5 1,433 12/21/2022
3.1.3 1,418 12/12/2022
3.1.2 1,333 12/7/2022
3.1.1 1,382 12/7/2022
3.1.0 1,521 12/2/2022
3.0.29 1,405 12/1/2022
3.0.28 1,427 12/1/2022
3.0.27 1,454 11/23/2022
3.0.25 1,473 11/23/2022
3.0.24 1,538 11/18/2022
3.0.23 1,474 11/18/2022
3.0.22 1,531 11/15/2022
3.0.21 1,447 11/14/2022
3.0.20 1,506 11/13/2022
3.0.19 1,720 11/2/2022
3.0.18 1,541 11/2/2022
3.0.17 1,631 10/29/2022
3.0.16 1,562 10/29/2022
3.0.15 1,530 10/29/2022
3.0.14 1,696 10/24/2022
3.0.13 1,564 10/24/2022
3.0.12 1,659 10/17/2022
3.0.11 1,658 10/10/2022
3.0.10 1,614 10/6/2022
3.0.9 1,509 10/6/2022
3.0.8 1,594 10/6/2022
3.0.7 1,601 10/6/2022
3.0.6 1,526 10/5/2022
3.0.5 1,470 10/5/2022
3.0.4 1,595 10/5/2022
3.0.3 1,556 10/3/2022
3.0.2 1,711 9/30/2022
3.0.1 1,580 9/29/2022
2.0.17 1,501 9/29/2022
2.0.16 1,701 9/27/2022
2.0.15 1,705 9/27/2022
2.0.14 1,660 9/26/2022
2.0.13 1,709 9/26/2022
2.0.12 1,646 9/26/2022
2.0.11 1,630 9/25/2022
2.0.10 1,648 9/25/2022
2.0.9 1,620 9/22/2022
2.0.8 1,645 9/22/2022
2.0.6 1,617 9/20/2022
2.0.5 1,782 9/20/2022
2.0.4 1,625 9/20/2022
2.0.2 1,685 9/20/2022
2.0.1 1,716 9/13/2022
2.0.0 1,733 8/19/2022
1.1.24 1,699 7/30/2022
1.1.23 1,676 7/29/2022
1.1.22 1,509 7/29/2022
1.1.21 1,619 7/29/2022
1.1.20 1,717 7/29/2022
1.1.19 1,715 7/27/2022
1.1.17 1,701 7/27/2022
1.1.16 1,630 7/26/2022
1.1.15 1,744 7/25/2022
1.1.14 1,621 7/25/2022
1.1.13 1,665 7/22/2022
1.1.12 1,672 7/19/2022
1.1.11 1,736 7/19/2022
1.1.10 1,655 7/19/2022
1.1.9 1,681 7/19/2022
1.1.8 1,682 7/18/2022
1.1.7 1,622 7/18/2022
1.1.6 1,647 7/18/2022
1.1.5 1,670 7/17/2022
1.1.4 1,559 7/17/2022
1.1.3 1,781 7/17/2022
1.1.2 1,623 7/17/2022
1.1.0 1,744 7/17/2022
1.0.2 1,633 7/15/2022
1.0.1 1,586 7/15/2022
1.0.0 1,631 7/8/2022
0.10.7 1,712 7/7/2022
0.10.5 1,533 7/7/2022
0.10.4 1,524 7/3/2022
0.10.3 1,556 7/3/2022
0.10.2 1,652 7/2/2022
0.10.1 1,731 7/1/2022
0.10.0 1,630 7/1/2022
0.9.10 1,629 6/20/2022
0.9.9 1,654 6/11/2022
0.9.7 1,610 6/9/2022
0.9.6 1,519 6/9/2022