Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Table 6.0.18

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 6.0.18
                    
NuGet\Install-Package Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Table -Version 6.0.18
                    
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="6.0.18" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Table" Version="6.0.18" />
                    
Directory.Packages.props
<PackageReference Include="Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Table" />
                    
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.Table --version 6.0.18
                    
#r "nuget: Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Table, 6.0.18"
                    
#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.
#addin nuget:?package=Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Table&version=6.0.18
                    
Install as a Cake Addin
#tool nuget:?package=Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Table&version=6.0.18
                    
Install as a Cake Tool

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 net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  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

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.1.2 130,637 5/29/2025
9.1.1 97,838 5/2/2025
9.0.32 186,595 4/15/2025
9.0.31 5,703 4/2/2025
9.0.30 88,728 3/26/2025
9.0.29 8,923 3/18/2025
9.0.28 153 3/17/2025
9.0.27 153 3/16/2025
9.0.26 160 3/13/2025
9.0.25 52,025 3/9/2025
9.0.21 623 3/6/2025
9.0.20 19,466 3/6/2025
9.0.19 214 3/6/2025
9.0.18 223 3/4/2025
9.0.17 118 3/1/2025
9.0.16 115 3/1/2025
9.0.15 75,461 2/22/2025
9.0.14 22,473 2/18/2025
9.0.13 120 2/9/2025
9.0.12 217,995 1/13/2025
9.0.11 24,006 1/9/2025
9.0.10 99 1/9/2025
9.0.9 3,972 1/7/2025
9.0.8 12,461 1/6/2025
9.0.7 106 1/6/2025
9.0.4 92,285 12/23/2024
9.0.3 124 12/22/2024
9.0.2 10,676 12/21/2024
9.0.1 1,158 12/21/2024
9.0.0 172,991 11/16/2024
9.0.0-rc.1 123 10/18/2024
6.2.0 219,104 10/9/2024
6.1.1 136 10/9/2024
6.1.0 47,924 9/29/2024
6.0.24 151 9/11/2024
6.0.23 143 7/18/2024
6.0.21 161 6/18/2024
6.0.20 161 6/16/2024
6.0.19 147 6/14/2024
6.0.18 142 6/14/2024
6.0.17 152 6/14/2024
6.0.16 161 6/10/2024
6.0.15 149 6/9/2024
6.0.14 159 5/24/2024
6.0.13 187 5/23/2024
6.0.12 145 5/23/2024
6.0.11 173 5/20/2024
6.0.9 158 5/20/2024
6.0.7 146 5/18/2024
6.0.6 159 5/10/2024
6.0.5 165 5/10/2024
6.0.4 205 4/3/2024
6.0.3 1,637 3/25/2024
6.0.2 276 3/11/2024
6.0.0 1,300 11/21/2023
6.0.0-rc.6 121 10/25/2023
6.0.0-rc.5 92 10/25/2023
6.0.0-rc.4 88 10/23/2023
6.0.0-rc.3 86 10/19/2023
6.0.0-rc.2 98 10/18/2023
6.0.0-rc.1 89 10/16/2023
5.0.20 881 9/25/2023
5.0.19 977 9/10/2023
5.0.18 835 9/6/2023
5.0.17 821 9/6/2023
5.0.16 868 9/5/2023
5.0.15 869 9/5/2023
5.0.14 939 9/5/2023
5.0.13 759 9/1/2023
5.0.12 817 8/31/2023
5.0.11 838 8/30/2023
5.0.10 909 8/29/2023
5.0.9 847 8/24/2023
5.0.8 871 8/24/2023
5.0.7 902 8/23/2023
5.0.6 845 8/21/2023
5.0.5 849 8/21/2023
5.0.4 924 8/16/2023
5.0.3 922 8/2/2023
5.0.2 1,000 8/2/2023
5.0.1 997 8/1/2023
5.0.0 972 7/31/2023
4.1.26 1,063 7/20/2023
4.1.25 960 7/16/2023
4.1.24 945 6/13/2023
4.1.23 978 6/13/2023
4.1.22 1,468 5/30/2023
4.1.21 970 5/20/2023
4.1.20 316,095 4/19/2023
4.1.19 95,913 3/20/2023
4.1.18 1,132 3/20/2023
4.1.17 1,065 3/16/2023
4.1.16 996 3/16/2023
4.1.15 1,018 3/15/2023
4.1.14 1,650 3/9/2023
4.1.13 1,163 3/7/2023
4.1.12 1,194 2/10/2023
4.1.11 1,059 1/26/2023
4.1.10 1,096 1/22/2023
4.1.9 1,116 1/20/2023
4.1.8 1,201 1/18/2023
4.1.7 1,150 1/18/2023
4.1.6 1,122 1/17/2023
4.1.1 1,134 1/4/2023
4.1.0 1,176 1/1/2023
3.1.5 1,182 12/21/2022
3.1.3 1,186 12/12/2022
3.1.2 1,142 12/7/2022
3.1.1 1,119 12/7/2022
3.1.0 1,162 12/2/2022
3.0.29 1,138 12/1/2022
3.0.28 1,145 12/1/2022
3.0.27 1,235 11/23/2022
3.0.25 1,144 11/23/2022
3.0.24 1,191 11/18/2022
3.0.23 1,168 11/18/2022
3.0.22 1,194 11/15/2022
3.0.21 1,174 11/14/2022
3.0.20 1,172 11/13/2022
3.0.19 1,284 11/2/2022
3.0.18 1,159 11/2/2022
3.0.17 1,204 10/29/2022
3.0.16 1,263 10/29/2022
3.0.15 1,237 10/29/2022
3.0.14 1,205 10/24/2022
3.0.13 1,243 10/24/2022
3.0.12 1,327 10/17/2022
3.0.11 1,269 10/10/2022
3.0.10 1,255 10/6/2022
3.0.9 1,288 10/6/2022
3.0.8 1,241 10/6/2022
3.0.7 1,221 10/6/2022
3.0.6 1,220 10/5/2022
3.0.5 1,242 10/5/2022
3.0.4 1,191 10/5/2022
3.0.3 1,215 10/3/2022
3.0.2 1,273 9/30/2022
3.0.1 1,183 9/29/2022
2.0.17 1,298 9/29/2022
2.0.16 1,291 9/27/2022
2.0.15 1,317 9/27/2022
2.0.14 1,288 9/26/2022
2.0.13 1,286 9/26/2022
2.0.12 1,220 9/26/2022
2.0.11 1,271 9/25/2022
2.0.10 1,288 9/25/2022
2.0.9 1,258 9/22/2022
2.0.8 1,313 9/22/2022
2.0.6 1,223 9/20/2022
2.0.5 1,331 9/20/2022
2.0.4 1,272 9/20/2022
2.0.2 1,271 9/20/2022
2.0.1 1,289 9/13/2022
2.0.0 1,249 8/19/2022
1.1.24 1,330 7/30/2022
1.1.23 1,228 7/29/2022
1.1.22 1,249 7/29/2022
1.1.21 1,355 7/29/2022
1.1.20 1,335 7/29/2022
1.1.19 1,316 7/27/2022
1.1.17 1,339 7/27/2022
1.1.16 1,339 7/26/2022
1.1.15 1,341 7/25/2022
1.1.14 1,289 7/25/2022
1.1.13 1,211 7/22/2022
1.1.12 1,324 7/19/2022
1.1.11 1,257 7/19/2022
1.1.10 1,353 7/19/2022
1.1.9 1,318 7/19/2022
1.1.8 1,272 7/18/2022
1.1.7 1,319 7/18/2022
1.1.6 1,298 7/18/2022
1.1.5 1,333 7/17/2022
1.1.4 1,318 7/17/2022
1.1.3 1,298 7/17/2022
1.1.2 1,397 7/17/2022
1.1.0 1,303 7/17/2022
1.0.2 1,352 7/15/2022
1.0.1 1,261 7/15/2022
1.0.0 1,330 7/8/2022
0.10.7 1,233 7/7/2022
0.10.3 1,311 7/3/2022
0.10.2 1,296 7/2/2022
0.10.1 1,276 7/1/2022
0.10.0 1,270 7/1/2022
0.9.10 1,314 6/20/2022
0.9.9 1,289 6/11/2022
0.9.7 1,269 6/9/2022
0.9.6 1,226 6/5/2022
0.9.5 1,300 6/3/2022
0.9.3 1,284 6/3/2022