Rystem.RepositoryFramework.Infrastructure.Azure.Cosmos.Sql 9.0.4

dotnet add package Rystem.RepositoryFramework.Infrastructure.Azure.Cosmos.Sql --version 9.0.4                
NuGet\Install-Package Rystem.RepositoryFramework.Infrastructure.Azure.Cosmos.Sql -Version 9.0.4                
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.4" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Rystem.RepositoryFramework.Infrastructure.Azure.Cosmos.Sql --version 9.0.4                
#r "nuget: Rystem.RepositoryFramework.Infrastructure.Azure.Cosmos.Sql, 9.0.4"                
#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.
// Install Rystem.RepositoryFramework.Infrastructure.Azure.Cosmos.Sql as a Cake Addin
#addin nuget:?package=Rystem.RepositoryFramework.Infrastructure.Azure.Cosmos.Sql&version=9.0.4

// Install Rystem.RepositoryFramework.Infrastructure.Azure.Cosmos.Sql as a Cake Tool
#tool nuget:?package=Rystem.RepositoryFramework.Infrastructure.Azure.Cosmos.Sql&version=9.0.4                

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. 
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.4 79,487 12/23/2024
9.0.3 93 12/22/2024
9.0.2 10,628 12/21/2024
9.0.1 1,131 12/21/2024
9.0.0 172,913 11/16/2024
9.0.0-rc.1 81 10/18/2024
6.2.0 218,969 10/9/2024
6.1.1 106 10/9/2024
6.1.0 47,854 9/29/2024
6.0.24 117 9/11/2024
6.0.23 122 7/18/2024
6.0.21 128 6/18/2024
6.0.20 129 6/16/2024
6.0.19 120 6/14/2024
6.0.18 114 6/14/2024
6.0.17 134 6/14/2024
6.0.16 123 6/10/2024
6.0.15 113 6/9/2024
6.0.14 132 5/24/2024
6.0.13 157 5/23/2024
6.0.12 114 5/23/2024
6.0.11 135 5/20/2024
6.0.9 136 5/20/2024
6.0.7 116 5/18/2024
6.0.6 122 5/10/2024
6.0.5 116 5/10/2024
6.0.4 131 4/3/2024
6.0.3 166 3/25/2024
6.0.2 209 3/11/2024
6.0.0 527 11/21/2023
6.0.0-rc.6 96 10/25/2023
6.0.0-rc.5 84 10/25/2023
6.0.0-rc.4 81 10/23/2023
6.0.0-rc.3 76 10/19/2023
6.0.0-rc.2 79 10/18/2023
6.0.0-rc.1 79 10/16/2023
5.0.20 557 9/25/2023
5.0.19 524 9/10/2023
5.0.18 489 9/6/2023
5.0.17 494 9/6/2023
5.0.16 494 9/5/2023
5.0.15 492 9/5/2023
5.0.14 502 9/5/2023
5.0.13 522 9/1/2023
5.0.12 540 8/31/2023
5.0.11 483 8/30/2023
5.0.10 505 8/29/2023
5.0.9 524 8/24/2023
5.0.8 512 8/24/2023
5.0.7 509 8/23/2023
5.0.6 491 8/21/2023
5.0.5 563 8/21/2023
5.0.4 501 8/16/2023
5.0.3 621 8/2/2023
5.0.2 591 8/2/2023
5.0.1 572 8/1/2023
5.0.0 646 7/31/2023
4.1.26 536 7/20/2023
4.1.25 572 7/16/2023
4.1.24 616 6/13/2023
4.1.23 592 6/13/2023
4.1.22 1,037 5/30/2023
4.1.21 563 5/20/2023
4.1.20 315,704 4/19/2023
4.1.19 95,550 3/20/2023
4.1.18 699 3/20/2023
4.1.17 712 3/16/2023
4.1.16 665 3/16/2023
4.1.15 642 3/15/2023
4.1.14 1,236 3/9/2023
4.1.13 678 3/7/2023
4.1.12 813 2/10/2023
4.1.11 696 1/26/2023
4.1.10 775 1/22/2023
4.1.9 720 1/20/2023
4.1.8 740 1/18/2023
4.1.7 687 1/18/2023
4.1.6 795 1/17/2023
4.1.1 742 1/4/2023
4.1.0 676 1/1/2023
3.1.5 705 12/21/2022
3.1.3 706 12/12/2022
3.1.2 724 12/7/2022
3.1.1 705 12/7/2022
3.1.0 722 12/2/2022
3.0.29 822 12/1/2022
3.0.28 695 12/1/2022
3.0.27 764 11/23/2022
3.0.25 780 11/23/2022
3.0.24 799 11/18/2022
3.0.23 706 11/18/2022
3.0.22 773 11/15/2022
3.0.21 818 11/14/2022
3.0.20 791 11/13/2022
3.0.19 798 11/2/2022
3.0.18 846 11/2/2022
3.0.17 801 10/29/2022
3.0.16 849 10/29/2022
3.0.15 770 10/29/2022
3.0.14 797 10/24/2022
3.0.13 849 10/24/2022
3.0.12 849 10/17/2022
3.0.11 877 10/10/2022
3.0.10 817 10/6/2022
3.0.9 856 10/6/2022
3.0.8 707 10/6/2022
3.0.7 887 10/6/2022
3.0.6 852 10/5/2022
3.0.5 866 10/5/2022
3.0.4 790 10/5/2022
3.0.3 775 10/3/2022
3.0.2 814 9/30/2022
3.0.1 766 9/29/2022
2.0.16 857 9/27/2022
2.0.15 890 9/27/2022
2.0.14 889 9/26/2022
2.0.13 880 9/26/2022
2.0.12 830 9/26/2022
2.0.11 886 9/25/2022
2.0.10 907 9/25/2022
2.0.9 903 9/22/2022
2.0.8 835 9/22/2022
2.0.6 787 9/20/2022
2.0.5 887 9/20/2022
2.0.4 892 9/20/2022
2.0.2 840 9/20/2022
2.0.1 993 9/13/2022
2.0.0 888 8/19/2022
1.1.24 906 7/30/2022
1.1.23 880 7/29/2022
1.1.22 900 7/29/2022
1.1.21 812 7/29/2022
1.1.20 919 7/29/2022
1.1.19 912 7/27/2022
1.1.17 885 7/27/2022
1.1.16 837 7/26/2022
1.1.15 955 7/25/2022
1.1.14 880 7/25/2022
1.1.13 898 7/22/2022
1.1.12 882 7/19/2022
1.1.11 875 7/19/2022
1.1.10 861 7/19/2022
1.1.9 874 7/19/2022
1.1.8 944 7/18/2022
1.1.7 856 7/18/2022
1.1.6 885 7/18/2022
1.1.5 901 7/17/2022
1.1.4 916 7/17/2022
1.1.3 830 7/17/2022
1.1.2 906 7/17/2022
1.1.0 917 7/17/2022
1.0.2 927 7/15/2022
1.0.1 851 7/15/2022
1.0.0 927 7/8/2022
0.10.7 934 7/7/2022
0.10.2 913 7/2/2022
0.10.1 864 7/1/2022
0.10.0 891 7/1/2022
0.9.10 886 6/20/2022
0.9.9 908 6/11/2022
0.9.7 896 6/9/2022
0.9.6 853 6/5/2022