Rystem.RepositoryFramework.Infrastructure.Azure.Cosmos.Sql 5.0.12

There is a newer version of this package available.
See the version list below for details.
dotnet add package Rystem.RepositoryFramework.Infrastructure.Azure.Cosmos.Sql --version 5.0.12
                    
NuGet\Install-Package Rystem.RepositoryFramework.Infrastructure.Azure.Cosmos.Sql -Version 5.0.12
                    
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.Cosmos.Sql" Version="5.0.12" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Rystem.RepositoryFramework.Infrastructure.Azure.Cosmos.Sql" Version="5.0.12" />
                    
Directory.Packages.props
<PackageReference Include="Rystem.RepositoryFramework.Infrastructure.Azure.Cosmos.Sql" />
                    
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.Cosmos.Sql --version 5.0.12
                    
#r "nuget: Rystem.RepositoryFramework.Infrastructure.Azure.Cosmos.Sql, 5.0.12"
                    
#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.Cosmos.Sql@5.0.12
                    
#: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.Cosmos.Sql&version=5.0.12
                    
Install as a Cake Addin
#tool nuget:?package=Rystem.RepositoryFramework.Infrastructure.Azure.Cosmos.Sql&version=5.0.12
                    
Install as a Cake Tool

What is Rystem?

Integration with Azure Cosmos Sql and Repository Framework

Example from unit test with a business integration too.

 await services
    .AddRepositoryAsync<AppUser, AppUserKey>(async builder =>
        {
            await builder.WithCosmosSqlAsync(x =>
            {
                x.Settings.ConnectionString = configuration["ConnectionString:CosmosSql"];
                x.Settings.DatabaseName = "unittestdatabase";
                x.WithId(x => new AppUserKey(x.Id));
            }).NoContext();
        builder
            .AddBusiness()
            .AddBusinessBeforeInsert<AppUserBeforeInsertBusiness>()
            .AddBusinessBeforeInsert<AppUserBeforeInsertBusiness2>();
    }).NoContext();

