Rystem.RepositoryFramework.Infrastructure.Azure.Cosmos.Sql 4.1.18

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

services
    .AddRepository<SuperUser, string>(
    settings =>
    {
        settings.WithCosmosSql(x =>
        {
            x.ConnectionString = configuration["ConnectionString:CosmosSql"];
            x.DatabaseName = "BigDatabase";
        })
            .WithId(x => x.Email!);
        settings
            .AddBusiness()
            .AddBusinessBeforeInsert<SuperUserBeforeInsertBusiness>()
            .AddBusinessBeforeInsert<SuperUserBeforeInsertBusiness2>();
    });

You found the IRepository<SuperUser, 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 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.UseApiForRepositoryFramework()
    .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. 
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.32 71,353 4/15/2025
9.0.31 5,671 4/2/2025
9.0.30 88,710 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 99 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 623 6/13/2023
4.1.23 600 6/13/2023
4.1.22 1,057 5/30/2023
4.1.21 570 5/20/2023
4.1.20 315,711 4/19/2023
4.1.19 95,560 3/20/2023
4.1.18 709 3/20/2023
4.1.17 721 3/16/2023
4.1.16 677 3/16/2023
4.1.15 652 3/15/2023
4.1.14 1,245 3/9/2023
4.1.13 688 3/7/2023
4.1.12 825 2/10/2023
4.1.11 713 1/26/2023
4.1.10 787 1/22/2023
4.1.9 732 1/20/2023
4.1.8 754 1/18/2023
4.1.7 699 1/18/2023
4.1.6 809 1/17/2023
4.1.1 757 1/4/2023
4.1.0 692 1/1/2023
3.1.5 718 12/21/2022
3.1.3 719 12/12/2022
3.1.2 738 12/7/2022
3.1.1 719 12/7/2022
3.1.0 734 12/2/2022
3.0.29 836 12/1/2022
3.0.28 708 12/1/2022
3.0.27 776 11/23/2022
3.0.25 794 11/23/2022
3.0.24 811 11/18/2022
3.0.23 721 11/18/2022
3.0.22 786 11/15/2022
3.0.21 830 11/14/2022
3.0.20 806 11/13/2022
3.0.19 813 11/2/2022
3.0.18 859 11/2/2022
3.0.17 814 10/29/2022
3.0.16 861 10/29/2022
3.0.15 786 10/29/2022
3.0.14 811 10/24/2022
3.0.13 862 10/24/2022
3.0.12 865 10/17/2022
3.0.11 907 10/10/2022
3.0.10 832 10/6/2022
3.0.9 871 10/6/2022
3.0.8 721 10/6/2022
3.0.7 901 10/6/2022
3.0.6 865 10/5/2022
3.0.5 881 10/5/2022
3.0.4 803 10/5/2022
3.0.3 789 10/3/2022
3.0.2 828 9/30/2022
3.0.1 780 9/29/2022
2.0.16 872 9/27/2022
2.0.15 904 9/27/2022
2.0.14 903 9/26/2022
2.0.13 897 9/26/2022
2.0.12 844 9/26/2022
2.0.11 902 9/25/2022
2.0.10 922 9/25/2022
2.0.9 918 9/22/2022
2.0.8 850 9/22/2022
2.0.6 801 9/20/2022
2.0.5 901 9/20/2022
2.0.4 907 9/20/2022
2.0.2 854 9/20/2022
2.0.1 1,008 9/13/2022
2.0.0 902 8/19/2022
1.1.24 921 7/30/2022
1.1.23 894 7/29/2022
1.1.22 914 7/29/2022
1.1.21 826 7/29/2022
1.1.20 934 7/29/2022
1.1.19 926 7/27/2022
1.1.17 899 7/27/2022
1.1.16 852 7/26/2022
1.1.15 970 7/25/2022
1.1.14 896 7/25/2022
1.1.13 913 7/22/2022
1.1.12 897 7/19/2022
1.1.11 889 7/19/2022
1.1.10 875 7/19/2022
1.1.9 888 7/19/2022
1.1.8 958 7/18/2022
1.1.7 872 7/18/2022
1.1.6 900 7/18/2022
1.1.5 917 7/17/2022
1.1.4 931 7/17/2022
1.1.3 844 7/17/2022
1.1.2 921 7/17/2022
1.1.0 932 7/17/2022
1.0.2 941 7/15/2022
1.0.1 866 7/15/2022
1.0.0 941 7/8/2022
0.10.7 948 7/7/2022
0.10.2 928 7/2/2022
0.10.1 879 7/1/2022
0.10.0 906 7/1/2022
0.9.10 910 6/20/2022
0.9.9 922 6/11/2022
0.9.7 910 6/9/2022
0.9.6 868 6/5/2022