Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Table 3.0.29

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.29
                    
NuGet\Install-Package Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Table -Version 3.0.29
                    
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.29" />
                    
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.29" />
                    
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.29
                    
#r "nuget: Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Table, 3.0.29"
                    
#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.
#:package Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Table@3.0.29
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Table&version=3.0.29
                    
Install as a Cake Addin
#tool nuget:?package=Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Table&version=3.0.29
                    
Install 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 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.  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 261,742 2 months ago
9.1.1 97,853 3 months ago
9.0.32 186,604 4 months ago
9.0.31 5,712 4 months ago
9.0.30 88,737 5 months ago
9.0.29 8,936 5 months ago
9.0.28 162 5 months ago
9.0.27 162 5 months ago
9.0.26 170 5 months ago
9.0.25 52,039 5 months ago
9.0.21 632 5 months ago
9.0.20 19,479 5 months ago
9.0.19 226 5 months ago
9.0.18 232 5 months ago
9.0.17 132 5 months ago
9.0.16 131 5 months ago
9.0.15 75,470 6 months ago
9.0.14 22,484 6 months ago
9.0.13 129 6 months ago
9.0.12 218,004 7 months ago
9.0.11 24,017 7 months ago
9.0.10 110 7 months ago
9.0.9 3,985 7 months ago
9.0.8 12,471 7 months ago
9.0.7 117 7 months ago
9.0.4 92,295 8 months ago
9.0.3 137 8 months ago
9.0.2 10,686 8 months ago
9.0.1 1,170 8 months ago
9.0.0 173,000 9 months ago
9.0.0-rc.1 128 10 months ago
6.2.0 219,114 10/9/2024
6.1.1 145 10/9/2024
6.1.0 47,936 9/29/2024
6.0.24 158 9/11/2024
6.0.23 151 7/18/2024
6.0.21 170 6/18/2024
6.0.20 170 6/16/2024
6.0.19 159 6/14/2024
6.0.18 152 6/14/2024
6.0.17 165 6/14/2024
6.0.16 172 6/10/2024
6.0.15 159 6/9/2024
6.0.14 168 5/24/2024
6.0.13 197 5/23/2024
6.0.12 158 5/23/2024
6.0.11 182 5/20/2024
6.0.9 176 5/20/2024
6.0.7 155 5/18/2024
6.0.6 175 5/10/2024
6.0.5 173 5/10/2024
6.0.4 217 4/3/2024
6.0.3 1,645 3/25/2024
6.0.2 285 3/11/2024
6.0.0 1,306 11/21/2023
6.0.0-rc.6 130 10/25/2023
6.0.0-rc.5 101 10/25/2023
6.0.0-rc.4 98 10/23/2023
6.0.0-rc.3 94 10/19/2023
6.0.0-rc.2 108 10/18/2023
6.0.0-rc.1 99 10/16/2023
5.0.20 891 9/25/2023
5.0.19 988 9/10/2023
5.0.18 850 9/6/2023
5.0.17 836 9/6/2023
5.0.16 884 9/5/2023
5.0.15 882 9/5/2023
5.0.14 957 9/5/2023
5.0.13 775 9/1/2023
5.0.12 832 8/31/2023
5.0.11 853 8/30/2023
5.0.10 924 8/29/2023
5.0.9 864 8/24/2023
5.0.8 887 8/24/2023
5.0.7 918 8/23/2023
5.0.6 862 8/21/2023
5.0.5 864 8/21/2023
5.0.4 943 8/16/2023
5.0.3 937 8/2/2023
5.0.2 1,019 8/2/2023
5.0.1 1,013 8/1/2023
5.0.0 987 7/31/2023
4.1.26 1,079 7/20/2023
4.1.25 976 7/16/2023
4.1.24 962 6/13/2023
4.1.23 995 6/13/2023
4.1.22 1,490 5/30/2023
4.1.21 987 5/20/2023
4.1.20 316,118 4/19/2023
4.1.19 95,930 3/20/2023
4.1.18 1,149 3/20/2023
4.1.17 1,086 3/16/2023
4.1.16 1,013 3/16/2023
4.1.15 1,035 3/15/2023
4.1.14 1,672 3/9/2023
4.1.13 1,186 3/7/2023
4.1.12 1,211 2/10/2023
4.1.11 1,075 1/26/2023
4.1.10 1,114 1/22/2023
4.1.9 1,137 1/20/2023
4.1.8 1,219 1/18/2023
4.1.7 1,166 1/18/2023
4.1.6 1,141 1/17/2023
4.1.1 1,151 1/4/2023
4.1.0 1,195 1/1/2023
3.1.5 1,202 12/21/2022
3.1.3 1,204 12/12/2022
3.1.2 1,161 12/7/2022
3.1.1 1,135 12/7/2022
3.1.0 1,183 12/2/2022
3.0.29 1,155 12/1/2022
3.0.28 1,162 12/1/2022
3.0.27 1,260 11/23/2022
3.0.25 1,161 11/23/2022
3.0.24 1,207 11/18/2022
3.0.23 1,187 11/18/2022
3.0.22 1,210 11/15/2022
3.0.21 1,192 11/14/2022
3.0.20 1,188 11/13/2022
3.0.19 1,301 11/2/2022
3.0.18 1,181 11/2/2022
3.0.17 1,223 10/29/2022
3.0.16 1,281 10/29/2022
3.0.15 1,255 10/29/2022
3.0.14 1,223 10/24/2022
3.0.13 1,262 10/24/2022
3.0.12 1,344 10/17/2022
3.0.11 1,291 10/10/2022
3.0.10 1,272 10/6/2022
3.0.9 1,317 10/6/2022
3.0.8 1,259 10/6/2022
3.0.7 1,238 10/6/2022
3.0.6 1,237 10/5/2022
3.0.5 1,262 10/5/2022
3.0.4 1,209 10/5/2022
3.0.3 1,234 10/3/2022
3.0.2 1,291 9/30/2022
3.0.1 1,206 9/29/2022
2.0.17 1,316 9/29/2022
2.0.16 1,313 9/27/2022
2.0.15 1,334 9/27/2022
2.0.14 1,305 9/26/2022
2.0.13 1,303 9/26/2022
2.0.12 1,239 9/26/2022
2.0.11 1,288 9/25/2022
2.0.10 1,305 9/25/2022
2.0.9 1,276 9/22/2022
2.0.8 1,330 9/22/2022
2.0.6 1,242 9/20/2022
2.0.5 1,349 9/20/2022
2.0.4 1,289 9/20/2022
2.0.2 1,292 9/20/2022
2.0.1 1,307 9/13/2022
2.0.0 1,266 8/19/2022
1.1.24 1,347 7/30/2022
1.1.23 1,245 7/29/2022
1.1.22 1,267 7/29/2022
1.1.21 1,377 7/29/2022
1.1.20 1,354 7/29/2022
1.1.19 1,334 7/27/2022
1.1.17 1,356 7/27/2022
1.1.16 1,356 7/26/2022
1.1.15 1,361 7/25/2022
1.1.14 1,307 7/25/2022
1.1.13 1,230 7/22/2022
1.1.12 1,349 7/19/2022
1.1.11 1,275 7/19/2022
1.1.10 1,376 7/19/2022
1.1.9 1,338 7/19/2022
1.1.8 1,291 7/18/2022
1.1.7 1,339 7/18/2022
1.1.6 1,316 7/18/2022
1.1.5 1,353 7/17/2022
1.1.4 1,337 7/17/2022
1.1.3 1,316 7/17/2022
1.1.2 1,416 7/17/2022
1.1.0 1,321 7/17/2022
1.0.2 1,371 7/15/2022
1.0.1 1,284 7/15/2022
1.0.0 1,350 7/8/2022
0.10.7 1,256 7/7/2022
0.10.3 1,333 7/3/2022
0.10.2 1,314 7/2/2022
0.10.1 1,294 7/1/2022
0.10.0 1,287 7/1/2022
0.9.10 1,332 6/20/2022
0.9.9 1,308 6/11/2022
0.9.7 1,289 6/9/2022
0.9.6 1,249 6/5/2022
0.9.5 1,319 6/3/2022
0.9.3 1,306 6/3/2022