You found the IRepository<AppUser, AppUserKey> 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 cosmos sql 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.  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.3 194 9/2/2025
9.1.2 751,022 5/29/2025
9.1.1 97,751 5/2/2025
9.0.32 186,643 4/15/2025
9.0.31 5,737 4/2/2025
9.0.30 88,785 3/26/2025
9.0.29 8,980 3/18/2025
9.0.28 214 3/17/2025
9.0.27 202 3/16/2025
9.0.26 210 3/13/2025
9.0.25 52,078 3/9/2025
9.0.21 275 3/6/2025
9.0.20 19,525 3/6/2025
9.0.19 270 3/6/2025
9.0.18 274 3/4/2025
9.0.17 163 3/1/2025
9.0.16 178 3/1/2025
9.0.15 75,478 2/22/2025
9.0.14 22,549 2/18/2025
9.0.13 165 2/9/2025
9.0.12 217,661 1/13/2025
9.0.11 23,998 1/9/2025
9.0.10 135 1/9/2025
9.0.9 4,021 1/7/2025
9.0.8 12,513 1/6/2025
9.0.7 159 1/6/2025
9.0.4 92,297 12/23/2024
9.0.3 174 12/22/2024
9.0.2 10,705 12/21/2024
9.0.1 1,210 12/21/2024
9.0.0 172,983 11/16/2024
9.0.0-rc.1 100 10/18/2024
6.2.0 219,040 10/9/2024
6.1.1 182 10/9/2024
6.1.0 47,923 9/29/2024
6.0.24 186 9/11/2024
6.0.23 190 7/18/2024
6.0.21 197 6/18/2024
6.0.20 195 6/16/2024
6.0.19 187 6/14/2024
6.0.18 180 6/14/2024
6.0.17 210 6/14/2024
6.0.16 195 6/10/2024
6.0.15 191 6/9/2024
6.0.14 198 5/24/2024
6.0.13 221 5/23/2024
6.0.12 180 5/23/2024
6.0.11 205 5/20/2024
6.0.9 203 5/20/2024
6.0.7 184 5/18/2024
6.0.6 192 5/10/2024
6.0.5 194 5/10/2024
6.0.4 195 4/3/2024
6.0.3 234 3/25/2024
6.0.2 278 3/11/2024
6.0.0 566 11/21/2023
6.0.0-rc.6 115 10/25/2023
6.0.0-rc.5 104 10/25/2023
6.0.0-rc.4 102 10/23/2023
6.0.0-rc.3 100 10/19/2023
6.0.0-rc.2 101 10/18/2023
6.0.0-rc.1 103 10/16/2023
5.0.20 600 9/25/2023
5.0.19 589 9/10/2023
5.0.18 549 9/6/2023
5.0.17 561 9/6/2023
5.0.16 552 9/5/2023
5.0.15 551 9/5/2023
5.0.14 559 9/5/2023
5.0.13 581 9/1/2023
5.0.12 598 8/31/2023
5.0.11 539 8/30/2023
5.0.10 572 8/29/2023
5.0.9 584 8/24/2023
5.0.8 571 8/24/2023
5.0.7 577 8/23/2023
5.0.6 550 8/21/2023
5.0.5 641 8/21/2023
5.0.4 562 8/16/2023
5.0.3 686 8/2/2023
5.0.2 654 8/2/2023
5.0.1 638 8/1/2023
5.0.0 709 7/31/2023
4.1.26 604 7/20/2023
4.1.25 639 7/16/2023
4.1.24 697 6/13/2023
4.1.23 675 6/13/2023
4.1.22 1,163 5/30/2023
4.1.21 648 5/20/2023
4.1.20 315,788 4/19/2023
4.1.19 95,636 3/20/2023
4.1.18 784 3/20/2023
4.1.17 799 3/16/2023
4.1.16 752 3/16/2023
4.1.15 730 3/15/2023
4.1.14 1,321 3/9/2023
4.1.13 777 3/7/2023
4.1.12 900 2/10/2023
4.1.11 792 1/26/2023
4.1.10 867 1/22/2023
4.1.9 812 1/20/2023
4.1.8 843 1/18/2023
4.1.7 775 1/18/2023
4.1.6 886 1/17/2023
4.1.1 832 1/4/2023
4.1.0 778 1/1/2023
3.1.5 795 12/21/2022
3.1.3 794 12/12/2022
3.1.2 815 12/7/2022
3.1.1 794 12/7/2022
3.1.0 811 12/2/2022
3.0.29 909 12/1/2022
3.0.28 793 12/1/2022
3.0.27 861 11/23/2022
3.0.25 870 11/23/2022
3.0.24 886 11/18/2022
3.0.23 797 11/18/2022
3.0.22 862 11/15/2022
3.0.21 906 11/14/2022
3.0.20 882 11/13/2022
3.0.19 892 11/2/2022
3.0.18 936 11/2/2022
3.0.17 892 10/29/2022
3.0.16 940 10/29/2022
3.0.15 874 10/29/2022
3.0.14 890 10/24/2022
3.0.13 947 10/24/2022
3.0.12 945 10/17/2022
3.0.11 988 10/10/2022
3.0.10 911 10/6/2022
3.0.9 961 10/6/2022
3.0.8 799 10/6/2022
3.0.7 979 10/6/2022
3.0.6 942 10/5/2022
3.0.5 969 10/5/2022
3.0.4 881 10/5/2022
3.0.3 869 10/3/2022
3.0.2 909 9/30/2022
3.0.1 860 9/29/2022
2.0.16 953 9/27/2022
2.0.15 986 9/27/2022
2.0.14 984 9/26/2022
2.0.13 977 9/26/2022
2.0.12 925 9/26/2022
2.0.11 995 9/25/2022
2.0.10 1,002 9/25/2022
2.0.9 1,012 9/22/2022
2.0.8 931 9/22/2022
2.0.6 884 9/20/2022
2.0.5 992 9/20/2022
2.0.4 987 9/20/2022
2.0.2 945 9/20/2022
2.0.1 1,091 9/13/2022
2.0.0 983 8/19/2022
1.1.24 1,009 7/30/2022
1.1.23 978 7/29/2022
1.1.22 999 7/29/2022
1.1.21 910 7/29/2022
1.1.20 1,019 7/29/2022
1.1.19 1,023 7/27/2022
1.1.17 984 7/27/2022
1.1.16 945 7/26/2022
1.1.15 1,055 7/25/2022
1.1.14 981 7/25/2022
1.1.13 1,001 7/22/2022
1.1.12 982 7/19/2022
1.1.11 975 7/19/2022
1.1.10 960 7/19/2022
1.1.9 975 7/19/2022
1.1.8 1,044 7/18/2022
1.1.7 961 7/18/2022
1.1.6 984 7/18/2022
1.1.5 1,004 7/17/2022
1.1.4 1,018 7/17/2022
1.1.3 930 7/17/2022
1.1.2 1,017 7/17/2022
1.1.0 1,017 7/17/2022
1.0.2 1,040 7/15/2022
1.0.1 965 7/15/2022
1.0.0 1,029 7/8/2022
0.10.7 1,034 7/7/2022
0.10.2 1,016 7/2/2022
0.10.1 967 7/1/2022
0.10.0 993 7/1/2022
0.9.10 997 6/20/2022
0.9.9 1,010 6/11/2022
0.9.7 999 6/9/2022
0.9.6 959 6/5/2022