Rystem.RepositoryFramework.Infrastructure.Azure.Cosmos.Sql 9.0.31

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

 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 6,991 3 days ago
9.1.1 97,687 a month ago
9.0.32 186,581 2 months ago
9.0.31 5,680 2 months ago
9.0.30 88,723 2 months ago
9.0.29 8,913 2 months ago
9.0.28 145 2 months ago
9.0.27 144 2 months ago
9.0.26 149 3 months ago
9.0.25 52,017 3 months ago
9.0.21 216 3 months ago
9.0.20 19,465 3 months ago
9.0.19 198 3 months ago
9.0.18 216 3 months ago
9.0.17 106 3 months ago
9.0.16 108 3 months ago
9.0.15 75,420 3 months ago
9.0.14 22,490 3 months ago
9.0.13 107 4 months ago
9.0.12 217,606 5 months ago
9.0.11 23,933 5 months ago
9.0.10 74 5 months ago
9.0.9 3,964 5 months ago
9.0.8 12,451 5 months ago
9.0.7 104 5 months ago
9.0.4 92,239 5 months ago
9.0.3 119 5 months ago
9.0.2 10,650 5 months ago
9.0.1 1,154 5 months ago
9.0.0 172,928 7 months ago
9.0.0-rc.1 86 7 months ago
6.2.0 218,986 8 months ago
6.1.1 128 8 months ago
6.1.0 47,870 8 months ago
6.0.24 133 9 months ago
6.0.23 136 7/18/2024
6.0.21 142 6/18/2024
6.0.20 141 6/16/2024
6.0.19 133 6/14/2024
6.0.18 128 6/14/2024
6.0.17 146 6/14/2024
6.0.16 142 6/10/2024
6.0.15 125 6/9/2024
6.0.14 145 5/24/2024
6.0.13 169 5/23/2024
6.0.12 126 5/23/2024
6.0.11 151 5/20/2024
6.0.9 149 5/20/2024
6.0.7 131 5/18/2024
6.0.6 137 5/10/2024
6.0.5 131 5/10/2024
6.0.4 143 4/3/2024
6.0.3 180 3/25/2024
6.0.2 223 3/11/2024
6.0.0 531 11/21/2023
6.0.0-rc.6 99 10/25/2023
6.0.0-rc.5 87 10/25/2023
6.0.0-rc.4 85 10/23/2023
6.0.0-rc.3 82 10/19/2023
6.0.0-rc.2 82 10/18/2023
6.0.0-rc.1 82 10/16/2023
5.0.20 562 9/25/2023
5.0.19 533 9/10/2023
5.0.18 498 9/6/2023
5.0.17 501 9/6/2023
5.0.16 502 9/5/2023
5.0.15 500 9/5/2023
5.0.14 509 9/5/2023
5.0.13 531 9/1/2023
5.0.12 547 8/31/2023
5.0.11 490 8/30/2023
5.0.10 513 8/29/2023
5.0.9 532 8/24/2023
5.0.8 519 8/24/2023
5.0.7 517 8/23/2023
5.0.6 499 8/21/2023
5.0.5 589 8/21/2023
5.0.4 510 8/16/2023
5.0.3 630 8/2/2023
5.0.2 599 8/2/2023
5.0.1 581 8/1/2023
5.0.0 653 7/31/2023
4.1.26 546 7/20/2023
4.1.25 581 7/16/2023
4.1.24 633 6/13/2023
4.1.23 609 6/13/2023
4.1.22 1,066 5/30/2023
4.1.21 580 5/20/2023
4.1.20 315,720 4/19/2023
4.1.19 95,568 3/20/2023
4.1.18 716 3/20/2023
4.1.17 729 3/16/2023
4.1.16 686 3/16/2023
4.1.15 659 3/15/2023
4.1.14 1,253 3/9/2023
4.1.13 695 3/7/2023
4.1.12 832 2/10/2023
4.1.11 720 1/26/2023
4.1.10 794 1/22/2023
4.1.9 740 1/20/2023
4.1.8 762 1/18/2023
4.1.7 706 1/18/2023
4.1.6 816 1/17/2023
4.1.1 764 1/4/2023
4.1.0 699 1/1/2023
3.1.5 725 12/21/2022
3.1.3 727 12/12/2022
3.1.2 746 12/7/2022
3.1.1 726 12/7/2022
3.1.0 741 12/2/2022
3.0.29 843 12/1/2022
3.0.28 715 12/1/2022
3.0.27 784 11/23/2022
3.0.25 801 11/23/2022
3.0.24 818 11/18/2022
3.0.23 728 11/18/2022
3.0.22 794 11/15/2022
3.0.21 838 11/14/2022
3.0.20 814 11/13/2022
3.0.19 821 11/2/2022
3.0.18 866 11/2/2022
3.0.17 822 10/29/2022
3.0.16 869 10/29/2022
3.0.15 793 10/29/2022
3.0.14 819 10/24/2022
3.0.13 869 10/24/2022
3.0.12 873 10/17/2022
3.0.11 914 10/10/2022
3.0.10 839 10/6/2022
3.0.9 879 10/6/2022
3.0.8 728 10/6/2022
3.0.7 908 10/6/2022
3.0.6 872 10/5/2022
3.0.5 888 10/5/2022
3.0.4 811 10/5/2022
3.0.3 797 10/3/2022
3.0.2 835 9/30/2022
3.0.1 787 9/29/2022
2.0.16 880 9/27/2022
2.0.15 911 9/27/2022
2.0.14 910 9/26/2022
2.0.13 904 9/26/2022
2.0.12 852 9/26/2022
2.0.11 909 9/25/2022
2.0.10 929 9/25/2022
2.0.9 925 9/22/2022
2.0.8 857 9/22/2022
2.0.6 809 9/20/2022
2.0.5 908 9/20/2022
2.0.4 915 9/20/2022
2.0.2 862 9/20/2022
2.0.1 1,015 9/13/2022
2.0.0 910 8/19/2022
1.1.24 931 7/30/2022
1.1.23 903 7/29/2022
1.1.22 923 7/29/2022
1.1.21 835 7/29/2022
1.1.20 944 7/29/2022
1.1.19 936 7/27/2022
1.1.17 908 7/27/2022
1.1.16 861 7/26/2022
1.1.15 979 7/25/2022
1.1.14 905 7/25/2022
1.1.13 922 7/22/2022
1.1.12 906 7/19/2022
1.1.11 898 7/19/2022
1.1.10 884 7/19/2022
1.1.9 897 7/19/2022
1.1.8 967 7/18/2022
1.1.7 881 7/18/2022
1.1.6 909 7/18/2022
1.1.5 926 7/17/2022
1.1.4 940 7/17/2022
1.1.3 853 7/17/2022
1.1.2 930 7/17/2022
1.1.0 941 7/17/2022
1.0.2 950 7/15/2022
1.0.1 876 7/15/2022
1.0.0 950 7/8/2022
0.10.7 957 7/7/2022
0.10.2 938 7/2/2022
0.10.1 888 7/1/2022
0.10.0 915 7/1/2022
0.9.10 919 6/20/2022
0.9.9 931 6/11/2022
0.9.7 919 6/9/2022
0.9.6 877 6/5/2022