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.
#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 215,259 a month ago
9.1.1 97,699 2 months ago
9.0.32 186,590 3 months ago
9.0.31 5,689 3 months ago
9.0.30 88,731 4 months ago
9.0.29 8,921 4 months ago
9.0.28 153 4 months ago
9.0.27 153 4 months ago
9.0.26 158 4 months ago
9.0.25 52,027 4 months ago
9.0.21 224 4 months ago
9.0.20 19,475 4 months ago
9.0.19 207 4 months ago
9.0.18 223 4 months ago
9.0.17 115 4 months ago
9.0.16 117 4 months ago
9.0.15 75,428 5 months ago
9.0.14 22,498 5 months ago
9.0.13 115 5 months ago
9.0.12 217,614 6 months ago
9.0.11 23,941 6 months ago
9.0.10 82 6 months ago
9.0.9 3,974 6 months ago
9.0.8 12,459 6 months ago
9.0.7 112 6 months ago
9.0.4 92,247 7 months ago
9.0.3 126 7 months ago
9.0.2 10,657 7 months ago
9.0.1 1,163 7 months ago
9.0.0 172,936 8 months ago
9.0.0-rc.1 89 9 months ago
6.2.0 218,994 9 months ago
6.1.1 137 9 months ago
6.1.0 47,877 9 months ago
6.0.24 140 10 months ago
6.0.23 144 7/18/2024
6.0.21 149 6/18/2024
6.0.20 149 6/16/2024
6.0.19 140 6/14/2024
6.0.18 135 6/14/2024
6.0.17 154 6/14/2024
6.0.16 149 6/10/2024
6.0.15 133 6/9/2024
6.0.14 151 5/24/2024
6.0.13 176 5/23/2024
6.0.12 134 5/23/2024
6.0.11 158 5/20/2024
6.0.9 156 5/20/2024
6.0.7 138 5/18/2024
6.0.6 145 5/10/2024
6.0.5 138 5/10/2024
6.0.4 149 4/3/2024
6.0.3 187 3/25/2024
6.0.2 230 3/11/2024
6.0.0 533 11/21/2023
6.0.0-rc.6 105 10/25/2023
6.0.0-rc.5 93 10/25/2023
6.0.0-rc.4 91 10/23/2023
6.0.0-rc.3 89 10/19/2023
6.0.0-rc.2 89 10/18/2023
6.0.0-rc.1 89 10/16/2023
5.0.20 569 9/25/2023
5.0.19 540 9/10/2023
5.0.18 505 9/6/2023
5.0.17 508 9/6/2023
5.0.16 509 9/5/2023
5.0.15 507 9/5/2023
5.0.14 516 9/5/2023
5.0.13 538 9/1/2023
5.0.12 555 8/31/2023
5.0.11 497 8/30/2023
5.0.10 520 8/29/2023
5.0.9 539 8/24/2023
5.0.8 526 8/24/2023
5.0.7 524 8/23/2023
5.0.6 506 8/21/2023
5.0.5 597 8/21/2023
5.0.4 517 8/16/2023
5.0.3 640 8/2/2023
5.0.2 608 8/2/2023
5.0.1 591 8/1/2023
5.0.0 662 7/31/2023
4.1.26 556 7/20/2023
4.1.25 591 7/16/2023
4.1.24 643 6/13/2023
4.1.23 620 6/13/2023
4.1.22 1,075 5/30/2023
4.1.21 590 5/20/2023
4.1.20 315,730 4/19/2023
4.1.19 95,577 3/20/2023
4.1.18 725 3/20/2023
4.1.17 738 3/16/2023
4.1.16 694 3/16/2023
4.1.15 670 3/15/2023
4.1.14 1,263 3/9/2023
4.1.13 705 3/7/2023
4.1.12 842 2/10/2023
4.1.11 731 1/26/2023
4.1.10 805 1/22/2023
4.1.9 751 1/20/2023
4.1.8 773 1/18/2023
4.1.7 716 1/18/2023
4.1.6 826 1/17/2023
4.1.1 774 1/4/2023
4.1.0 708 1/1/2023
3.1.5 734 12/21/2022
3.1.3 736 12/12/2022
3.1.2 754 12/7/2022
3.1.1 735 12/7/2022
3.1.0 750 12/2/2022
3.0.29 852 12/1/2022
3.0.28 724 12/1/2022
3.0.27 793 11/23/2022
3.0.25 810 11/23/2022
3.0.24 827 11/18/2022
3.0.23 738 11/18/2022
3.0.22 803 11/15/2022
3.0.21 847 11/14/2022
3.0.20 823 11/13/2022
3.0.19 830 11/2/2022
3.0.18 875 11/2/2022
3.0.17 831 10/29/2022
3.0.16 878 10/29/2022
3.0.15 802 10/29/2022
3.0.14 828 10/24/2022
3.0.13 878 10/24/2022
3.0.12 882 10/17/2022
3.0.11 923 10/10/2022
3.0.10 848 10/6/2022
3.0.9 888 10/6/2022
3.0.8 737 10/6/2022
3.0.7 917 10/6/2022
3.0.6 881 10/5/2022
3.0.5 898 10/5/2022
3.0.4 820 10/5/2022
3.0.3 806 10/3/2022
3.0.2 844 9/30/2022
3.0.1 796 9/29/2022
2.0.16 889 9/27/2022
2.0.15 920 9/27/2022
2.0.14 919 9/26/2022
2.0.13 913 9/26/2022
2.0.12 862 9/26/2022
2.0.11 918 9/25/2022
2.0.10 938 9/25/2022
2.0.9 934 9/22/2022
2.0.8 867 9/22/2022
2.0.6 818 9/20/2022
2.0.5 917 9/20/2022
2.0.4 924 9/20/2022
2.0.2 871 9/20/2022
2.0.1 1,025 9/13/2022
2.0.0 919 8/19/2022
1.1.24 942 7/30/2022
1.1.23 914 7/29/2022
1.1.22 935 7/29/2022
1.1.21 846 7/29/2022
1.1.20 955 7/29/2022
1.1.19 947 7/27/2022
1.1.17 919 7/27/2022
1.1.16 872 7/26/2022
1.1.15 991 7/25/2022
1.1.14 917 7/25/2022
1.1.13 933 7/22/2022
1.1.12 917 7/19/2022
1.1.11 910 7/19/2022
1.1.10 896 7/19/2022
1.1.9 908 7/19/2022
1.1.8 978 7/18/2022
1.1.7 892 7/18/2022
1.1.6 920 7/18/2022
1.1.5 938 7/17/2022
1.1.4 951 7/17/2022
1.1.3 864 7/17/2022
1.1.2 951 7/17/2022
1.1.0 952 7/17/2022
1.0.2 962 7/15/2022
1.0.1 888 7/15/2022
1.0.0 962 7/8/2022
0.10.7 968 7/7/2022
0.10.2 949 7/2/2022
0.10.1 899 7/1/2022
0.10.0 927 7/1/2022
0.9.10 931 6/20/2022
0.9.9 944 6/11/2022
0.9.7 932 6/9/2022
0.9.6 889 6/5/2022