Microsoft.EntityFrameworkCore.Cosmos 10.0.0-preview.7.25380.108

Prefix Reserved
This is a prerelease version of Microsoft.EntityFrameworkCore.Cosmos.

Requires NuGet 3.6 or higher.

dotnet add package Microsoft.EntityFrameworkCore.Cosmos --version 10.0.0-preview.7.25380.108
                    
NuGet\Install-Package Microsoft.EntityFrameworkCore.Cosmos -Version 10.0.0-preview.7.25380.108
                    
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="Microsoft.EntityFrameworkCore.Cosmos" Version="10.0.0-preview.7.25380.108" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.EntityFrameworkCore.Cosmos" Version="10.0.0-preview.7.25380.108" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.EntityFrameworkCore.Cosmos" />
                    
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 Microsoft.EntityFrameworkCore.Cosmos --version 10.0.0-preview.7.25380.108
                    
#r "nuget: Microsoft.EntityFrameworkCore.Cosmos, 10.0.0-preview.7.25380.108"
                    
#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.
#:package Microsoft.EntityFrameworkCore.Cosmos@10.0.0-preview.7.25380.108
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Microsoft.EntityFrameworkCore.Cosmos&version=10.0.0-preview.7.25380.108&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.EntityFrameworkCore.Cosmos&version=10.0.0-preview.7.25380.108&prerelease
                    
Install as a Cake Tool

Microsoft.EntityFrameworkCore.Cosmos is the EF Core database provider package for Azure Cosmos DB.

Usage

Call the UseCosmos method to choose the Azure Cosmos DB database provider for your DbContext. For example:

protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder)
    => optionsBuilder.UseCosmos(
        "https://localhost:8081",
        "C2y6yDjf5/R+ob0N8A7Cgv30VRDJIWEHLM+4QDU5DE2nQ9nDuVTqobD4b8mGGyPMbIZnqyMsEcaGQy67XIw/Jw==",
        databaseName: "OrdersDB");

Getting started with EF Core

See Getting started with EF Core for more information about EF NuGet packages, including which to install when getting started.

Additional documentation

See Microsoft SQL Server EF Core Database Provider for more information about the features of this database provider.

Feedback

If you encounter a bug or issues with this package,you can open an Github issue. For more details, see getting support.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  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 (48)

Showing the top 5 NuGet packages that depend on Microsoft.EntityFrameworkCore.Cosmos:

Package Downloads
Service.Extensions.EntityFramework.Cosmos

Extensions to provide consistent configurations and patterns for your service.

EntityFrameworkCore.Initialization

Extension methods which allow each DbContext to be initialized & destroyed independently based on its Model.

Aspire.Microsoft.EntityFrameworkCore.Cosmos

A Microsoft Azure Cosmos DB provider for Entity Framework Core that integrates with Aspire, including connection pooling, logging, and telemetry.

AspNetCore.Identity.CosmosDb

A Cosmos DB implementation of ASP.NET Core Identity.

BridgingIT.DevKit.Infrastructure.EntityFramework.Cosmos

BridgingIT DevKit: Empowering developers with modular components for modern application development, centered around Domain-Driven Design principles. Our goal is to empower developers by offering modular components that can be easily integrated into your projects. Whether you're working with repositories, commands, queries, or other components, the bITDevKit provides flexible solutions that can adapt to your specific needs.

GitHub repositories (11)

Showing the top 11 popular GitHub repositories that depend on Microsoft.EntityFrameworkCore.Cosmos:

Repository Stars
dotnet/aspire
Tools, templates, and packages to accelerate building observable, production-ready apps
masastack/MASA.Framework
.NET next-generation microservice development framework, which provides cloud native best practices based on Dapr.
Jcparkyn/nodexr
Graphical regular expression editor
JonPSmith/EfCore.TestSupport
Tools for helping in unit testing applications that use Entity Framework Core
okyrylchuk/dotnet6_features
ProfessionalCSharp/ProfessionalCSharp2021
Source code for Professional C# and .NET 2021 Edition (with updates for C# 11 and .NET 7)
ProfessionalCSharp/MoreSamples
Additional code samples the book series Professional C#, Wrox Press
microsoft/TailwindTraders-Backend
Tailwind Traders Backend Services
Azure/azure-mobile-apps
Build better mobile applications using Azure Mobile Apps
CommunityToolkit/Datasync
A collection of libraries that implement a client-server system used for synchronizing data from a cloud-based database.
PacktPublishing/Software-Architecture-with-C-Sharp-12-and-.NET-8-4E
Code Repository for Software Architecture with .NET 8 Fourth Edition, Published by Packt
Version Downloads Last Updated
10.0.0-preview.7.25380.108 149 8/12/2025
10.0.0-preview.6.25358.103 221 7/15/2025
10.0.0-preview.5.25277.114 457 6/6/2025
10.0.0-preview.4.25258.110 372 5/12/2025
10.0.0-preview.3.25171.6 261 4/10/2025
10.0.0-preview.2.25163.8 226 3/18/2025
10.0.0-preview.1.25081.1 232 2/25/2025
9.0.8 10,437 8/5/2025
9.0.7 23,888 7/8/2025
9.0.6 31,977 6/10/2025
9.0.5 40,478 5/13/2025
9.0.4 83,430 4/8/2025
9.0.3 63,578 3/11/2025
9.0.2 145,500 2/11/2025
9.0.1 97,345 1/14/2025
9.0.0 148,690 11/12/2024
9.0.0-rc.2.24474.1 7,474 10/8/2024
9.0.0-rc.1.24451.1 1,856 9/10/2024
9.0.0-preview.7.24405.3 1,644 8/13/2024
9.0.0-preview.6.24327.4 361 7/9/2024
9.0.0-preview.5.24306.3 411 6/11/2024
9.0.0-preview.4.24267.1 4,613 5/21/2024
9.0.0-preview.3.24172.4 2,094 4/11/2024
9.0.0-preview.2.24128.4 231 3/12/2024
9.0.0-preview.1.24081.2 536 2/13/2024
8.0.19 3,025 8/5/2025
8.0.18 6,921 7/8/2025
8.0.17 12,568 6/10/2025
8.0.16 15,795 5/13/2025
8.0.15 31,895 4/8/2025
8.0.14 39,176 3/11/2025
8.0.13 79,352 2/11/2025
8.0.12 75,638 1/14/2025
8.0.11 313,708 11/12/2024
8.0.10 272,998 10/8/2024
8.0.8 579,774 8/13/2024
8.0.7 370,673 7/9/2024
8.0.6 298,389 5/28/2024
8.0.5 89,246 5/14/2024
8.0.4 312,712 4/9/2024
8.0.3 221,305 3/12/2024
8.0.2 125,191 2/13/2024
8.0.1 187,143 1/9/2024
8.0.0 334,270 11/14/2023
8.0.0-rc.2.23480.1 10,469 10/10/2023
8.0.0-rc.1.23419.6 9,736 9/12/2023
8.0.0-preview.7.23375.4 761 8/8/2023
8.0.0-preview.6.23329.4 851 7/11/2023
8.0.0-preview.5.23280.1 881 6/13/2023
8.0.0-preview.4.23259.3 885 5/16/2023
8.0.0-preview.3.23174.2 1,439 4/11/2023
8.0.0-preview.2.23128.3 889 3/14/2023
8.0.0-preview.1.23111.4 4,383 2/21/2023
7.0.20 29,847 5/28/2024
7.0.19 3,228 5/14/2024
7.0.18 9,459 4/9/2024
7.0.17 33,746 3/12/2024
7.0.16 19,616 2/13/2024
7.0.15 26,002 1/9/2024
7.0.14 49,714 11/14/2023
7.0.13 159,359 10/24/2023
7.0.12 62,042 10/10/2023
7.0.11 72,093 9/12/2023
7.0.10 80,099 8/8/2023
7.0.9 95,797 7/11/2023
7.0.8 66,215 6/22/2023
7.0.7 22,546 6/13/2023
7.0.5 229,126 4/11/2023
7.0.4 174,399 3/14/2023
7.0.3 84,580 2/14/2023
7.0.2 169,961 1/10/2023
7.0.1 76,228 12/13/2022
7.0.0 108,232 11/7/2022
7.0.0-rc.2.22472.11 5,053 10/11/2022
7.0.0-rc.1.22426.7 1,144 9/14/2022
7.0.0-preview.7.22376.2 1,972 8/9/2022
7.0.0-preview.6.22329.4 687 7/12/2022
7.0.0-preview.5.22302.2 908 6/14/2022
7.0.0-preview.4.22229.2 963 5/10/2022
7.0.0-preview.3.22175.1 638 4/13/2022
7.0.0-preview.2.22153.1 526 3/14/2022
7.0.0-preview.1.22076.6 505 2/17/2022
6.0.36 75,547 11/12/2024
6.0.35 10,146 10/8/2024
6.0.33 5,519 8/13/2024
6.0.32 3,180 7/9/2024
6.0.31 11,685 5/28/2024
6.0.30 2,998 5/14/2024
6.0.29 57,552 4/9/2024
6.0.28 19,991 3/12/2024
6.0.27 22,168 2/13/2024
6.0.26 30,083 1/9/2024
6.0.25 39,187 11/14/2023
6.0.24 20,426 10/24/2023
6.0.23 6,181 10/10/2023
6.0.22 31,867 9/12/2023
6.0.21 49,731 8/8/2023
6.0.20 30,791 7/11/2023
6.0.19 23,961 6/22/2023
6.0.18 10,137 6/13/2023
6.0.16 87,826 4/11/2023
6.0.15 68,807 3/14/2023
6.0.14 81,882 2/14/2023
6.0.13 40,632 1/10/2023
6.0.12 29,184 12/13/2022
6.0.11 96,565 11/7/2022
6.0.10 434,202 10/11/2022
6.0.9 846,362 9/13/2022
6.0.8 299,475 8/9/2022
6.0.7 193,532 7/12/2022
6.0.6 167,752 6/14/2022
6.0.5 202,095 5/10/2022
6.0.4 169,321 4/11/2022
6.0.3 312,713 3/8/2022
6.0.2 165,494 2/8/2022
6.0.1 463,439 12/14/2021
6.0.0 218,231 11/8/2021
6.0.0-rc.2.21480.5 13,124 10/12/2021
6.0.0-rc.1.21452.10 1,981 9/14/2021
6.0.0-preview.7.21378.4 627 8/10/2021
6.0.0-preview.6.21352.1 417 7/14/2021
6.0.0-preview.5.21301.9 4,181 6/15/2021
6.0.0-preview.4.21253.1 1,961 5/24/2021
6.0.0-preview.3.21201.2 927 4/8/2021
6.0.0-preview.2.21154.2 544 3/11/2021
6.0.0-preview.1.21102.2 715 2/12/2021
5.0.17 26,944 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 4,485 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 8,694 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 12,781 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 46,797 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 19,855 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 50,968 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 56,749 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 50,182 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 43,180 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 53,068 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 54,593 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 54,123 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 32,045 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 60,357 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 56,256 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 272,030 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 46,936 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.6 3,704 10/13/2020
5.0.0-rc.1.20451.13 2,143 9/14/2020
5.0.0-preview.8.20407.4 505 8/25/2020
5.0.0-preview.7.20365.15 783 7/21/2020
5.0.0-preview.6.20312.4 882 6/25/2020
5.0.0-preview.5.20278.2 2,248 6/10/2020
5.0.0-preview.4.20220.10 1,401 5/18/2020
5.0.0-preview.3.20181.2 3,446 4/23/2020
5.0.0-preview.2.20159.4 4,170 4/2/2020
5.0.0-preview.2.20120.8 3,454 3/16/2020
3.1.32 17,890 12/13/2022
3.1.31 2,875 11/8/2022
3.1.30 1,369 10/11/2022
3.1.29 2,536 9/13/2022
3.1.28 14,397 8/9/2022
3.1.27 5,920 7/12/2022
3.1.26 3,282 6/14/2022
3.1.25 5,855 5/10/2022
3.1.24 4,045 4/11/2022
3.1.23 28,781 3/8/2022
3.1.22 18,149 12/14/2021
3.1.21 61,457 11/7/2021
3.1.20 9,149 10/11/2021
3.1.19 13,378 9/14/2021
3.1.18 25,970 8/10/2021
3.1.17 30,095 7/13/2021
3.1.16 77,825 6/8/2021
3.1.15 19,765 5/11/2021
3.1.14 10,876 4/6/2021
3.1.13 28,508 3/9/2021
3.1.12 90,527 2/9/2021
3.1.11 41,802 1/12/2021
3.1.10 75,262 11/9/2020
3.1.9 67,206 10/13/2020
3.1.8 91,935 9/8/2020
3.1.7 49,379 8/11/2020
3.1.6 90,543 7/14/2020
3.1.5 47,439 6/9/2020
3.1.4 64,780 5/12/2020
3.1.3 170,406 3/24/2020
3.1.2 57,581 2/19/2020
3.1.1 45,505 1/14/2020
3.1.0 49,637 12/3/2019
3.1.0-preview3.19554.8 1,184 11/13/2019
3.1.0-preview2.19525.5 1,786 11/1/2019
3.1.0-preview1.19506.2 1,277 10/15/2019
3.0.3 1,779 2/19/2020
3.0.2 1,494 1/14/2020
3.0.1 6,626 11/18/2019
3.0.0 318,515 9/23/2019
3.0.0-rc1.19456.14 840 9/16/2019
3.0.0-preview9.19423.6 788 9/4/2019
3.0.0-preview8.19405.11 4,554 8/13/2019
3.0.0-preview7.19362.6 748 7/23/2019
3.0.0-preview6.19304.10 1,968 6/12/2019
3.0.0-preview5.19227.1 3,556 5/6/2019
3.0.0-preview4.19216.3 1,561 4/18/2019
3.0.0-preview3.19153.1 2,093 3/6/2019
3.0.0-preview.19074.3 1,452 1/29/2019
3.0.0-preview.18572.1 1,395 12/3/2018
2.2.0-preview3-35497 49,000 10/17/2018