Microsoft.Azure.Cosmos 3.55.0-preview.0

Prefix Reserved
This is a prerelease version of Microsoft.Azure.Cosmos.
dotnet add package Microsoft.Azure.Cosmos --version 3.55.0-preview.0
                    
NuGet\Install-Package Microsoft.Azure.Cosmos -Version 3.55.0-preview.0
                    
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.Azure.Cosmos" Version="3.55.0-preview.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.Azure.Cosmos" Version="3.55.0-preview.0" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.Azure.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.Azure.Cosmos --version 3.55.0-preview.0
                    
#r "nuget: Microsoft.Azure.Cosmos, 3.55.0-preview.0"
                    
#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.Azure.Cosmos@3.55.0-preview.0
                    
#: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.Azure.Cosmos&version=3.55.0-preview.0&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.Azure.Cosmos&version=3.55.0-preview.0&prerelease
                    
Install as a Cake Tool

This client library enables client applications to connect to Azure Cosmos DB via the NoSQL API. Azure Cosmos DB is a globally distributed, multi-model database service. For more information, refer to https://azure.microsoft.com/services/cosmos-db/.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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.  net9.0 was computed.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (418)

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

Package Downloads
Microsoft.Azure.Cosmos.Table

This client library enables working with the Microsoft Azure CosmosDB Table storage, with support for global distribution, automatic secondary indexes, dedicated throughput, and single-digit millisecond latency. See "Getting started with the Azure Cosmos DB: Table API" at https://aka.ms/premiumtables. For reporting issue, please file it at: https://github.com/Azure/azure-cosmos-table-dotnet/issues.

Microsoft.Azure.WebJobs.Extensions.CosmosDB

This package contains binding extensions for Azure Cosmos DB.

Microsoft.EntityFrameworkCore.Cosmos

Azure Cosmos provider for Entity Framework Core.

AspNetCore.HealthChecks.CosmosDb

HealthChecks.CosmosDb is the health check package for Azure CosmosDb.

Microsoft.Azure.Functions.Worker.Extensions.CosmosDB

Azure Cosmos DB extensions for .NET isolated functions

GitHub repositories (62)

Showing the top 20 popular GitHub repositories that depend on Microsoft.Azure.Cosmos:

