Rystem.RepositoryFramework.Infrastructure.Azure.Cosmos.Sql 6.0.14

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

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

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.19 36 6/14/2024
6.0.18 32 6/14/2024
6.0.17 34 6/14/2024
6.0.16 61 6/10/2024
6.0.15 62 6/9/2024
6.0.14 89 5/24/2024
6.0.13 80 5/23/2024
6.0.12 70 5/23/2024
6.0.11 73 5/20/2024
6.0.9 89 5/20/2024
6.0.7 78 5/18/2024
6.0.6 68 5/10/2024
6.0.5 77 5/10/2024
6.0.4 96 4/3/2024
6.0.3 121 3/25/2024
6.0.2 171 3/11/2024
6.0.0 494 11/21/2023
6.0.0-rc.6 76 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 522 9/25/2023
5.0.19 493 9/10/2023
5.0.18 455 9/6/2023
5.0.17 460 9/6/2023
5.0.16 456 9/5/2023
5.0.15 460 9/5/2023
5.0.14 468 9/5/2023
5.0.13 488 9/1/2023
5.0.12 507 8/31/2023
5.0.11 450 8/30/2023
5.0.10 474 8/29/2023
5.0.9 492 8/24/2023
5.0.8 477 8/24/2023
5.0.7 477 8/23/2023
5.0.6 459 8/21/2023
5.0.5 531 8/21/2023
5.0.4 467 8/16/2023
5.0.3 588 8/2/2023
5.0.2 556 8/2/2023
5.0.1 540 8/1/2023
5.0.0 615 7/31/2023
4.1.26 499 7/20/2023
4.1.25 541 7/16/2023
4.1.24 577 6/13/2023
4.1.23 557 6/13/2023
4.1.22 933 5/30/2023
4.1.21 531 5/20/2023
4.1.20 315,669 4/19/2023
4.1.19 95,519 3/20/2023
4.1.18 665 3/20/2023
4.1.17 680 3/16/2023
4.1.16 635 3/16/2023
4.1.15 606 3/15/2023
4.1.14 1,209 3/9/2023
4.1.13 643 3/7/2023
4.1.12 782 2/10/2023
4.1.11 666 1/26/2023
4.1.10 734 1/22/2023
4.1.9 686 1/20/2023
4.1.8 706 1/18/2023
4.1.7 654 1/18/2023
4.1.6 765 1/17/2023
4.1.1 709 1/4/2023
4.1.0 645 1/1/2023
3.1.5 672 12/21/2022
3.1.3 671 12/12/2022
3.1.2 690 12/7/2022
3.1.1 673 12/7/2022
3.1.0 687 12/2/2022
3.0.29 784 12/1/2022
3.0.28 656 12/1/2022
3.0.27 712 11/23/2022
3.0.25 734 11/23/2022
3.0.24 765 11/18/2022
3.0.23 675 11/18/2022
3.0.22 726 11/15/2022
3.0.21 787 11/14/2022
3.0.20 758 11/13/2022
3.0.19 764 11/2/2022
3.0.18 791 11/2/2022
3.0.17 767 10/29/2022
3.0.16 812 10/29/2022
3.0.15 739 10/29/2022
3.0.14 758 10/24/2022
3.0.13 812 10/24/2022
3.0.12 818 10/17/2022
3.0.11 845 10/10/2022
3.0.10 779 10/6/2022
3.0.9 821 10/6/2022
3.0.8 673 10/6/2022
3.0.7 854 10/6/2022
3.0.6 820 10/5/2022
3.0.5 832 10/5/2022
3.0.4 758 10/5/2022
3.0.3 742 10/3/2022
3.0.2 781 9/30/2022
3.0.1 733 9/29/2022
2.0.16 824 9/27/2022
2.0.15 856 9/27/2022
2.0.14 858 9/26/2022
2.0.13 848 9/26/2022
2.0.12 795 9/26/2022
2.0.11 851 9/25/2022
2.0.10 872 9/25/2022
2.0.9 869 9/22/2022
2.0.8 799 9/22/2022
2.0.6 754 9/20/2022
2.0.5 853 9/20/2022
2.0.4 860 9/20/2022
2.0.2 807 9/20/2022
2.0.1 957 9/13/2022
2.0.0 854 8/19/2022
1.1.24 868 7/30/2022
1.1.23 841 7/29/2022
1.1.22 862 7/29/2022
1.1.21 778 7/29/2022
1.1.20 878 7/29/2022
1.1.19 871 7/27/2022
1.1.17 848 7/27/2022
1.1.16 804 7/26/2022
1.1.15 921 7/25/2022
1.1.14 845 7/25/2022
1.1.13 855 7/22/2022
1.1.12 832 7/19/2022
1.1.11 835 7/19/2022
1.1.10 821 7/19/2022
1.1.9 836 7/19/2022
1.1.8 912 7/18/2022
1.1.7 821 7/18/2022
1.1.6 846 7/18/2022
1.1.5 862 7/17/2022
1.1.4 880 7/17/2022
1.1.3 791 7/17/2022
1.1.2 850 7/17/2022
1.1.0 883 7/17/2022
1.0.2 888 7/15/2022
1.0.1 815 7/15/2022
1.0.0 892 7/8/2022
0.10.7 894 7/7/2022
0.10.2 873 7/2/2022
0.10.1 824 7/1/2022
0.10.0 856 7/1/2022
0.9.10 851 6/20/2022
0.9.9 864 6/11/2022
0.9.7 857 6/9/2022
0.9.6 815 6/5/2022