Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Table 9.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Table --version 9.0.1                
NuGet\Install-Package Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Table -Version 9.0.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.Table" Version="9.0.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.Table --version 9.0.1                
#r "nuget: Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Table, 9.0.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.Table as a Cake Addin
#addin nuget:?package=Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Table&version=9.0.1

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

What is Rystem?

Integration with Azure TableStorage and Repository Framework

Example from unit test with a business integration too. Here you may find the chance to use ToResult() in services to avoid the async method.

services
    .AddRepositoryAsync<AppUser, AppUserKey>(async builder =>
    {
        await builder
            .WithTableStorageAsync(tableStorageBuilder =>
            {
                tableStorageBuilder
                    .Settings.ConnectionString = configuration["ConnectionString:Storage"];
                tableStorageBuilder
                    .WithTableStorageKeyReader<TableStorageKeyReader>()
                    .WithPartitionKey(x => x.Id, x => x.Id)
                    .WithRowKey(x => x.Username)
                    .WithTimestamp(x => x.CreationTime);
            });
    }).ToResult();

You found the IRepository<SuperCar, 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 tablestorage 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
9.0.12 43,320 1/13/2025
9.0.11 23,060 1/9/2025
9.0.10 48 1/9/2025
9.0.9 143 1/7/2025
9.0.8 12,424 1/6/2025
9.0.7 71 1/6/2025
9.0.4 92,252 12/23/2024
9.0.3 95 12/22/2024
9.0.2 10,650 12/21/2024
9.0.1 1,128 12/21/2024
9.0.0 172,957 11/16/2024
9.0.0-rc.1 115 10/18/2024
6.2.0 219,077 10/9/2024
6.1.1 103 10/9/2024
6.1.0 47,898 9/29/2024
6.0.24 132 9/11/2024
6.0.23 126 7/18/2024
6.0.21 137 6/18/2024
6.0.20 134 6/16/2024
6.0.19 127 6/14/2024
6.0.18 127 6/14/2024
6.0.17 125 6/14/2024
6.0.16 116 6/10/2024
6.0.15 130 6/9/2024
6.0.14 140 5/24/2024
6.0.13 152 5/23/2024
6.0.12 109 5/23/2024
6.0.11 135 5/20/2024
6.0.9 136 5/20/2024
6.0.7 126 5/18/2024
6.0.6 121 5/10/2024
6.0.5 117 5/10/2024
6.0.4 182 4/3/2024
6.0.3 1,611 3/25/2024
6.0.2 253 3/11/2024
6.0.0 1,290 11/21/2023
6.0.0-rc.6 110 10/25/2023
6.0.0-rc.5 85 10/25/2023
6.0.0-rc.4 83 10/23/2023
6.0.0-rc.3 75 10/19/2023
6.0.0-rc.2 85 10/18/2023
6.0.0-rc.1 83 10/16/2023
5.0.20 871 9/25/2023
5.0.19 966 9/10/2023
5.0.18 820 9/6/2023
5.0.17 807 9/6/2023
5.0.16 850 9/5/2023
5.0.15 858 9/5/2023
5.0.14 902 9/5/2023
5.0.13 746 9/1/2023
5.0.12 795 8/31/2023
5.0.11 820 8/30/2023
5.0.10 896 8/29/2023
5.0.9 836 8/24/2023
5.0.8 858 8/24/2023
5.0.7 885 8/23/2023
5.0.6 832 8/21/2023
5.0.5 836 8/21/2023
5.0.4 908 8/16/2023
5.0.3 906 8/2/2023
5.0.2 979 8/2/2023
5.0.1 964 8/1/2023
5.0.0 955 7/31/2023
4.1.26 1,048 7/20/2023
4.1.25 947 7/16/2023
4.1.24 920 6/13/2023
4.1.23 954 6/13/2023
4.1.22 1,415 5/30/2023
4.1.21 940 5/20/2023
4.1.20 316,058 4/19/2023
4.1.19 95,890 3/20/2023
4.1.18 1,092 3/20/2023
4.1.17 1,023 3/16/2023
4.1.16 972 3/16/2023
4.1.15 995 3/15/2023
4.1.14 1,623 3/9/2023
4.1.13 1,108 3/7/2023
4.1.12 1,162 2/10/2023
4.1.11 1,032 1/26/2023
4.1.10 1,070 1/22/2023
4.1.9 1,064 1/20/2023
4.1.8 1,159 1/18/2023
4.1.7 1,122 1/18/2023
4.1.6 1,095 1/17/2023
4.1.1 1,108 1/4/2023
4.1.0 1,147 1/1/2023
3.1.5 1,144 12/21/2022
3.1.3 1,152 12/12/2022
3.1.2 1,112 12/7/2022
3.1.1 1,097 12/7/2022
3.1.0 1,135 12/2/2022
3.0.29 1,113 12/1/2022
3.0.28 1,120 12/1/2022
3.0.27 1,204 11/23/2022
3.0.25 1,118 11/23/2022
3.0.24 1,169 11/18/2022
3.0.23 1,143 11/18/2022
3.0.22 1,161 11/15/2022
3.0.21 1,151 11/14/2022
3.0.20 1,130 11/13/2022
3.0.19 1,259 11/2/2022
3.0.18 1,131 11/2/2022
3.0.17 1,181 10/29/2022
3.0.16 1,239 10/29/2022
3.0.15 1,210 10/29/2022
3.0.14 1,178 10/24/2022
3.0.13 1,214 10/24/2022
3.0.12 1,303 10/17/2022
3.0.11 1,236 10/10/2022
3.0.10 1,228 10/6/2022
3.0.9 1,259 10/6/2022
3.0.8 1,218 10/6/2022
3.0.7 1,196 10/6/2022
3.0.6 1,193 10/5/2022
3.0.5 1,212 10/5/2022
3.0.4 1,163 10/5/2022
3.0.3 1,188 10/3/2022
3.0.2 1,249 9/30/2022
3.0.1 1,151 9/29/2022
2.0.17 1,271 9/29/2022
2.0.16 1,259 9/27/2022
2.0.15 1,288 9/27/2022
2.0.14 1,262 9/26/2022
2.0.13 1,233 9/26/2022
2.0.12 1,193 9/26/2022
2.0.11 1,245 9/25/2022
2.0.10 1,261 9/25/2022
2.0.9 1,230 9/22/2022
2.0.8 1,276 9/22/2022
2.0.6 1,197 9/20/2022
2.0.5 1,306 9/20/2022
2.0.4 1,227 9/20/2022
2.0.2 1,243 9/20/2022
2.0.1 1,244 9/13/2022
2.0.0 1,222 8/19/2022
1.1.24 1,282 7/30/2022
1.1.23 1,197 7/29/2022
1.1.22 1,220 7/29/2022
1.1.21 1,294 7/29/2022
1.1.20 1,306 7/29/2022
1.1.19 1,284 7/27/2022
1.1.17 1,288 7/27/2022
1.1.16 1,299 7/26/2022
1.1.15 1,312 7/25/2022
1.1.14 1,261 7/25/2022
1.1.13 1,178 7/22/2022
1.1.12 1,291 7/19/2022
1.1.11 1,229 7/19/2022
1.1.10 1,295 7/19/2022
1.1.9 1,288 7/19/2022
1.1.8 1,201 7/18/2022
1.1.7 1,258 7/18/2022
1.1.6 1,266 7/18/2022
1.1.5 1,303 7/17/2022
1.1.4 1,245 7/17/2022
1.1.3 1,264 7/17/2022
1.1.2 1,346 7/17/2022
1.1.0 1,256 7/17/2022
1.0.2 1,321 7/15/2022
1.0.1 1,228 7/15/2022
1.0.0 1,301 7/8/2022
0.10.7 1,202 7/7/2022
0.10.3 1,275 7/3/2022
0.10.2 1,265 7/2/2022
0.10.1 1,236 7/1/2022
0.10.0 1,238 7/1/2022
0.9.10 1,283 6/20/2022
0.9.9 1,257 6/11/2022
0.9.7 1,239 6/9/2022
0.9.6 1,192 6/5/2022
0.9.5 1,269 6/3/2022
0.9.3 1,250 6/3/2022