Rystem.RepositoryFramework.Infrastructure.Azure.Cosmos.Sql 9.1.2

dotnet add package Rystem.RepositoryFramework.Infrastructure.Azure.Cosmos.Sql --version 9.1.2
                    
NuGet\Install-Package Rystem.RepositoryFramework.Infrastructure.Azure.Cosmos.Sql -Version 9.1.2
                    
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.1.2" />
                    
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.1.2" />
                    
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.1.2
                    
#r "nuget: Rystem.RepositoryFramework.Infrastructure.Azure.Cosmos.Sql, 9.1.2"
                    
#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@9.1.2
                    
#: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=9.1.2
                    
Install as a Cake Addin
#tool nuget:?package=Rystem.RepositoryFramework.Infrastructure.Azure.Cosmos.Sql&version=9.1.2
                    
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 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.  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,608 2 months ago
9.1.1 97,705 3 months ago
9.0.32 186,596 3 months ago
9.0.31 5,695 4 months ago
9.0.30 88,737 4 months ago
9.0.29 8,927 4 months ago
9.0.28 159 4 months ago
9.0.27 159 4 months ago
9.0.26 164 5 months ago
9.0.25 52,034 5 months ago
9.0.21 231 5 months ago
9.0.20 19,481 5 months ago
9.0.19 213 5 months ago
9.0.18 231 5 months ago
9.0.17 120 5 months ago
9.0.16 122 5 months ago
9.0.15 75,433 5 months ago
9.0.14 22,503 5 months ago
9.0.13 122 6 months ago
9.0.12 217,619 7 months ago
9.0.11 23,946 7 months ago
9.0.10 87 7 months ago
9.0.9 3,979 7 months ago
9.0.8 12,464 7 months ago
9.0.7 117 7 months ago
9.0.4 92,252 7 months ago
9.0.3 131 7 months ago
9.0.2 10,662 7 months ago
9.0.1 1,169 7 months ago
9.0.0 172,941 8 months ago
9.0.0-rc.1 91 9 months ago
6.2.0 218,999 10 months ago
6.1.1 141 10 months ago
6.1.0 47,881 10 months ago
6.0.24 144 9/11/2024
6.0.23 148 7/18/2024
6.0.21 153 6/18/2024
6.0.20 153 6/16/2024
6.0.19 144 6/14/2024
6.0.18 139 6/14/2024
6.0.17 158 6/14/2024
6.0.16 153 6/10/2024
6.0.15 137 6/9/2024
6.0.14 155 5/24/2024
6.0.13 180 5/23/2024
6.0.12 138 5/23/2024
6.0.11 162 5/20/2024
6.0.9 160 5/20/2024
6.0.7 142 5/18/2024
6.0.6 149 5/10/2024
6.0.5 142 5/10/2024
6.0.4 153 4/3/2024
6.0.3 191 3/25/2024
6.0.2 234 3/11/2024
6.0.0 535 11/21/2023
6.0.0-rc.6 108 10/25/2023
6.0.0-rc.5 96 10/25/2023
6.0.0-rc.4 94 10/23/2023
6.0.0-rc.3 92 10/19/2023
6.0.0-rc.2 92 10/18/2023
6.0.0-rc.1 92 10/16/2023
5.0.20 572 9/25/2023
5.0.19 543 9/10/2023
5.0.18 510 9/6/2023
5.0.17 514 9/6/2023
5.0.16 514 9/5/2023
5.0.15 512 9/5/2023
5.0.14 521 9/5/2023
5.0.13 543 9/1/2023
5.0.12 560 8/31/2023
5.0.11 502 8/30/2023
5.0.10 525 8/29/2023
5.0.9 545 8/24/2023
5.0.8 532 8/24/2023
5.0.7 530 8/23/2023
5.0.6 512 8/21/2023
5.0.5 603 8/21/2023
5.0.4 523 8/16/2023
5.0.3 646 8/2/2023
5.0.2 614 8/2/2023
5.0.1 597 8/1/2023
5.0.0 668 7/31/2023
4.1.26 561 7/20/2023
4.1.25 596 7/16/2023
4.1.24 648 6/13/2023
4.1.23 625 6/13/2023
4.1.22 1,080 5/30/2023
4.1.21 595 5/20/2023
4.1.20 315,735 4/19/2023
4.1.19 95,582 3/20/2023
4.1.18 731 3/20/2023
4.1.17 743 3/16/2023
4.1.16 699 3/16/2023
4.1.15 675 3/15/2023
4.1.14 1,268 3/9/2023
4.1.13 710 3/7/2023
4.1.12 847 2/10/2023
4.1.11 736 1/26/2023
4.1.10 811 1/22/2023
4.1.9 756 1/20/2023
4.1.8 778 1/18/2023
4.1.7 721 1/18/2023
4.1.6 831 1/17/2023
4.1.1 779 1/4/2023
4.1.0 713 1/1/2023
3.1.5 739 12/21/2022
3.1.3 741 12/12/2022
3.1.2 759 12/7/2022
3.1.1 739 12/7/2022
3.1.0 755 12/2/2022
3.0.29 857 12/1/2022
3.0.28 729 12/1/2022
3.0.27 798 11/23/2022
3.0.25 815 11/23/2022
3.0.24 832 11/18/2022
3.0.23 743 11/18/2022
3.0.22 808 11/15/2022
3.0.21 852 11/14/2022
3.0.20 828 11/13/2022
3.0.19 835 11/2/2022
3.0.18 880 11/2/2022
3.0.17 837 10/29/2022
3.0.16 885 10/29/2022
3.0.15 808 10/29/2022
3.0.14 834 10/24/2022
3.0.13 884 10/24/2022
3.0.12 888 10/17/2022
3.0.11 930 10/10/2022
3.0.10 854 10/6/2022
3.0.9 894 10/6/2022
3.0.8 743 10/6/2022
3.0.7 923 10/6/2022
3.0.6 887 10/5/2022
3.0.5 904 10/5/2022
3.0.4 826 10/5/2022
3.0.3 812 10/3/2022
3.0.2 850 9/30/2022
3.0.1 802 9/29/2022
2.0.16 895 9/27/2022
2.0.15 926 9/27/2022
2.0.14 925 9/26/2022
2.0.13 919 9/26/2022
2.0.12 868 9/26/2022
2.0.11 926 9/25/2022
2.0.10 944 9/25/2022
2.0.9 941 9/22/2022
2.0.8 873 9/22/2022
2.0.6 824 9/20/2022
2.0.5 923 9/20/2022
2.0.4 930 9/20/2022
2.0.2 877 9/20/2022
2.0.1 1,031 9/13/2022
2.0.0 925 8/19/2022
1.1.24 948 7/30/2022
1.1.23 919 7/29/2022
1.1.22 942 7/29/2022
1.1.21 852 7/29/2022
1.1.20 961 7/29/2022
1.1.19 953 7/27/2022
1.1.17 925 7/27/2022
1.1.16 878 7/26/2022
1.1.15 997 7/25/2022
1.1.14 923 7/25/2022
1.1.13 940 7/22/2022
1.1.12 924 7/19/2022
1.1.11 917 7/19/2022
1.1.10 903 7/19/2022
1.1.9 915 7/19/2022
1.1.8 985 7/18/2022
1.1.7 899 7/18/2022
1.1.6 927 7/18/2022
1.1.5 945 7/17/2022
1.1.4 958 7/17/2022
1.1.3 871 7/17/2022
1.1.2 958 7/17/2022
1.1.0 959 7/17/2022
1.0.2 969 7/15/2022
1.0.1 896 7/15/2022
1.0.0 969 7/8/2022
0.10.7 975 7/7/2022
0.10.2 955 7/2/2022
0.10.1 905 7/1/2022
0.10.0 933 7/1/2022
0.9.10 938 6/20/2022
0.9.9 952 6/11/2022
0.9.7 940 6/9/2022
0.9.6 897 6/5/2022