Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob 9.1.2

dotnet add package Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob --version 9.1.2
                    
NuGet\Install-Package Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob -Version 9.1.2
                    
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.1.2" />
                    
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="9.1.2" />
                    
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 9.1.2
                    
#r "nuget: Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob, 9.1.2"
                    
#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.
#:package Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob@9.1.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob&version=9.1.2
                    
Install as a Cake Addin
#tool nuget:?package=Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob&version=9.1.2
                    
Install 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 net9.0 is compatible.  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 247,365 2 months ago
9.1.1 97,829 2 months ago
9.0.32 186,621 3 months ago
9.0.31 5,747 3 months ago
9.0.30 88,772 4 months ago
9.0.29 8,938 4 months ago
9.0.28 169 4 months ago
9.0.27 173 4 months ago
9.0.26 180 4 months ago
9.0.25 52,052 4 months ago
9.0.21 665 4 months ago
9.0.20 19,501 4 months ago
9.0.19 239 4 months ago
9.0.18 248 4 months ago
9.0.17 122 4 months ago
9.0.16 118 4 months ago
9.0.15 75,454 5 months ago
9.0.14 22,503 5 months ago
9.0.13 135 5 months ago
9.0.12 217,898 6 months ago
9.0.11 23,990 6 months ago
9.0.10 103 6 months ago
9.0.9 3,983 6 months ago
9.0.8 12,480 6 months ago
9.0.7 121 6 months ago
9.0.4 92,266 7 months ago
9.0.3 124 7 months ago
9.0.2 10,668 7 months ago
9.0.1 1,164 7 months ago
9.0.0 173,016 8 months ago
9.0.0-rc.1 121 9 months ago
6.2.0 219,443 9 months ago
6.1.1 143 9 months ago
6.1.0 47,937 10 months ago
6.0.24 181 9/11/2024
6.0.23 167 7/18/2024
6.0.21 175 6/18/2024
6.0.20 156 6/16/2024
6.0.19 148 6/14/2024
6.0.18 146 6/14/2024
6.0.17 142 6/14/2024
6.0.16 154 6/10/2024
6.0.15 169 6/9/2024
6.0.14 170 5/24/2024
6.0.13 176 5/23/2024
6.0.12 138 5/23/2024
6.0.11 165 5/20/2024
6.0.9 150 5/20/2024
6.0.7 151 5/18/2024
6.0.6 176 5/10/2024
6.0.5 176 5/10/2024
6.0.4 232 4/3/2024
6.0.3 1,636 3/25/2024
6.0.2 339 3/11/2024
6.0.0 1,472 11/21/2023
6.0.0-rc.6 121 10/25/2023
6.0.0-rc.5 102 10/25/2023
6.0.0-rc.4 104 10/23/2023
6.0.0-rc.3 91 10/19/2023
6.0.0-rc.2 99 10/18/2023
6.0.0-rc.1 101 10/16/2023
5.0.20 1,052 9/25/2023
5.0.19 1,108 9/10/2023
5.0.18 1,117 9/6/2023
5.0.17 1,039 9/6/2023
5.0.16 1,026 9/5/2023
5.0.15 986 9/5/2023
5.0.14 915 9/5/2023
5.0.13 978 9/1/2023
5.0.12 1,010 8/31/2023
5.0.11 961 8/30/2023
5.0.10 1,033 8/29/2023
5.0.9 1,036 8/24/2023
5.0.8 1,050 8/24/2023
5.0.7 1,070 8/23/2023
5.0.6 1,071 8/21/2023
5.0.5 1,022 8/21/2023
5.0.4 1,044 8/16/2023
5.0.3 1,235 8/2/2023
5.0.2 1,233 8/2/2023
5.0.1 1,187 8/1/2023
5.0.0 1,243 7/31/2023
4.1.26 1,236 7/20/2023
4.1.25 1,266 7/16/2023
4.1.24 1,285 6/13/2023
4.1.23 1,187 6/13/2023
4.1.22 1,705 5/30/2023
4.1.21 1,322 5/20/2023
4.1.20 316,303 4/19/2023
4.1.19 96,326 3/20/2023
4.1.18 1,273 3/20/2023
4.1.17 1,601 3/16/2023
4.1.16 1,333 3/16/2023
4.1.15 1,283 3/15/2023
4.1.14 2,445 3/9/2023
4.1.13 1,367 3/7/2023
4.1.12 1,538 2/10/2023
4.1.11 1,388 1/26/2023
4.1.10 1,430 1/22/2023
4.1.9 1,414 1/20/2023
4.1.8 1,435 1/18/2023
4.1.7 1,545 1/18/2023
4.1.6 1,409 1/17/2023
4.1.1 1,418 1/4/2023
4.1.0 1,388 1/1/2023
3.1.5 1,443 12/21/2022
3.1.3 1,431 12/12/2022
3.1.2 1,343 12/7/2022
3.1.1 1,394 12/7/2022
3.1.0 1,533 12/2/2022
3.0.29 1,417 12/1/2022
3.0.28 1,438 12/1/2022
3.0.27 1,465 11/23/2022
3.0.25 1,484 11/23/2022
3.0.24 1,554 11/18/2022
3.0.23 1,486 11/18/2022
3.0.22 1,542 11/15/2022
3.0.21 1,458 11/14/2022
3.0.20 1,517 11/13/2022
3.0.19 1,732 11/2/2022
3.0.18 1,553 11/2/2022
3.0.17 1,642 10/29/2022
3.0.16 1,573 10/29/2022
3.0.15 1,542 10/29/2022
3.0.14 1,707 10/24/2022
3.0.13 1,575 10/24/2022
3.0.12 1,675 10/17/2022
3.0.11 1,670 10/10/2022
3.0.10 1,625 10/6/2022
3.0.9 1,520 10/6/2022
3.0.8 1,605 10/6/2022
3.0.7 1,617 10/6/2022
3.0.6 1,538 10/5/2022
3.0.5 1,490 10/5/2022
3.0.4 1,613 10/5/2022
3.0.3 1,567 10/3/2022
3.0.2 1,727 9/30/2022
3.0.1 1,591 9/29/2022
2.0.17 1,522 9/29/2022
2.0.16 1,712 9/27/2022
2.0.15 1,715 9/27/2022
2.0.14 1,672 9/26/2022
2.0.13 1,721 9/26/2022
2.0.12 1,658 9/26/2022
2.0.11 1,641 9/25/2022
2.0.10 1,660 9/25/2022
2.0.9 1,641 9/22/2022
2.0.8 1,656 9/22/2022
2.0.6 1,629 9/20/2022
2.0.5 1,804 9/20/2022
2.0.4 1,636 9/20/2022
2.0.2 1,698 9/20/2022
2.0.1 1,729 9/13/2022
2.0.0 1,744 8/19/2022
1.1.24 1,711 7/30/2022
1.1.23 1,688 7/29/2022
1.1.22 1,521 7/29/2022
1.1.21 1,641 7/29/2022
1.1.20 1,739 7/29/2022
1.1.19 1,728 7/27/2022
1.1.17 1,713 7/27/2022
1.1.16 1,643 7/26/2022
1.1.15 1,766 7/25/2022
1.1.14 1,634 7/25/2022
1.1.13 1,687 7/22/2022
1.1.12 1,684 7/19/2022
1.1.11 1,749 7/19/2022
1.1.10 1,678 7/19/2022
1.1.9 1,693 7/19/2022
1.1.8 1,695 7/18/2022
1.1.7 1,634 7/18/2022
1.1.6 1,659 7/18/2022
1.1.5 1,682 7/17/2022
1.1.4 1,573 7/17/2022
1.1.3 1,794 7/17/2022
1.1.2 1,635 7/17/2022
1.1.0 1,756 7/17/2022
1.0.2 1,645 7/15/2022
1.0.1 1,598 7/15/2022
1.0.0 1,643 7/8/2022
0.10.7 1,724 7/7/2022
0.10.5 1,546 7/7/2022
0.10.4 1,537 7/3/2022
0.10.3 1,568 7/3/2022
0.10.2 1,664 7/2/2022
0.10.1 1,743 7/1/2022
0.10.0 1,642 7/1/2022
0.9.10 1,643 6/20/2022
0.9.9 1,669 6/11/2022
0.9.7 1,625 6/9/2022
0.9.6 1,534 6/9/2022