Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Table 9.0.4

dotnet add package Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Table --version 9.0.4                
NuGet\Install-Package Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Table -Version 9.0.4                
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.4" />                
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.4                
#r "nuget: Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Table, 9.0.4"                
#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.4

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

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. 
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.4 79,528 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,955 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,524 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,107 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,132 12/2/2022
3.0.29 1,112 12/1/2022
3.0.28 1,119 12/1/2022
3.0.27 1,203 11/23/2022
3.0.25 1,115 11/23/2022
3.0.24 1,166 11/18/2022
3.0.23 1,140 11/18/2022
3.0.22 1,158 11/15/2022
3.0.21 1,150 11/14/2022
3.0.20 1,129 11/13/2022
3.0.19 1,258 11/2/2022
3.0.18 1,130 11/2/2022
3.0.17 1,180 10/29/2022
3.0.16 1,237 10/29/2022
3.0.15 1,209 10/29/2022
3.0.14 1,177 10/24/2022
3.0.13 1,211 10/24/2022
3.0.12 1,302 10/17/2022
3.0.11 1,233 10/10/2022
3.0.10 1,227 10/6/2022
3.0.9 1,258 10/6/2022
3.0.8 1,217 10/6/2022
3.0.7 1,195 10/6/2022
3.0.6 1,175 10/5/2022
3.0.5 1,211 10/5/2022
3.0.4 1,162 10/5/2022
3.0.3 1,187 10/3/2022
3.0.2 1,248 9/30/2022
3.0.1 1,148 9/29/2022
2.0.17 1,270 9/29/2022
2.0.16 1,258 9/27/2022
2.0.15 1,285 9/27/2022
2.0.14 1,261 9/26/2022
2.0.13 1,232 9/26/2022
2.0.12 1,192 9/26/2022
2.0.11 1,244 9/25/2022
2.0.10 1,260 9/25/2022
2.0.9 1,229 9/22/2022
2.0.8 1,273 9/22/2022
2.0.6 1,197 9/20/2022
2.0.5 1,305 9/20/2022
2.0.4 1,226 9/20/2022
2.0.2 1,242 9/20/2022
2.0.1 1,243 9/13/2022
2.0.0 1,221 8/19/2022
1.1.24 1,281 7/30/2022
1.1.23 1,196 7/29/2022
1.1.22 1,219 7/29/2022
1.1.21 1,293 7/29/2022
1.1.20 1,305 7/29/2022
1.1.19 1,283 7/27/2022
1.1.17 1,287 7/27/2022
1.1.16 1,298 7/26/2022
1.1.15 1,311 7/25/2022
1.1.14 1,260 7/25/2022
1.1.13 1,177 7/22/2022
1.1.12 1,290 7/19/2022
1.1.11 1,228 7/19/2022
1.1.10 1,294 7/19/2022
1.1.9 1,287 7/19/2022
1.1.8 1,200 7/18/2022
1.1.7 1,257 7/18/2022
1.1.6 1,265 7/18/2022
1.1.5 1,302 7/17/2022
1.1.4 1,244 7/17/2022
1.1.3 1,263 7/17/2022
1.1.2 1,345 7/17/2022
1.1.0 1,255 7/17/2022
1.0.2 1,320 7/15/2022
1.0.1 1,227 7/15/2022
1.0.0 1,300 7/8/2022
0.10.7 1,201 7/7/2022
0.10.3 1,274 7/3/2022
0.10.2 1,264 7/2/2022
0.10.1 1,235 7/1/2022
0.10.0 1,237 7/1/2022
0.9.10 1,282 6/20/2022
0.9.9 1,256 6/11/2022
0.9.7 1,238 6/9/2022
0.9.6 1,191 6/5/2022
0.9.5 1,268 6/3/2022
0.9.3 1,231 6/3/2022