Rystem.RepositoryFramework.Infrastructure.Azure.Cosmos.Sql 6.2.0

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 6.2.0
                    
NuGet\Install-Package Rystem.RepositoryFramework.Infrastructure.Azure.Cosmos.Sql -Version 6.2.0
                    
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="6.2.0" />
                    
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="6.2.0" />
                    
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 6.2.0
                    
#r "nuget: Rystem.RepositoryFramework.Infrastructure.Azure.Cosmos.Sql, 6.2.0"
                    
#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@6.2.0
                    
#: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=6.2.0
                    
Install as a Cake Addin
#tool nuget:?package=Rystem.RepositoryFramework.Infrastructure.Azure.Cosmos.Sql&version=6.2.0
                    
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 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.  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
10.0.1 72 11/12/2025
9.1.3 194 9/2/2025
9.1.2 764,407 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,786 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,637 3/20/2023
4.1.18 785 3/20/2023
4.1.17 800 3/16/2023
4.1.16 753 3/16/2023
4.1.15 731 3/15/2023
4.1.14 1,322 3/9/2023
4.1.13 778 3/7/2023
4.1.12 901 2/10/2023
4.1.11 793 1/26/2023
4.1.10 868 1/22/2023
4.1.9 813 1/20/2023
4.1.8 844 1/18/2023
4.1.7 776 1/18/2023
4.1.6 887 1/17/2023
4.1.1 833 1/4/2023
4.1.0 779 1/1/2023
3.1.5 796 12/21/2022
3.1.3 795 12/12/2022
3.1.2 816 12/7/2022
3.1.1 795 12/7/2022
3.1.0 812 12/2/2022
3.0.29 910 12/1/2022
3.0.28 794 12/1/2022
3.0.27 862 11/23/2022
3.0.25 871 11/23/2022
3.0.24 887 11/18/2022
3.0.23 798 11/18/2022
3.0.22 863 11/15/2022
3.0.21 907 11/14/2022
3.0.20 883 11/13/2022
3.0.19 893 11/2/2022
3.0.18 937 11/2/2022
3.0.17 893 10/29/2022
3.0.16 941 10/29/2022
3.0.15 875 10/29/2022
3.0.14 891 10/24/2022
3.0.13 948 10/24/2022
3.0.12 946 10/17/2022
3.0.11 989 10/10/2022
3.0.10 912 10/6/2022
3.0.9 962 10/6/2022
3.0.8 800 10/6/2022
3.0.7 980 10/6/2022
3.0.6 943 10/5/2022
3.0.5 970 10/5/2022
3.0.4 882 10/5/2022
3.0.3 870 10/3/2022
3.0.2 910 9/30/2022
3.0.1 861 9/29/2022
2.0.16 954 9/27/2022
2.0.15 987 9/27/2022
2.0.14 985 9/26/2022
2.0.13 978 9/26/2022
2.0.12 926 9/26/2022
2.0.11 996 9/25/2022
2.0.10 1,003 9/25/2022
2.0.9 1,013 9/22/2022
2.0.8 932 9/22/2022
2.0.6 885 9/20/2022
2.0.5 993 9/20/2022
2.0.4 988 9/20/2022
2.0.2 946 9/20/2022
2.0.1 1,092 9/13/2022
2.0.0 984 8/19/2022
1.1.24 1,010 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,002 7/22/2022
1.1.12 982 7/19/2022
1.1.11 975 7/19/2022
1.1.10 961 7/19/2022
1.1.9 976 7/19/2022
1.1.8 1,045 7/18/2022
1.1.7 962 7/18/2022
1.1.6 985 7/18/2022
1.1.5 1,005 7/17/2022
1.1.4 1,019 7/17/2022
1.1.3 931 7/17/2022
1.1.2 1,018 7/17/2022
1.1.0 1,018 7/17/2022
1.0.2 1,041 7/15/2022
1.0.1 966 7/15/2022
1.0.0 1,030 7/8/2022
0.10.7 1,035 7/7/2022
0.10.2 1,017 7/2/2022
0.10.1 968 7/1/2022
0.10.0 994 7/1/2022
0.9.10 999 6/20/2022
0.9.9 1,012 6/11/2022
0.9.7 1,001 6/9/2022
0.9.6 961 6/5/2022