Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Table 9.0.0-rc.1

This is a prerelease version of Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Table.
dotnet add package Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Table --version 9.0.0-rc.1                
NuGet\Install-Package Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Table -Version 9.0.0-rc.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.0-rc.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.0-rc.1                
#r "nuget: Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Table, 9.0.0-rc.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.0-rc.1&prerelease

// Install Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Table as a Cake Tool
#tool nuget:?package=Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Table&version=9.0.0-rc.1&prerelease                

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.0-rc.1 97 10/18/2024
6.2.0 101,168 10/9/2024
6.1.1 80 10/9/2024
6.1.0 47,880 9/29/2024
6.0.24 114 9/11/2024
6.0.23 107 7/18/2024
6.0.21 120 6/18/2024
6.0.20 116 6/16/2024
6.0.19 109 6/14/2024
6.0.18 108 6/14/2024
6.0.17 108 6/14/2024
6.0.16 99 6/10/2024
6.0.15 113 6/9/2024
6.0.14 125 5/24/2024
6.0.13 133 5/23/2024
6.0.12 94 5/23/2024
6.0.11 118 5/20/2024
6.0.9 118 5/20/2024
6.0.7 110 5/18/2024
6.0.6 106 5/10/2024
6.0.5 102 5/10/2024
6.0.4 169 4/3/2024
6.0.3 1,128 3/25/2024
6.0.2 238 3/11/2024
6.0.0 1,277 11/21/2023
6.0.0-rc.6 97 10/25/2023
6.0.0-rc.5 74 10/25/2023
6.0.0-rc.4 72 10/23/2023
6.0.0-rc.3 64 10/19/2023
6.0.0-rc.2 74 10/18/2023
6.0.0-rc.1 69 10/16/2023
5.0.20 858 9/25/2023
5.0.19 953 9/10/2023
5.0.18 807 9/6/2023
5.0.17 792 9/6/2023
5.0.16 837 9/5/2023
5.0.15 827 9/5/2023
5.0.14 889 9/5/2023
5.0.13 731 9/1/2023
5.0.12 784 8/31/2023
5.0.11 807 8/30/2023
5.0.10 883 8/29/2023
5.0.9 825 8/24/2023
5.0.8 843 8/24/2023
5.0.7 872 8/23/2023
5.0.6 819 8/21/2023
5.0.5 825 8/21/2023
5.0.4 897 8/16/2023
5.0.3 893 8/2/2023
5.0.2 949 8/2/2023
5.0.1 953 8/1/2023
5.0.0 944 7/31/2023
4.1.26 1,037 7/20/2023
4.1.25 936 7/16/2023
4.1.24 907 6/13/2023
4.1.23 940 6/13/2023
4.1.22 1,404 5/30/2023
4.1.21 929 5/20/2023
4.1.20 316,047 4/19/2023
4.1.19 95,880 3/20/2023
4.1.18 1,082 3/20/2023
4.1.17 1,011 3/16/2023
4.1.16 962 3/16/2023
4.1.15 983 3/15/2023
4.1.14 1,613 3/9/2023
4.1.13 1,095 3/7/2023
4.1.12 1,149 2/10/2023
4.1.11 1,021 1/26/2023
4.1.10 1,056 1/22/2023
4.1.9 1,053 1/20/2023
4.1.8 1,144 1/18/2023
4.1.7 1,109 1/18/2023
4.1.6 1,067 1/17/2023
4.1.1 1,095 1/4/2023
4.1.0 1,134 1/1/2023
3.1.5 1,131 12/21/2022
3.1.3 1,139 12/12/2022
3.1.2 1,100 12/7/2022
3.1.1 1,067 12/7/2022
3.1.0 1,120 12/2/2022
3.0.29 1,098 12/1/2022
3.0.28 1,105 12/1/2022
3.0.27 1,189 11/23/2022
3.0.25 1,103 11/23/2022
3.0.24 1,154 11/18/2022
3.0.23 1,128 11/18/2022
3.0.22 1,146 11/15/2022
3.0.21 1,136 11/14/2022
3.0.20 1,117 11/13/2022
3.0.19 1,244 11/2/2022
3.0.18 1,118 11/2/2022
3.0.17 1,166 10/29/2022
3.0.16 1,225 10/29/2022
3.0.15 1,197 10/29/2022
3.0.14 1,163 10/24/2022
3.0.13 1,199 10/24/2022
3.0.12 1,288 10/17/2022
3.0.11 1,220 10/10/2022
3.0.10 1,213 10/6/2022
3.0.9 1,244 10/6/2022
3.0.8 1,203 10/6/2022
3.0.7 1,183 10/6/2022
3.0.6 1,161 10/5/2022
3.0.5 1,197 10/5/2022
3.0.4 1,150 10/5/2022
3.0.3 1,173 10/3/2022
3.0.2 1,234 9/30/2022
3.0.1 1,135 9/29/2022
2.0.17 1,258 9/29/2022
2.0.16 1,242 9/27/2022
2.0.15 1,273 9/27/2022
2.0.14 1,249 9/26/2022
2.0.13 1,220 9/26/2022
2.0.12 1,180 9/26/2022
2.0.11 1,232 9/25/2022
2.0.10 1,245 9/25/2022
2.0.9 1,200 9/22/2022
2.0.8 1,261 9/22/2022
2.0.6 1,185 9/20/2022
2.0.5 1,278 9/20/2022
2.0.4 1,211 9/20/2022
2.0.2 1,229 9/20/2022
2.0.1 1,231 9/13/2022
2.0.0 1,209 8/19/2022
1.1.24 1,269 7/30/2022
1.1.23 1,184 7/29/2022
1.1.22 1,207 7/29/2022
1.1.21 1,281 7/29/2022
1.1.20 1,291 7/29/2022
1.1.19 1,268 7/27/2022
1.1.17 1,257 7/27/2022
1.1.16 1,285 7/26/2022
1.1.15 1,299 7/25/2022
1.1.14 1,246 7/25/2022
1.1.13 1,163 7/22/2022
1.1.12 1,278 7/19/2022
1.1.11 1,216 7/19/2022
1.1.10 1,282 7/19/2022
1.1.9 1,274 7/19/2022
1.1.8 1,186 7/18/2022
1.1.7 1,245 7/18/2022
1.1.6 1,253 7/18/2022
1.1.5 1,290 7/17/2022
1.1.4 1,230 7/17/2022
1.1.3 1,251 7/17/2022
1.1.2 1,331 7/17/2022
1.1.0 1,241 7/17/2022
1.0.2 1,308 7/15/2022
1.0.1 1,213 7/15/2022
1.0.0 1,288 7/8/2022
0.10.7 1,189 7/7/2022
0.10.3 1,262 7/3/2022
0.10.2 1,234 7/2/2022
0.10.1 1,223 7/1/2022
0.10.0 1,225 7/1/2022
0.9.10 1,270 6/20/2022
0.9.9 1,244 6/11/2022
0.9.7 1,226 6/9/2022
0.9.6 1,177 6/5/2022
0.9.5 1,256 6/3/2022
0.9.3 1,219 6/3/2022