Rystem.RepositoryFramework.Infrastructure.Azure.Cosmos.Sql 3.0.21

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

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

What is Rystem?

Integration with Azure Cosmos Sql and Repository Framework

builder.Services
     .AddRepositoryInCosmosSql<User, string>(
        builder.Configuration["ConnectionString:CosmosSql"],
        "BigDatabase");

You found the IRepository<User, string> 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(x =>
{
    x.Name = "Repository Api";
    x.HasSwagger = true;
    x.HasDocumentation = true;
});

var app = builder.Build();

app.UseHttpsRedirection();
app.UseApiForRepositoryFramework();
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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.24 89 9/11/2024
6.0.23 88 7/18/2024
6.0.21 94 6/18/2024
6.0.20 113 6/16/2024
6.0.19 102 6/14/2024
6.0.18 86 6/14/2024
6.0.17 119 6/14/2024
6.0.16 107 6/10/2024
6.0.15 97 6/9/2024
6.0.14 119 5/24/2024
6.0.13 122 5/23/2024
6.0.12 101 5/23/2024
6.0.11 106 5/20/2024
6.0.9 123 5/20/2024
6.0.7 103 5/18/2024
6.0.6 90 5/10/2024
6.0.5 101 5/10/2024
6.0.4 119 4/3/2024
6.0.3 151 3/25/2024
6.0.2 196 3/11/2024
6.0.0 516 11/21/2023
6.0.0-rc.6 85 10/25/2023
6.0.0-rc.5 72 10/25/2023
6.0.0-rc.4 71 10/23/2023
6.0.0-rc.3 62 10/19/2023
6.0.0-rc.2 69 10/18/2023
6.0.0-rc.1 66 10/16/2023
5.0.20 532 9/25/2023
5.0.19 499 9/10/2023
5.0.18 478 9/6/2023
5.0.17 484 9/6/2023
5.0.16 466 9/5/2023
5.0.15 467 9/5/2023
5.0.14 492 9/5/2023
5.0.13 511 9/1/2023
5.0.12 514 8/31/2023
5.0.11 472 8/30/2023
5.0.10 494 8/29/2023
5.0.9 512 8/24/2023
5.0.8 500 8/24/2023
5.0.7 499 8/23/2023
5.0.6 479 8/21/2023
5.0.5 552 8/21/2023
5.0.4 488 8/16/2023
5.0.3 611 8/2/2023
5.0.2 581 8/2/2023
5.0.1 561 8/1/2023
5.0.0 633 7/31/2023
4.1.26 508 7/20/2023
4.1.25 561 7/16/2023
4.1.24 604 6/13/2023
4.1.23 579 6/13/2023
4.1.22 1,008 5/30/2023
4.1.21 551 5/20/2023
4.1.20 315,691 4/19/2023
4.1.19 95,540 3/20/2023
4.1.18 672 3/20/2023
4.1.17 702 3/16/2023
4.1.16 653 3/16/2023
4.1.15 628 3/15/2023
4.1.14 1,225 3/9/2023
4.1.13 664 3/7/2023
4.1.12 802 2/10/2023
4.1.11 685 1/26/2023
4.1.10 742 1/22/2023
4.1.9 708 1/20/2023
4.1.8 729 1/18/2023
4.1.7 675 1/18/2023
4.1.6 784 1/17/2023
4.1.1 732 1/4/2023
4.1.0 666 1/1/2023
3.1.5 692 12/21/2022
3.1.3 677 12/12/2022
3.1.2 714 12/7/2022
3.1.1 695 12/7/2022
3.1.0 707 12/2/2022
3.0.29 810 12/1/2022
3.0.28 681 12/1/2022
3.0.27 749 11/23/2022
3.0.25 768 11/23/2022
3.0.24 784 11/18/2022
3.0.23 694 11/18/2022
3.0.22 758 11/15/2022
3.0.21 805 11/14/2022
3.0.20 779 11/13/2022
3.0.19 785 11/2/2022
3.0.18 813 11/2/2022
3.0.17 787 10/29/2022
3.0.16 834 10/29/2022
3.0.15 757 10/29/2022
3.0.14 784 10/24/2022
3.0.13 834 10/24/2022
3.0.12 837 10/17/2022
3.0.11 862 10/10/2022
3.0.10 804 10/6/2022
3.0.9 842 10/6/2022
3.0.8 693 10/6/2022
3.0.7 873 10/6/2022
3.0.6 838 10/5/2022
3.0.5 853 10/5/2022
3.0.4 775 10/5/2022
3.0.3 761 10/3/2022
3.0.2 800 9/30/2022
3.0.1 751 9/29/2022
2.0.16 845 9/27/2022
2.0.15 878 9/27/2022
2.0.14 876 9/26/2022
2.0.13 867 9/26/2022
2.0.12 817 9/26/2022
2.0.11 870 9/25/2022
2.0.10 893 9/25/2022
2.0.9 888 9/22/2022
2.0.8 822 9/22/2022
2.0.6 772 9/20/2022
2.0.5 873 9/20/2022
2.0.4 880 9/20/2022
2.0.2 827 9/20/2022
2.0.1 981 9/13/2022
2.0.0 874 8/19/2022
1.1.24 890 7/30/2022
1.1.23 867 7/29/2022
1.1.22 888 7/29/2022
1.1.21 798 7/29/2022
1.1.20 900 7/29/2022
1.1.19 898 7/27/2022
1.1.17 870 7/27/2022
1.1.16 825 7/26/2022
1.1.15 942 7/25/2022
1.1.14 865 7/25/2022
1.1.13 879 7/22/2022
1.1.12 851 7/19/2022
1.1.11 861 7/19/2022
1.1.10 828 7/19/2022
1.1.9 860 7/19/2022
1.1.8 919 7/18/2022
1.1.7 841 7/18/2022
1.1.6 851 7/18/2022
1.1.5 887 7/17/2022
1.1.4 904 7/17/2022
1.1.3 797 7/17/2022
1.1.2 894 7/17/2022
1.1.0 905 7/17/2022
1.0.2 912 7/15/2022
1.0.1 839 7/15/2022
1.0.0 911 7/8/2022
0.10.7 920 7/7/2022
0.10.2 880 7/2/2022
0.10.1 849 7/1/2022
0.10.0 876 7/1/2022
0.9.10 874 6/20/2022
0.9.9 893 6/11/2022
0.9.7 881 6/9/2022
0.9.6 840 6/5/2022