Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Table 9.0.7

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

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

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.9 22 1/7/2025
9.0.8 5,610 1/6/2025
9.0.7 55 1/6/2025
9.0.4 92,250 12/23/2024
9.0.3 89 12/22/2024
9.0.2 10,648 12/21/2024
9.0.1 1,126 12/21/2024
9.0.0 172,957 11/16/2024
9.0.0-rc.1 115 10/18/2024
6.2.0 219,074 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 125 7/18/2024
6.0.21 136 6/18/2024
6.0.20 131 6/16/2024
6.0.19 126 6/14/2024
6.0.18 126 6/14/2024
6.0.17 124 6/14/2024
6.0.16 115 6/10/2024
6.0.15 129 6/9/2024
6.0.14 139 5/24/2024
6.0.13 149 5/23/2024
6.0.12 108 5/23/2024
6.0.11 134 5/20/2024
6.0.9 132 5/20/2024
6.0.7 125 5/18/2024
6.0.6 120 5/10/2024
6.0.5 116 5/10/2024
6.0.4 181 4/3/2024
6.0.3 1,533 3/25/2024
6.0.2 252 3/11/2024
6.0.0 1,289 11/21/2023
6.0.0-rc.6 109 10/25/2023
6.0.0-rc.5 84 10/25/2023
6.0.0-rc.4 82 10/23/2023
6.0.0-rc.3 74 10/19/2023
6.0.0-rc.2 84 10/18/2023
6.0.0-rc.1 82 10/16/2023
5.0.20 870 9/25/2023
5.0.19 965 9/10/2023
5.0.18 819 9/6/2023
5.0.17 806 9/6/2023
5.0.16 849 9/5/2023
5.0.15 857 9/5/2023
5.0.14 901 9/5/2023
5.0.13 745 9/1/2023
5.0.12 794 8/31/2023
5.0.11 819 8/30/2023
5.0.10 895 8/29/2023
5.0.9 835 8/24/2023
5.0.8 857 8/24/2023
5.0.7 884 8/23/2023
5.0.6 831 8/21/2023
5.0.5 835 8/21/2023
5.0.4 907 8/16/2023
5.0.3 905 8/2/2023
5.0.2 978 8/2/2023
5.0.1 963 8/1/2023
5.0.0 954 7/31/2023
4.1.26 1,047 7/20/2023
4.1.25 946 7/16/2023
4.1.24 919 6/13/2023
4.1.23 953 6/13/2023
4.1.22 1,414 5/30/2023
4.1.21 939 5/20/2023
4.1.20 316,057 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,161 2/10/2023
4.1.11 1,031 1/26/2023
4.1.10 1,067 1/22/2023
4.1.9 1,063 1/20/2023
4.1.8 1,158 1/18/2023
4.1.7 1,121 1/18/2023
4.1.6 1,094 1/17/2023
4.1.1 1,107 1/4/2023
4.1.0 1,146 1/1/2023
3.1.5 1,143 12/21/2022
3.1.3 1,151 12/12/2022
3.1.2 1,111 12/7/2022
3.1.1 1,094 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,116 11/23/2022
3.0.24 1,167 11/18/2022
3.0.23 1,141 11/18/2022
3.0.22 1,159 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,212 10/24/2022
3.0.12 1,303 10/17/2022
3.0.11 1,234 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,176 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,149 9/29/2022
2.0.17 1,271 9/29/2022
2.0.16 1,259 9/27/2022
2.0.15 1,286 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,274 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