Rystem.RepositoryFramework.Infrastructure.Azure.Cosmos.Sql 6.0.4

dotnet add package Rystem.RepositoryFramework.Infrastructure.Azure.Cosmos.Sql --version 6.0.4
NuGet\Install-Package Rystem.RepositoryFramework.Infrastructure.Azure.Cosmos.Sql -Version 6.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="6.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 6.0.4
#r "nuget: Rystem.RepositoryFramework.Infrastructure.Azure.Cosmos.Sql, 6.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=6.0.4

// Install Rystem.RepositoryFramework.Infrastructure.Azure.Cosmos.Sql as a Cake Tool
#tool nuget:?package=Rystem.RepositoryFramework.Infrastructure.Azure.Cosmos.Sql&version=6.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 net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.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
6.0.4 86 4/3/2024
6.0.3 117 3/25/2024
6.0.2 168 3/11/2024
6.0.0 490 11/21/2023
6.0.0-rc.6 75 10/25/2023
6.0.0-rc.5 65 10/25/2023
6.0.0-rc.4 63 10/23/2023
6.0.0-rc.3 56 10/19/2023
6.0.0-rc.2 59 10/18/2023
6.0.0-rc.1 59 10/16/2023
5.0.20 520 9/25/2023
5.0.19 492 9/10/2023
5.0.18 454 9/6/2023
5.0.17 459 9/6/2023
5.0.16 455 9/5/2023
5.0.15 459 9/5/2023
5.0.14 467 9/5/2023
5.0.13 487 9/1/2023
5.0.12 505 8/31/2023
5.0.11 449 8/30/2023
5.0.10 473 8/29/2023
5.0.9 491 8/24/2023
5.0.8 476 8/24/2023
5.0.7 476 8/23/2023
5.0.6 458 8/21/2023
5.0.5 530 8/21/2023
5.0.4 466 8/16/2023
5.0.3 587 8/2/2023
5.0.2 555 8/2/2023
5.0.1 539 8/1/2023
5.0.0 611 7/31/2023
4.1.26 497 7/20/2023
4.1.25 540 7/16/2023
4.1.24 575 6/13/2023
4.1.23 556 6/13/2023
4.1.22 871 5/30/2023
4.1.21 530 5/20/2023
4.1.20 315,665 4/19/2023
4.1.19 95,517 3/20/2023
4.1.18 664 3/20/2023
4.1.17 679 3/16/2023
4.1.16 634 3/16/2023
4.1.15 605 3/15/2023
4.1.14 1,208 3/9/2023
4.1.13 642 3/7/2023
4.1.12 780 2/10/2023
4.1.11 662 1/26/2023
4.1.10 731 1/22/2023
4.1.9 683 1/20/2023
4.1.8 703 1/18/2023
4.1.7 653 1/18/2023
4.1.6 764 1/17/2023
4.1.1 708 1/4/2023
4.1.0 644 1/1/2023
3.1.5 670 12/21/2022
3.1.3 670 12/12/2022
3.1.2 689 12/7/2022
3.1.1 672 12/7/2022
3.1.0 686 12/2/2022
3.0.29 780 12/1/2022
3.0.28 655 12/1/2022
3.0.27 710 11/23/2022
3.0.25 733 11/23/2022
3.0.24 764 11/18/2022
3.0.23 674 11/18/2022
3.0.22 725 11/15/2022
3.0.21 786 11/14/2022
3.0.20 757 11/13/2022
3.0.19 763 11/2/2022
3.0.18 790 11/2/2022
3.0.17 765 10/29/2022
3.0.16 811 10/29/2022
3.0.15 738 10/29/2022
3.0.14 757 10/24/2022
3.0.13 811 10/24/2022
3.0.12 815 10/17/2022
3.0.11 842 10/10/2022
3.0.10 778 10/6/2022
3.0.9 818 10/6/2022
3.0.8 670 10/6/2022
3.0.7 849 10/6/2022
3.0.6 817 10/5/2022
3.0.5 831 10/5/2022
3.0.4 757 10/5/2022
3.0.3 739 10/3/2022
3.0.2 779 9/30/2022
3.0.1 732 9/29/2022
2.0.16 820 9/27/2022
2.0.15 855 9/27/2022
2.0.14 855 9/26/2022
2.0.13 845 9/26/2022
2.0.12 792 9/26/2022
2.0.11 848 9/25/2022
2.0.10 869 9/25/2022
2.0.9 866 9/22/2022
2.0.8 798 9/22/2022
2.0.6 753 9/20/2022
2.0.5 852 9/20/2022
2.0.4 859 9/20/2022
2.0.2 806 9/20/2022
2.0.1 952 9/13/2022
2.0.0 852 8/19/2022
1.1.24 866 7/30/2022
1.1.23 831 7/29/2022
1.1.22 861 7/29/2022
1.1.21 777 7/29/2022
1.1.20 877 7/29/2022
1.1.19 870 7/27/2022
1.1.17 847 7/27/2022
1.1.16 803 7/26/2022
1.1.15 918 7/25/2022
1.1.14 844 7/25/2022
1.1.13 854 7/22/2022
1.1.12 831 7/19/2022
1.1.11 834 7/19/2022
1.1.10 820 7/19/2022
1.1.9 835 7/19/2022
1.1.8 897 7/18/2022
1.1.7 820 7/18/2022
1.1.6 845 7/18/2022
1.1.5 861 7/17/2022
1.1.4 879 7/17/2022
1.1.3 790 7/17/2022
1.1.2 849 7/17/2022
1.1.0 882 7/17/2022
1.0.2 886 7/15/2022
1.0.1 814 7/15/2022
1.0.0 891 7/8/2022
0.10.7 890 7/7/2022
0.10.2 872 7/2/2022
0.10.1 823 7/1/2022
0.10.0 855 7/1/2022
0.9.10 849 6/20/2022
0.9.9 863 6/11/2022
0.9.7 856 6/9/2022
0.9.6 814 6/5/2022