Repository Stars
microsoft/semantic-kernel
Integrate cutting-edge LLM technology quickly and easily into your apps
bitwarden/server
Bitwarden infrastructure/backend (API, database, Docker, etc).
dotnet/efcore
EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.
dotnet/orleans
Cloud Native application framework for .NET
MassTransit/MassTransit
Distributed Application Framework for .NET
danielgerlag/workflow-core
Lightweight workflow engine for .NET Standard
dotnet/aspire
Tools, templates, and packages to accelerate building observable, production-ready apps
Xabaril/AspNetCore.Diagnostics.HealthChecks
Enterprise HealthChecks for ASP.NET Core Diagnostics Package
testcontainers/testcontainers-dotnet
A library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions.
thepirat000/Audit.NET
An extensible framework to audit executing operations in .NET and .NET Core.
MicrosoftLearning/AZ-204-DevelopingSolutionsforMicrosoftAzure
AZ-204: Developing solutions for Microsoft Azure
Azure/azure-functions-host
The host/runtime that powers Azure Functions
microsoft/WhatTheHack
A collection of challenge based hack-a-thons including student guide, coach guide, lecture presentations, sample/instructional code and templates. Please visit the What The Hack website at: https://aka.ms/wth
microsoft/coyote
Coyote is a library and tool for testing concurrent C# code and deterministically reproducing bugs.
OfficeDev/Microsoft-Teams-Samples
Welcome to the Microsoft Teams samples repository. Here you will find task-focused samples in C#, JavaScript and TypeScript to help you get started with the Microsoft Teams App!
UiPath/CoreWF
WF runtime ported to work on .NET 6
Azure/azure-mcp
The Azure MCP Server, bringing the power of Azure to your agents.
Azure/data-api-builder
Data API builder provides modern REST and GraphQL endpoints to your Azure Databases and on-prem stores.
SteeltoeOSS/Steeltoe
.NET Components for Externalized Configuration, Database Connectors, Service Discovery, Logging and Distributed Tracing, Application Management, Security, and more.
cocoa-mhlw/cocoa
Version Downloads Last Updated
3.55.0-preview.0 1,242 10/4/2025
3.54.0 43,123 10/4/2025
3.54.0-preview.1 9,487 8/28/2025
3.54.0-preview.0 5,297 8/14/2025
3.53.1 590,598 8/28/2025
3.53.0 310,488 8/13/2025
3.53.0-preview.0 34,045 6/14/2025
3.52.1 582,667 7/17/2025
3.52.0 1,122,207 6/14/2025
3.52.0-preview.0 9,740 5/16/2025
3.51.0 1,535,626 5/16/2025
3.51.0-preview.0 24,201 5/10/2025
3.50.0 308,479 5/10/2025
3.50.0-preview.1 165 5/9/2025
3.50.0-preview.0 18,433 4/18/2025
3.49.1 56,740 5/9/2025
3.49.0 1,058,259 4/18/2025
3.49.0-preview.1 2,398 4/13/2025
3.49.0-preview.0 7,275 3/21/2025
3.48.1 620,782 4/13/2025
3.48.0 1,040,010 3/21/2025
3.48.0-preview.2 18,070 2/28/2025
3.48.0-preview.1 2,217 2/24/2025
3.48.0-preview.0 76,780 2/11/2025
3.47.2 1,611,899 2/28/2025
3.47.1 694,446 2/19/2025
3.47.0 484,221 2/11/2025
3.47.0-preview.1 20,640 1/28/2025
3.47.0-preview.0 34,929 11/19/2024
3.46.1 1,916,312 1/9/2025
3.46.0 3,433,451 11/19/2024
3.46.0-preview.2 39,362 11/13/2024
3.46.0-preview.1 362 11/12/2024
3.46.0-preview.0 8,235 10/25/2024
3.45.2 1,600,991 11/13/2024
3.45.1 162,677 11/11/2024
3.45.0 1,246,993 10/25/2024
3.45.0-preview.1 12,357 10/16/2024
3.45.0-preview.0 13,126 10/9/2024
3.44.1 1,563,143 10/15/2024
3.44.0 684,798 10/9/2024
3.44.0-preview.1 26,220 9/19/2024
3.44.0-preview.0 35,741 9/4/2024
3.43.1 1,463,335 9/19/2024
3.43.0 1,168,887 9/4/2024
3.43.0-preview.0 18,832 7/26/2024
3.42.0 3,022,155 7/25/2024
3.42.0-preview.0 24,692 7/9/2024
3.41.0 4,282,338 6/12/2024
3.41.0-preview.0 149,019 5/18/2024
3.40.0 1,982,568 5/18/2024
3.40.0-preview.2 4,185 5/18/2024
3.40.0-preview.1 25,084 4/18/2024
3.40.0-preview.0 4,488 4/15/2024
3.39.2 271,891 5/18/2024
3.39.1 3,590,458 4/18/2024
3.39.0 379,477 4/15/2024
3.39.0-preview.1 68,568 2/8/2024
3.39.0-preview.0 18,854 2/1/2024
3.38.1 4,297,465 2/8/2024
3.38.0 976,547 2/1/2024
3.37.1 1,731,817 1/3/2024
3.37.1-preview 49,230 1/3/2024
3.37.0 4,050,650 11/20/2023
3.37.0-preview 95,986 11/20/2023
3.36.0 1,502,057 10/24/2023
3.36.0-preview 16,334 10/24/2023
3.35.4 6,868,087 9/15/2023
3.35.4-preview 11,308 9/18/2023
3.35.3 1,884,743 8/10/2023
3.35.3-preview 39,220 8/10/2023
3.35.2 1,435,348 7/17/2023
3.35.2-preview 18,390 7/17/2023
3.35.1 940,819 6/27/2023
3.35.1-preview 6,616 6/27/2023
3.35.0 506,732 6/19/2023
3.35.0-preview 3,483 6/21/2023
3.34.0 2,267,667 5/18/2023
3.34.0-preview 14,519 5/18/2023
3.33.0 1,486,734 4/28/2023
3.33.0-preview 12,398 4/28/2023
3.32.3 1,819,896 3/30/2023
3.32.3-preview 56,725 3/30/2023
3.31.2 5,564,886 11/7/2022
3.31.2-preview 118,693 11/29/2022
3.31.1 689,293 10/31/2022
3.31.1-preview 18,549 10/31/2022
3.31.0 2,849,448 10/3/2022
3.31.0-preview 22,254 10/5/2022
3.30.1 3,235,250 9/1/2022
3.30.1-preview 14,122 9/1/2022
3.30.0 714,599 8/19/2022
3.30.0-preview 7,689 8/19/2022
3.29.0 4,536,248 7/11/2022
3.29.0-preview 24,161 7/11/2022
3.28.0 1,906,133 6/14/2022
3.28.0-preview 79,455 6/14/2022
3.27.2 597,479 6/2/2022
3.27.2-preview 3,672 6/2/2022
3.27.1 560,383 5/25/2022
3.27.1-preview 4,409 5/25/2022
3.27.0 1,271,388 5/6/2022
3.27.0-preview 4,167 5/6/2022
3.26.2 109,665 5/5/2022
3.26.1 2,332,236 3/17/2022
3.26.0 363,534 3/12/2022
3.26.0-preview 25,035 2/28/2022
3.25.0 1,453,913 2/18/2022
3.25.0-preview 3,014 2/18/2022
3.24.0 1,967,794 2/1/2022
3.24.0-preview 5,192 2/1/2022
3.23.0 5,174,790 11/13/2021
3.23.0-preview 80,212 11/13/2021
3.22.1 1,402,263 10/28/2021
3.22.1-preview 4,227 10/29/2021
3.22.0 409,010 10/18/2021
3.22.0-preview 19,720 10/7/2021
3.21.0 4,319,423 9/10/2021
3.21.0-preview 55,452 9/10/2021
3.20.1 4,041,503 7/1/2021
3.20.1-preview 6,165 7/7/2021
3.20.0 789,646 6/21/2021
3.20.0-preview 8,987 6/21/2021
3.19.0 1,387,709 5/25/2021
3.19.0-preview1 7,053 5/18/2021
3.19.0-preview 31,234 4/27/2021
3.18.1-preview 3,160 6/14/2021
3.18.0 1,982,968 4/26/2021
3.18.0-preview 37,036 3/18/2021
3.17.1 1,318,712 3/19/2021
3.17.0 898,198 3/2/2021
3.17.0-preview1 4,901 3/2/2021
3.17.0-preview 9,881 2/15/2021
3.16.0 2,594,903 1/12/2021
3.15.2-preview 82,797 11/18/2020
3.15.1 1,464,158 12/17/2020
3.15.1-preview 18,613 11/5/2020
3.15.0 1,528,010 11/18/2020
3.15.0-preview 14,372 10/21/2020
3.14.0-preview 4,444 10/9/2020
3.13.0 765,982 9/23/2020
3.13.0-preview 24,220 8/13/2020
3.12.0 2,628,457 8/5/2020
3.11.1-preview 3,296 10/2/2020
3.11.0 1,004,878 7/7/2020
3.11.0-preview 20,535 7/7/2020
3.10.1 632,654 6/18/2020
3.9.1 921,345 5/19/2020
3.9.1-preview 35,183 5/19/2020
3.9.0-preview3 6,357 5/11/2020
3.9.0-preview2 5,687 5/6/2020
3.9.0-preview 6,297 4/28/2020
3.8.0 6,323,351 4/7/2020
3.8.0-preview 7,744 4/15/2020
3.7.1-preview 4,455 3/31/2020
3.7.0 335,490 3/26/2020
3.7.0-preview2 6,759 3/9/2020
3.7.0-preview 24,490 2/26/2020
3.6.0 2,335,440 1/23/2020
3.5.1 868,704 12/11/2019
3.5.0 204,331 12/3/2019
3.4.1 432,206 11/7/2019
3.4.0 91,405 11/4/2019
3.3.3 1,055,533 10/30/2019
3.3.2 177,725 10/16/2019
3.3.1 72,900 10/11/2019
3.3.0 70,866 10/9/2019
3.2.0 725,232 9/18/2019
3.2.0-preview2 16,111 9/10/2019
3.2.0-preview 21,756 8/12/2019
3.1.1 1,000,938 8/12/2019
3.0.0 1,747,447 7/11/2019
3.0.0-rc1 3,961 7/1/2019
3.0.0-preview 10,820 11/29/2018

The change log for this SDK is made available at https://github.com/Azure/azure-cosmos-dotnet-v3/blob/master/changelog.md at the time of release.