Rystem.RepositoryFramework.Infrastructure.Azure.Cosmos.Sql 9.0.31

dotnet add package Rystem.RepositoryFramework.Infrastructure.Azure.Cosmos.Sql --version 9.0.31
                    
NuGet\Install-Package Rystem.RepositoryFramework.Infrastructure.Azure.Cosmos.Sql -Version 9.0.31
                    
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="9.0.31" />
                    
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="9.0.31" />
                    
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 9.0.31
                    
#r "nuget: Rystem.RepositoryFramework.Infrastructure.Azure.Cosmos.Sql, 9.0.31"
                    
#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.Cosmos.Sql&version=9.0.31
                    
Install Rystem.RepositoryFramework.Infrastructure.Azure.Cosmos.Sql as a Cake Addin
#tool nuget:?package=Rystem.RepositoryFramework.Infrastructure.Azure.Cosmos.Sql&version=9.0.31
                    
Install Rystem.RepositoryFramework.Infrastructure.Azure.Cosmos.Sql 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 net9.0 is compatible.  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. 
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.0.31 143 4/2/2025
9.0.30 65,689 3/26/2025
9.0.29 8,905 3/18/2025
9.0.28 137 3/17/2025
9.0.27 137 3/16/2025
9.0.26 142 3/13/2025
9.0.25 52,010 3/9/2025
9.0.21 209 3/6/2025
9.0.20 19,458 3/6/2025
9.0.19 191 3/6/2025
9.0.18 209 3/4/2025
9.0.17 98 3/1/2025
9.0.16 100 3/1/2025
9.0.15 75,413 2/22/2025
9.0.14 22,483 2/18/2025
9.0.13 100 2/9/2025
9.0.12 217,600 1/13/2025
9.0.11 23,926 1/9/2025
9.0.10 68 1/9/2025
9.0.9 3,958 1/7/2025
9.0.8 12,444 1/6/2025
9.0.7 97 1/6/2025
9.0.4 92,233 12/23/2024
9.0.3 113 12/22/2024
9.0.2 10,644 12/21/2024
9.0.1 1,147 12/21/2024
9.0.0 172,922 11/16/2024
9.0.0-rc.1 84 10/18/2024
6.2.0 218,979 10/9/2024
6.1.1 121 10/9/2024
6.1.0 47,862 9/29/2024
6.0.24 126 9/11/2024
6.0.23 129 7/18/2024
6.0.21 134 6/18/2024
6.0.20 134 6/16/2024
6.0.19 126 6/14/2024
6.0.18 121 6/14/2024
6.0.17 139 6/14/2024
6.0.16 135 6/10/2024
6.0.15 118 6/9/2024
6.0.14 137 5/24/2024
6.0.13 162 5/23/2024
6.0.12 119 5/23/2024
6.0.11 143 5/20/2024
6.0.9 142 5/20/2024
6.0.7 123 5/18/2024
6.0.6 130 5/10/2024
6.0.5 123 5/10/2024
6.0.4 136 4/3/2024
6.0.3 171 3/25/2024
6.0.2 215 3/11/2024
6.0.0 528 11/21/2023
6.0.0-rc.6 97 10/25/2023
6.0.0-rc.5 85 10/25/2023
6.0.0-rc.4 82 10/23/2023
6.0.0-rc.3 79 10/19/2023
6.0.0-rc.2 80 10/18/2023
6.0.0-rc.1 80 10/16/2023
5.0.20 558 9/25/2023
5.0.19 527 9/10/2023
5.0.18 492 9/6/2023
5.0.17 495 9/6/2023
5.0.16 496 9/5/2023
5.0.15 494 9/5/2023
5.0.14 503 9/5/2023
5.0.13 524 9/1/2023
5.0.12 541 8/31/2023
5.0.11 484 8/30/2023
5.0.10 507 8/29/2023
5.0.9 526 8/24/2023
5.0.8 513 8/24/2023
5.0.7 511 8/23/2023
5.0.6 492 8/21/2023
5.0.5 582 8/21/2023
5.0.4 503 8/16/2023
5.0.3 622 8/2/2023
5.0.2 592 8/2/2023
5.0.1 574 8/1/2023
5.0.0 647 7/31/2023
4.1.26 537 7/20/2023
4.1.25 573 7/16/2023
4.1.24 622 6/13/2023
4.1.23 599 6/13/2023
4.1.22 1,056 5/30/2023
4.1.21 569 5/20/2023
4.1.20 315,710 4/19/2023
4.1.19 95,557 3/20/2023
4.1.18 706 3/20/2023
4.1.17 718 3/16/2023
4.1.16 674 3/16/2023
4.1.15 649 3/15/2023
4.1.14 1,242 3/9/2023
4.1.13 685 3/7/2023
4.1.12 822 2/10/2023
4.1.11 710 1/26/2023
4.1.10 784 1/22/2023
4.1.9 729 1/20/2023
4.1.8 751 1/18/2023
4.1.7 696 1/18/2023
4.1.6 806 1/17/2023
4.1.1 754 1/4/2023
4.1.0 689 1/1/2023
3.1.5 715 12/21/2022
3.1.3 716 12/12/2022
3.1.2 735 12/7/2022
3.1.1 716 12/7/2022
3.1.0 731 12/2/2022
3.0.29 833 12/1/2022
3.0.28 705 12/1/2022
3.0.27 773 11/23/2022
3.0.25 791 11/23/2022
3.0.24 808 11/18/2022
3.0.23 718 11/18/2022
3.0.22 783 11/15/2022
3.0.21 827 11/14/2022
3.0.20 803 11/13/2022
3.0.19 810 11/2/2022
3.0.18 856 11/2/2022
3.0.17 811 10/29/2022
3.0.16 858 10/29/2022
3.0.15 783 10/29/2022
3.0.14 808 10/24/2022
3.0.13 859 10/24/2022
3.0.12 862 10/17/2022
3.0.11 904 10/10/2022
3.0.10 829 10/6/2022
3.0.9 868 10/6/2022
3.0.8 718 10/6/2022
3.0.7 898 10/6/2022
3.0.6 862 10/5/2022
3.0.5 878 10/5/2022
3.0.4 800 10/5/2022
3.0.3 786 10/3/2022
3.0.2 825 9/30/2022
3.0.1 777 9/29/2022
2.0.16 869 9/27/2022
2.0.15 901 9/27/2022
2.0.14 900 9/26/2022
2.0.13 894 9/26/2022
2.0.12 841 9/26/2022
2.0.11 899 9/25/2022
2.0.10 919 9/25/2022
2.0.9 915 9/22/2022
2.0.8 847 9/22/2022
2.0.6 798 9/20/2022
2.0.5 898 9/20/2022
2.0.4 904 9/20/2022
2.0.2 851 9/20/2022
2.0.1 1,005 9/13/2022
2.0.0 899 8/19/2022
1.1.24 918 7/30/2022
1.1.23 891 7/29/2022
1.1.22 911 7/29/2022
1.1.21 823 7/29/2022
1.1.20 931 7/29/2022
1.1.19 923 7/27/2022
1.1.17 896 7/27/2022
1.1.16 849 7/26/2022
1.1.15 967 7/25/2022
1.1.14 893 7/25/2022
1.1.13 910 7/22/2022
1.1.12 894 7/19/2022
1.1.11 886 7/19/2022
1.1.10 872 7/19/2022
1.1.9 885 7/19/2022
1.1.8 955 7/18/2022
1.1.7 869 7/18/2022
1.1.6 897 7/18/2022
1.1.5 914 7/17/2022
1.1.4 928 7/17/2022
1.1.3 841 7/17/2022
1.1.2 918 7/17/2022
1.1.0 929 7/17/2022
1.0.2 938 7/15/2022
1.0.1 863 7/15/2022
1.0.0 938 7/8/2022
0.10.7 945 7/7/2022
0.10.2 925 7/2/2022
0.10.1 876 7/1/2022
0.10.0 903 7/1/2022
0.9.10 907 6/20/2022
0.9.9 919 6/11/2022
0.9.7 907 6/9/2022
0.9.6 865 6/5/2022