Rystem.RepositoryFramework.Infrastructure.Azure.Cosmos.Sql 9.0.7

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 9.0.7                
NuGet\Install-Package Rystem.RepositoryFramework.Infrastructure.Azure.Cosmos.Sql -Version 9.0.7                
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.7" />                
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.7                
#r "nuget: Rystem.RepositoryFramework.Infrastructure.Azure.Cosmos.Sql, 9.0.7"                
#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.7

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

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.9 17 1/7/2025
9.0.8 5,592 1/6/2025
9.0.7 43 1/6/2025
9.0.4 92,217 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,971 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 723 12/2/2022
3.0.29 823 12/1/2022
3.0.28 696 12/1/2022
3.0.27 765 11/23/2022
3.0.25 781 11/23/2022
3.0.24 800 11/18/2022
3.0.23 707 11/18/2022
3.0.22 774 11/15/2022
3.0.21 819 11/14/2022
3.0.20 792 11/13/2022
3.0.19 799 11/2/2022
3.0.18 847 11/2/2022
3.0.17 802 10/29/2022
3.0.16 850 10/29/2022
3.0.15 771 10/29/2022
3.0.14 798 10/24/2022
3.0.13 850 10/24/2022
3.0.12 850 10/17/2022
3.0.11 878 10/10/2022
3.0.10 818 10/6/2022
3.0.9 857 10/6/2022
3.0.8 708 10/6/2022
3.0.7 888 10/6/2022
3.0.6 853 10/5/2022
3.0.5 867 10/5/2022
3.0.4 791 10/5/2022
3.0.3 776 10/3/2022
3.0.2 815 9/30/2022
3.0.1 767 9/29/2022
2.0.16 858 9/27/2022
2.0.15 891 9/27/2022
2.0.14 890 9/26/2022
2.0.13 881 9/26/2022
2.0.12 831 9/26/2022
2.0.11 887 9/25/2022
2.0.10 908 9/25/2022
2.0.9 904 9/22/2022
2.0.8 836 9/22/2022
2.0.6 787 9/20/2022
2.0.5 887 9/20/2022
2.0.4 893 9/20/2022
2.0.2 841 9/20/2022
2.0.1 994 9/13/2022
2.0.0 889 8/19/2022
1.1.24 907 7/30/2022
1.1.23 881 7/29/2022
1.1.22 901 7/29/2022
1.1.21 813 7/29/2022
1.1.20 920 7/29/2022
1.1.19 913 7/27/2022
1.1.17 886 7/27/2022
1.1.16 838 7/26/2022
1.1.15 956 7/25/2022
1.1.14 881 7/25/2022
1.1.13 899 7/22/2022
1.1.12 883 7/19/2022
1.1.11 876 7/19/2022
1.1.10 862 7/19/2022
1.1.9 875 7/19/2022
1.1.8 945 7/18/2022
1.1.7 857 7/18/2022
1.1.6 886 7/18/2022
1.1.5 902 7/17/2022
1.1.4 917 7/17/2022
1.1.3 831 7/17/2022
1.1.2 907 7/17/2022
1.1.0 918 7/17/2022
1.0.2 928 7/15/2022
1.0.1 852 7/15/2022
1.0.0 928 7/8/2022
0.10.7 935 7/7/2022
0.10.2 914 7/2/2022
0.10.1 865 7/1/2022
0.10.0 892 7/1/2022
0.9.10 887 6/20/2022
0.9.9 909 6/11/2022
0.9.7 897 6/9/2022
0.9.6 854 6/5/2022