Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Table 5.0.8

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

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

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 net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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. 
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 28,602 11/16/2024
9.0.0-rc.1 104 10/18/2024
6.2.0 219,012 10/9/2024
6.1.1 92 10/9/2024
6.1.0 47,885 9/29/2024
6.0.24 119 9/11/2024
6.0.23 111 7/18/2024
6.0.21 124 6/18/2024
6.0.20 120 6/16/2024
6.0.19 113 6/14/2024
6.0.18 111 6/14/2024
6.0.17 112 6/14/2024
6.0.16 103 6/10/2024
6.0.15 117 6/9/2024
6.0.14 129 5/24/2024
6.0.13 137 5/23/2024
6.0.12 98 5/23/2024
6.0.11 122 5/20/2024
6.0.9 122 5/20/2024
6.0.7 115 5/18/2024
6.0.6 110 5/10/2024
6.0.5 106 5/10/2024
6.0.4 173 4/3/2024
6.0.3 1,357 3/25/2024
6.0.2 242 3/11/2024
6.0.0 1,281 11/21/2023
6.0.0-rc.6 103 10/25/2023
6.0.0-rc.5 78 10/25/2023
6.0.0-rc.4 76 10/23/2023
6.0.0-rc.3 68 10/19/2023
6.0.0-rc.2 78 10/18/2023
6.0.0-rc.1 76 10/16/2023
5.0.20 862 9/25/2023
5.0.19 957 9/10/2023
5.0.18 811 9/6/2023
5.0.17 796 9/6/2023
5.0.16 841 9/5/2023
5.0.15 831 9/5/2023
5.0.14 893 9/5/2023
5.0.13 737 9/1/2023
5.0.12 788 8/31/2023
5.0.11 811 8/30/2023
5.0.10 887 8/29/2023
5.0.9 829 8/24/2023
5.0.8 849 8/24/2023
5.0.7 876 8/23/2023
5.0.6 825 8/21/2023
5.0.5 829 8/21/2023
5.0.4 901 8/16/2023
5.0.3 897 8/2/2023
5.0.2 955 8/2/2023
5.0.1 957 8/1/2023
5.0.0 948 7/31/2023
4.1.26 1,041 7/20/2023
4.1.25 940 7/16/2023
4.1.24 913 6/13/2023
4.1.23 945 6/13/2023
4.1.22 1,408 5/30/2023
4.1.21 933 5/20/2023
4.1.20 316,051 4/19/2023
4.1.19 95,884 3/20/2023
4.1.18 1,086 3/20/2023
4.1.17 1,015 3/16/2023
4.1.16 966 3/16/2023
4.1.15 987 3/15/2023
4.1.14 1,617 3/9/2023
4.1.13 1,099 3/7/2023
4.1.12 1,153 2/10/2023
4.1.11 1,025 1/26/2023
4.1.10 1,061 1/22/2023
4.1.9 1,057 1/20/2023
4.1.8 1,148 1/18/2023
4.1.7 1,113 1/18/2023
4.1.6 1,071 1/17/2023
4.1.1 1,099 1/4/2023
4.1.0 1,138 1/1/2023
3.1.5 1,135 12/21/2022
3.1.3 1,143 12/12/2022
3.1.2 1,103 12/7/2022
3.1.1 1,088 12/7/2022
3.1.0 1,124 12/2/2022
3.0.29 1,102 12/1/2022
3.0.28 1,109 12/1/2022
3.0.27 1,193 11/23/2022
3.0.25 1,107 11/23/2022
3.0.24 1,158 11/18/2022
3.0.23 1,132 11/18/2022
3.0.22 1,150 11/15/2022
3.0.21 1,140 11/14/2022
3.0.20 1,121 11/13/2022
3.0.19 1,248 11/2/2022
3.0.18 1,122 11/2/2022
3.0.17 1,170 10/29/2022
3.0.16 1,229 10/29/2022
3.0.15 1,201 10/29/2022
3.0.14 1,167 10/24/2022
3.0.13 1,203 10/24/2022
3.0.12 1,292 10/17/2022
3.0.11 1,224 10/10/2022
3.0.10 1,217 10/6/2022
3.0.9 1,248 10/6/2022
3.0.8 1,207 10/6/2022
3.0.7 1,187 10/6/2022
3.0.6 1,165 10/5/2022
3.0.5 1,201 10/5/2022
3.0.4 1,154 10/5/2022
3.0.3 1,177 10/3/2022
3.0.2 1,238 9/30/2022
3.0.1 1,140 9/29/2022
2.0.17 1,262 9/29/2022
2.0.16 1,246 9/27/2022
2.0.15 1,277 9/27/2022
2.0.14 1,253 9/26/2022
2.0.13 1,224 9/26/2022
2.0.12 1,184 9/26/2022
2.0.11 1,236 9/25/2022
2.0.10 1,252 9/25/2022
2.0.9 1,221 9/22/2022
2.0.8 1,265 9/22/2022
2.0.6 1,189 9/20/2022
2.0.5 1,282 9/20/2022
2.0.4 1,218 9/20/2022
2.0.2 1,233 9/20/2022
2.0.1 1,235 9/13/2022
2.0.0 1,213 8/19/2022
1.1.24 1,273 7/30/2022
1.1.23 1,188 7/29/2022
1.1.22 1,211 7/29/2022
1.1.21 1,285 7/29/2022
1.1.20 1,297 7/29/2022
1.1.19 1,274 7/27/2022
1.1.17 1,261 7/27/2022
1.1.16 1,290 7/26/2022
1.1.15 1,303 7/25/2022
1.1.14 1,252 7/25/2022
1.1.13 1,169 7/22/2022
1.1.12 1,282 7/19/2022
1.1.11 1,220 7/19/2022
1.1.10 1,286 7/19/2022
1.1.9 1,278 7/19/2022
1.1.8 1,190 7/18/2022
1.1.7 1,249 7/18/2022
1.1.6 1,257 7/18/2022
1.1.5 1,294 7/17/2022
1.1.4 1,236 7/17/2022
1.1.3 1,255 7/17/2022
1.1.2 1,335 7/17/2022
1.1.0 1,247 7/17/2022
1.0.2 1,312 7/15/2022
1.0.1 1,219 7/15/2022
1.0.0 1,292 7/8/2022
0.10.7 1,193 7/7/2022
0.10.3 1,266 7/3/2022
0.10.2 1,238 7/2/2022
0.10.1 1,227 7/1/2022
0.10.0 1,229 7/1/2022
0.9.10 1,274 6/20/2022
0.9.9 1,248 6/11/2022
0.9.7 1,230 6/9/2022
0.9.6 1,183 6/5/2022
0.9.5 1,260 6/3/2022
0.9.3 1,223 6/3/2022