Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Table 3.0.19

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 3.0.19
                    
NuGet\Install-Package Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Table -Version 3.0.19
                    
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="3.0.19" />
                    
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="3.0.19" />
                    
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 3.0.19
                    
#r "nuget: Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Table, 3.0.19"
                    
#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=3.0.19
                    
Install Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Table as a Cake Addin
#tool nuget:?package=Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Table&version=3.0.19
                    
Install Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Table as a Cake Tool

What is Rystem?

Integration with Azure TableStorage and Repository Framework

builder.Services
    .AddRepositoryInTableStorage<User, string>(builder.Configuration["ConnectionString:Storage"]);

You found the IRepository<User, string> 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(x =>
{
    x.Name = "Repository Api";
    x.HasSwagger = true;
    x.HasDocumentation = true;
});

var app = builder.Build();

app.UseHttpsRedirection();
app.UseApiForRepositoryFramework();
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  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.  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 36,324 5/29/2025
9.1.1 97,801 5/2/2025
9.0.32 186,587 4/15/2025
9.0.31 5,695 4/2/2025
9.0.30 88,722 3/26/2025
9.0.29 8,914 3/18/2025
9.0.28 147 3/17/2025
9.0.27 148 3/16/2025
9.0.26 155 3/13/2025
9.0.25 52,018 3/9/2025
9.0.21 615 3/6/2025
9.0.20 19,455 3/6/2025
9.0.19 207 3/6/2025
9.0.18 216 3/4/2025
9.0.17 105 3/1/2025
9.0.16 105 3/1/2025
9.0.15 75,457 2/22/2025
9.0.14 22,468 2/18/2025
9.0.13 113 2/9/2025
9.0.12 217,990 1/13/2025
9.0.11 24,001 1/9/2025
9.0.10 90 1/9/2025
9.0.9 3,958 1/7/2025
9.0.8 12,457 1/6/2025
9.0.7 100 1/6/2025
9.0.4 92,274 12/23/2024
9.0.3 116 12/22/2024
9.0.2 10,671 12/21/2024
9.0.1 1,150 12/21/2024
9.0.0 172,985 11/16/2024
9.0.0-rc.1 121 10/18/2024
6.2.0 219,098 10/9/2024
6.1.1 130 10/9/2024
6.1.0 47,915 9/29/2024
6.0.24 147 9/11/2024
6.0.23 138 7/18/2024
6.0.21 155 6/18/2024
6.0.20 145 6/16/2024
6.0.19 139 6/14/2024
6.0.18 138 6/14/2024
6.0.17 138 6/14/2024
6.0.16 147 6/10/2024
6.0.15 142 6/9/2024
6.0.14 151 5/24/2024
6.0.13 179 5/23/2024
6.0.12 133 5/23/2024
6.0.11 166 5/20/2024
6.0.9 147 5/20/2024
6.0.7 139 5/18/2024
6.0.6 149 5/10/2024
6.0.5 161 5/10/2024
6.0.4 194 4/3/2024
6.0.3 1,632 3/25/2024
6.0.2 267 3/11/2024
6.0.0 1,295 11/21/2023
6.0.0-rc.6 118 10/25/2023
6.0.0-rc.5 88 10/25/2023
6.0.0-rc.4 85 10/23/2023
6.0.0-rc.3 80 10/19/2023
6.0.0-rc.2 89 10/18/2023
6.0.0-rc.1 86 10/16/2023
5.0.20 876 9/25/2023
5.0.19 974 9/10/2023
5.0.18 828 9/6/2023
5.0.17 813 9/6/2023
5.0.16 859 9/5/2023
5.0.15 866 9/5/2023
5.0.14 926 9/5/2023
5.0.13 754 9/1/2023
5.0.12 810 8/31/2023
5.0.11 835 8/30/2023
5.0.10 905 8/29/2023
5.0.9 844 8/24/2023
5.0.8 864 8/24/2023
5.0.7 899 8/23/2023
5.0.6 839 8/21/2023
5.0.5 845 8/21/2023
5.0.4 917 8/16/2023
5.0.3 915 8/2/2023
5.0.2 990 8/2/2023
5.0.1 989 8/1/2023
5.0.0 964 7/31/2023
4.1.26 1,058 7/20/2023
4.1.25 955 7/16/2023
4.1.24 936 6/13/2023
4.1.23 970 6/13/2023
4.1.22 1,461 5/30/2023
4.1.21 962 5/20/2023
4.1.20 316,082 4/19/2023
4.1.19 95,908 3/20/2023
4.1.18 1,126 3/20/2023
4.1.17 1,057 3/16/2023
4.1.16 993 3/16/2023
4.1.15 1,011 3/15/2023
4.1.14 1,641 3/9/2023
4.1.13 1,148 3/7/2023
4.1.12 1,190 2/10/2023
4.1.11 1,052 1/26/2023
4.1.10 1,089 1/22/2023
4.1.9 1,105 1/20/2023
4.1.8 1,191 1/18/2023
4.1.7 1,140 1/18/2023
4.1.6 1,113 1/17/2023
4.1.1 1,128 1/4/2023
4.1.0 1,166 1/1/2023
3.1.5 1,176 12/21/2022
3.1.3 1,180 12/12/2022
3.1.2 1,132 12/7/2022
3.1.1 1,115 12/7/2022
3.1.0 1,153 12/2/2022
3.0.29 1,131 12/1/2022
3.0.28 1,139 12/1/2022
3.0.27 1,224 11/23/2022
3.0.25 1,136 11/23/2022
3.0.24 1,187 11/18/2022
3.0.23 1,161 11/18/2022
3.0.22 1,190 11/15/2022
3.0.21 1,169 11/14/2022
3.0.20 1,168 11/13/2022
3.0.19 1,279 11/2/2022
3.0.18 1,152 11/2/2022
3.0.17 1,200 10/29/2022
3.0.16 1,257 10/29/2022
3.0.15 1,233 10/29/2022
3.0.14 1,199 10/24/2022
3.0.13 1,233 10/24/2022
3.0.12 1,323 10/17/2022
3.0.11 1,255 10/10/2022
3.0.10 1,247 10/6/2022
3.0.9 1,279 10/6/2022
3.0.8 1,237 10/6/2022
3.0.7 1,217 10/6/2022
3.0.6 1,212 10/5/2022
3.0.5 1,231 10/5/2022
3.0.4 1,186 10/5/2022
3.0.3 1,211 10/3/2022
3.0.2 1,269 9/30/2022
3.0.1 1,173 9/29/2022
2.0.17 1,293 9/29/2022
2.0.16 1,282 9/27/2022
2.0.15 1,309 9/27/2022
2.0.14 1,283 9/26/2022
2.0.13 1,282 9/26/2022
2.0.12 1,214 9/26/2022
2.0.11 1,266 9/25/2022
2.0.10 1,283 9/25/2022
2.0.9 1,252 9/22/2022
2.0.8 1,308 9/22/2022
2.0.6 1,219 9/20/2022
2.0.5 1,327 9/20/2022
2.0.4 1,267 9/20/2022
2.0.2 1,264 9/20/2022
2.0.1 1,284 9/13/2022
2.0.0 1,244 8/19/2022
1.1.24 1,323 7/30/2022
1.1.23 1,219 7/29/2022
1.1.22 1,243 7/29/2022
1.1.21 1,342 7/29/2022
1.1.20 1,329 7/29/2022
1.1.19 1,308 7/27/2022
1.1.17 1,333 7/27/2022
1.1.16 1,333 7/26/2022
1.1.15 1,335 7/25/2022
1.1.14 1,283 7/25/2022
1.1.13 1,202 7/22/2022
1.1.12 1,315 7/19/2022
1.1.11 1,251 7/19/2022
1.1.10 1,337 7/19/2022
1.1.9 1,312 7/19/2022
1.1.8 1,261 7/18/2022
1.1.7 1,309 7/18/2022
1.1.6 1,290 7/18/2022
1.1.5 1,326 7/17/2022
1.1.4 1,310 7/17/2022
1.1.3 1,287 7/17/2022
1.1.2 1,389 7/17/2022
1.1.0 1,297 7/17/2022
1.0.2 1,346 7/15/2022
1.0.1 1,251 7/15/2022
1.0.0 1,323 7/8/2022
0.10.7 1,224 7/7/2022
0.10.3 1,298 7/3/2022
0.10.2 1,288 7/2/2022
0.10.1 1,269 7/1/2022
0.10.0 1,261 7/1/2022
0.9.10 1,305 6/20/2022
0.9.9 1,280 6/11/2022
0.9.7 1,261 6/9/2022
0.9.6 1,215 6/5/2022
0.9.5 1,292 6/3/2022
0.9.3 1,272 6/3/2022