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

// Install Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Table as a Cake Tool
#tool nuget:?package=Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Table&version=6.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 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. 
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
6.0.19 33 6/14/2024
6.0.18 34 6/14/2024
6.0.17 34 6/14/2024
6.0.16 62 6/10/2024
6.0.15 66 6/9/2024
6.0.14 88 5/24/2024
6.0.13 82 5/23/2024
6.0.12 69 5/23/2024
6.0.11 77 5/20/2024
6.0.9 77 5/20/2024
6.0.7 70 5/18/2024
6.0.6 82 5/10/2024
6.0.5 84 5/10/2024
6.0.4 131 4/3/2024
6.0.3 445 3/25/2024
6.0.2 188 3/11/2024
6.0.0 1,230 11/21/2023
6.0.0-rc.6 86 10/25/2023
6.0.0-rc.5 62 10/25/2023
6.0.0-rc.4 59 10/23/2023
6.0.0-rc.3 55 10/19/2023
6.0.0-rc.2 61 10/18/2023
6.0.0-rc.1 59 10/16/2023
5.0.20 806 9/25/2023
5.0.19 898 9/10/2023
5.0.18 783 9/6/2023
5.0.17 772 9/6/2023
5.0.16 819 9/5/2023
5.0.15 778 9/5/2023
5.0.14 851 9/5/2023
5.0.13 712 9/1/2023
5.0.12 759 8/31/2023
5.0.11 790 8/30/2023
5.0.10 852 8/29/2023
5.0.9 804 8/24/2023
5.0.8 803 8/24/2023
5.0.7 839 8/23/2023
5.0.6 784 8/21/2023
5.0.5 808 8/21/2023
5.0.4 878 8/16/2023
5.0.3 865 8/2/2023
5.0.2 914 8/2/2023
5.0.1 934 8/1/2023
5.0.0 922 7/31/2023
4.1.26 1,004 7/20/2023
4.1.25 884 7/16/2023
4.1.24 887 6/13/2023
4.1.23 923 6/13/2023
4.1.22 1,308 5/30/2023
4.1.21 894 5/20/2023
4.1.20 316,021 4/19/2023
4.1.19 95,843 3/20/2023
4.1.18 1,052 3/20/2023
4.1.17 982 3/16/2023
4.1.16 939 3/16/2023
4.1.15 966 3/15/2023
4.1.14 1,575 3/9/2023
4.1.13 1,046 3/7/2023
4.1.12 1,122 2/10/2023
4.1.11 1,005 1/26/2023
4.1.10 1,032 1/22/2023
4.1.9 1,039 1/20/2023
4.1.8 1,108 1/18/2023
4.1.7 1,074 1/18/2023
4.1.6 1,052 1/17/2023
4.1.1 1,069 1/4/2023
4.1.0 1,099 1/1/2023
3.1.5 1,114 12/21/2022
3.1.3 1,117 12/12/2022
3.1.2 1,068 12/7/2022
3.1.1 1,049 12/7/2022
3.1.0 1,091 12/2/2022
3.0.29 1,075 12/1/2022
3.0.28 1,084 12/1/2022
3.0.27 1,166 11/23/2022
3.0.25 1,064 11/23/2022
3.0.24 1,121 11/18/2022
3.0.23 1,092 11/18/2022
3.0.22 1,125 11/15/2022
3.0.21 1,120 11/14/2022
3.0.20 1,085 11/13/2022
3.0.19 1,223 11/2/2022
3.0.18 1,103 11/2/2022
3.0.17 1,130 10/29/2022
3.0.16 1,190 10/29/2022
3.0.15 1,175 10/29/2022
3.0.14 1,131 10/24/2022
3.0.13 1,161 10/24/2022
3.0.12 1,250 10/17/2022
3.0.11 1,184 10/10/2022
3.0.10 1,188 10/6/2022
3.0.9 1,220 10/6/2022
3.0.8 1,170 10/6/2022
3.0.7 1,149 10/6/2022
3.0.6 1,131 10/5/2022
3.0.5 1,168 10/5/2022
3.0.4 1,127 10/5/2022
3.0.3 1,157 10/3/2022
3.0.2 1,194 9/30/2022
3.0.1 1,111 9/29/2022
2.0.17 1,219 9/29/2022
2.0.16 1,188 9/27/2022
2.0.15 1,253 9/27/2022
2.0.14 1,215 9/26/2022
2.0.13 1,188 9/26/2022
2.0.12 1,162 9/26/2022
2.0.11 1,196 9/25/2022
2.0.10 1,212 9/25/2022
2.0.9 1,157 9/22/2022
2.0.8 1,237 9/22/2022
2.0.6 1,167 9/20/2022
2.0.5 1,260 9/20/2022
2.0.4 1,173 9/20/2022
2.0.2 1,210 9/20/2022
2.0.1 1,201 9/13/2022
2.0.0 1,173 8/19/2022
1.1.24 1,245 7/30/2022
1.1.23 1,158 7/29/2022
1.1.22 1,185 7/29/2022
1.1.21 1,248 7/29/2022
1.1.20 1,267 7/29/2022
1.1.19 1,250 7/27/2022
1.1.17 1,231 7/27/2022
1.1.16 1,264 7/26/2022
1.1.15 1,263 7/25/2022
1.1.14 1,220 7/25/2022
1.1.13 1,129 7/22/2022
1.1.12 1,259 7/19/2022
1.1.11 1,190 7/19/2022
1.1.10 1,256 7/19/2022
1.1.9 1,254 7/19/2022
1.1.8 1,169 7/18/2022
1.1.7 1,228 7/18/2022
1.1.6 1,210 7/18/2022
1.1.5 1,247 7/17/2022
1.1.4 1,207 7/17/2022
1.1.3 1,211 7/17/2022
1.1.2 1,309 7/17/2022
1.1.0 1,217 7/17/2022
1.0.2 1,284 7/15/2022
1.0.1 1,190 7/15/2022
1.0.0 1,267 7/8/2022
0.10.7 1,164 7/7/2022
0.10.3 1,243 7/3/2022
0.10.2 1,215 7/2/2022
0.10.1 1,203 7/1/2022
0.10.0 1,202 7/1/2022
0.9.10 1,246 6/20/2022
0.9.9 1,222 6/11/2022
0.9.7 1,207 6/9/2022
0.9.6 1,158 6/5/2022
0.9.5 1,229 6/3/2022
0.9.3 1,193 6/3/2022