Microsoft.Azure.Cosmos
3.53.0-preview.0
Prefix Reserved
See the version list below for details.
dotnet add package Microsoft.Azure.Cosmos --version 3.53.0-preview.0
NuGet\Install-Package Microsoft.Azure.Cosmos -Version 3.53.0-preview.0
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.53.0-preview.0" />
<PackageVersion Include="Microsoft.Azure.Cosmos" Version="3.53.0-preview.0" />
<PackageReference Include="Microsoft.Azure.Cosmos" />
paket add Microsoft.Azure.Cosmos --version 3.53.0-preview.0
#r "nuget: Microsoft.Azure.Cosmos, 3.53.0-preview.0"
#:package Microsoft.Azure.Cosmos@3.53.0-preview.0
#addin nuget:?package=Microsoft.Azure.Cosmos&version=3.53.0-preview.0&prerelease
#tool nuget:?package=Microsoft.Azure.Cosmos&version=3.53.0-preview.0&prerelease
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 | Versions 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. |
-
.NETStandard 2.0
- Azure.Core (>= 1.44.1)
- Microsoft.Bcl.AsyncInterfaces (>= 6.0.0)
- Microsoft.Bcl.HashCode (>= 1.1.0)
- System.Buffers (>= 4.5.1)
- System.Collections.Immutable (>= 1.7.0)
- System.Configuration.ConfigurationManager (>= 6.0.0)
- System.Diagnostics.DiagnosticSource (>= 8.0.1)
- System.Memory (>= 4.5.5)
- System.Net.Http (>= 4.3.4)
- System.Numerics.Vectors (>= 4.5.0)
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0)
- System.Text.RegularExpressions (>= 4.3.1)
- System.Threading.Tasks.Extensions (>= 4.5.4)
- System.ValueTuple (>= 4.5.0)
NuGet packages (437)
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.EntityFrameworkCore.Cosmos
Azure Cosmos provider for Entity Framework Core. |
|
|
Microsoft.Azure.WebJobs.Extensions.CosmosDB
This package contains binding extensions for Azure Cosmos DB. |
|
|
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 (61)
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
Aspire is the tool for code-first, extensible, observable dev and deploy.
|
|
|
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!
|
|
|
Azure/data-api-builder
Data API builder provides modern REST and GraphQL endpoints to your Azure Databases and on-prem stores.
|
|
|
drasi-project/drasi-platform
The Data Change Processing platform
|
|
|
Azure/azure-mcp
The Azure MCP Server, bringing the power of Azure to your agents.
|
|
|
UiPath/CoreWF
WF runtime ported to work on .NET 6
|
|
|
SteeltoeOSS/Steeltoe
.NET Components for Externalized Configuration, Database Connectors, Service Discovery, Logging and Distributed Tracing, Application Management, Security, and more.
|
| Version | Downloads | Last Updated |
|---|---|---|
| 3.58.0-preview.0 | 164 | 1/21/2026 |
| 3.57.0 | 9,200 | 1/21/2026 |
| 3.57.0-preview.1 | 3,571 | 12/18/2025 |
| 3.57.0-preview.0 | 4,409 | 11/25/2025 |
| 3.56.0 | 810,817 | 11/25/2025 |
| 3.56.0-preview.0 | 1,823 | 11/15/2025 |
| 3.55.0 | 297,787 | 11/15/2025 |
| 3.55.0-preview.1 | 2,330 | 11/3/2025 |
| 3.55.0-preview.0 | 7,682 | 10/4/2025 |
| 3.54.1 | 489,159 | 11/3/2025 |
| 3.54.0 | 1,095,084 | 10/4/2025 |
| 3.54.0-preview.2 | 214 | 10/19/2025 |
| 3.54.0-preview.1 | 13,652 | 8/28/2025 |
| 3.54.0-preview.0 | 10,116 | 8/14/2025 |
| 3.53.2 | 63,506 | 10/17/2025 |
| 3.53.1 | 1,545,792 | 8/28/2025 |
| 3.53.0 | 574,259 | 8/13/2025 |
| 3.53.0-preview.0 | 59,609 | 6/14/2025 |
| 3.52.1 | 1,078,369 | 7/17/2025 |
| 3.52.0 | 1,761,257 | 6/14/2025 |
| 3.52.0-preview.0 | 13,141 | 5/16/2025 |
| 3.51.0 | 2,115,591 | 5/16/2025 |
| 3.51.0-preview.0 | 46,644 | 5/10/2025 |
| 3.50.0 | 459,277 | 5/10/2025 |
| 3.50.0-preview.1 | 269 | 5/9/2025 |
| 3.50.0-preview.0 | 30,372 | 4/18/2025 |
| 3.49.1 | 120,286 | 5/9/2025 |
| 3.49.0 | 1,531,227 | 4/18/2025 |
| 3.49.0-preview.1 | 4,190 | 4/13/2025 |
| 3.49.0-preview.0 | 8,707 | 3/21/2025 |
| 3.48.1 | 815,956 | 4/13/2025 |
| 3.48.0 | 1,359,435 | 3/21/2025 |
| 3.48.0-preview.2 | 21,984 | 2/28/2025 |
| 3.48.0-preview.1 | 2,890 | 2/24/2025 |
| 3.48.0-preview.0 | 84,078 | 2/11/2025 |
| 3.47.2 | 2,214,273 | 2/28/2025 |
| 3.47.1 | 861,736 | 2/19/2025 |
| 3.47.0 | 698,395 | 2/11/2025 |
| 3.47.0-preview.1 | 22,755 | 1/28/2025 |
| 3.47.0-preview.0 | 39,632 | 11/19/2024 |
| 3.46.1 | 2,328,680 | 1/9/2025 |
| 3.46.0 | 4,469,122 | 11/19/2024 |
| 3.46.0-preview.2 | 42,318 | 11/13/2024 |
| 3.46.0-preview.1 | 460 | 11/12/2024 |
| 3.46.0-preview.0 | 9,463 | 10/25/2024 |
| 3.45.2 | 1,933,592 | 11/13/2024 |
| 3.45.1 | 237,552 | 11/11/2024 |
| 3.45.0 | 1,501,082 | 10/25/2024 |
| 3.45.0-preview.1 | 12,949 | 10/16/2024 |
| 3.45.0-preview.0 | 13,930 | 10/9/2024 |
| 3.44.1 | 1,982,644 | 10/15/2024 |
| 3.44.0 | 813,809 | 10/9/2024 |
| 3.44.0-preview.1 | 26,866 | 9/19/2024 |
| 3.44.0-preview.0 | 38,959 | 9/4/2024 |
| 3.43.1 | 1,733,144 | 9/19/2024 |
| 3.43.0 | 1,412,066 | 9/4/2024 |
| 3.43.0-preview.0 | 20,646 | 7/26/2024 |
| 3.42.0 | 3,534,135 | 7/25/2024 |
| 3.42.0-preview.0 | 25,570 | 7/9/2024 |
| 3.41.0 | 4,878,443 | 6/12/2024 |
| 3.41.0-preview.0 | 158,643 | 5/18/2024 |
| 3.40.0 | 2,258,939 | 5/18/2024 |
| 3.40.0-preview.2 | 4,461 | 5/18/2024 |
| 3.40.0-preview.1 | 26,510 | 4/18/2024 |
| 3.40.0-preview.0 | 4,621 | 4/15/2024 |
| 3.39.2 | 370,618 | 5/18/2024 |
| 3.39.1 | 4,334,063 | 4/18/2024 |
| 3.39.0 | 462,893 | 4/15/2024 |
| 3.39.0-preview.1 | 71,065 | 2/8/2024 |
| 3.39.0-preview.0 | 20,883 | 2/1/2024 |
| 3.38.1 | 4,724,306 | 2/8/2024 |
| 3.38.0 | 1,149,507 | 2/1/2024 |
| 3.37.1 | 1,915,953 | 1/3/2024 |
| 3.37.1-preview | 49,842 | 1/3/2024 |
| 3.37.0 | 4,540,540 | 11/20/2023 |
| 3.37.0-preview | 115,026 | 11/20/2023 |
| 3.36.0 | 1,646,767 | 10/24/2023 |
| 3.36.0-preview | 16,969 | 10/24/2023 |
| 3.35.4 | 7,629,848 | 9/15/2023 |
| 3.35.4-preview | 11,444 | 9/18/2023 |
| 3.35.3 | 2,025,016 | 8/10/2023 |
| 3.35.3-preview | 39,756 | 8/10/2023 |
| 3.35.2 | 1,548,940 | 7/17/2023 |
| 3.35.2-preview | 18,530 | 7/17/2023 |
| 3.35.1 | 1,015,972 | 6/27/2023 |
| 3.35.1-preview | 6,748 | 6/27/2023 |
| 3.35.0 | 583,670 | 6/19/2023 |
| 3.35.0-preview | 3,669 | 6/21/2023 |
| 3.34.0 | 2,406,763 | 5/18/2023 |
| 3.34.0-preview | 14,649 | 5/18/2023 |
| 3.33.0 | 1,588,820 | 4/28/2023 |
| 3.33.0-preview | 12,832 | 4/28/2023 |
| 3.32.3 | 1,926,509 | 3/30/2023 |
| 3.32.3-preview | 56,875 | 3/30/2023 |
| 3.31.2 | 5,746,077 | 11/7/2022 |
| 3.31.2-preview | 129,014 | 11/29/2022 |
| 3.31.1 | 764,640 | 10/31/2022 |
| 3.31.1-preview | 19,246 | 10/31/2022 |
| 3.31.0 | 3,007,107 | 10/3/2022 |
| 3.31.0-preview | 23,273 | 10/5/2022 |
| 3.30.1 | 3,370,405 | 9/1/2022 |
| 3.30.1-preview | 14,260 | 9/1/2022 |
| 3.30.0 | 788,555 | 8/19/2022 |
| 3.30.0-preview | 7,815 | 8/19/2022 |
| 3.29.0 | 4,770,734 | 7/11/2022 |
| 3.29.0-preview | 24,305 | 7/11/2022 |
| 3.28.0 | 1,995,040 | 6/14/2022 |
| 3.28.0-preview | 80,371 | 6/14/2022 |
| 3.27.2 | 663,157 | 6/2/2022 |
| 3.27.2-preview | 3,823 | 6/2/2022 |
| 3.27.1 | 646,014 | 5/25/2022 |
| 3.27.1-preview | 4,546 | 5/25/2022 |
| 3.27.0 | 1,350,434 | 5/6/2022 |
| 3.27.0-preview | 4,284 | 5/6/2022 |
| 3.26.2 | 169,566 | 5/5/2022 |
| 3.26.1 | 2,438,728 | 3/17/2022 |
| 3.26.0 | 441,571 | 3/12/2022 |
| 3.26.0-preview | 25,166 | 2/28/2022 |
| 3.25.0 | 1,573,969 | 2/18/2022 |
| 3.25.0-preview | 3,133 | 2/18/2022 |
| 3.24.0 | 2,065,889 | 2/1/2022 |
| 3.24.0-preview | 5,484 | 2/1/2022 |
| 3.23.0 | 5,347,616 | 11/13/2021 |
| 3.23.0-preview | 80,342 | 11/13/2021 |
| 3.22.1 | 1,503,716 | 10/28/2021 |
| 3.22.1-preview | 4,360 | 10/29/2021 |
| 3.22.0 | 471,871 | 10/18/2021 |
| 3.22.0-preview | 19,860 | 10/7/2021 |
| 3.21.0 | 4,474,741 | 9/10/2021 |
| 3.21.0-preview | 58,086 | 9/10/2021 |
| 3.20.1 | 4,261,023 | 7/1/2021 |
| 3.20.1-preview | 6,281 | 7/7/2021 |
| 3.20.0 | 858,408 | 6/21/2021 |
| 3.20.0-preview | 9,143 | 6/21/2021 |
| 3.19.0 | 1,489,223 | 5/25/2021 |
| 3.19.0-preview1 | 7,175 | 5/18/2021 |
| 3.19.0-preview | 31,431 | 4/27/2021 |
| 3.18.1-preview | 3,288 | 6/14/2021 |
| 3.18.0 | 2,108,605 | 4/26/2021 |
| 3.18.0-preview | 37,852 | 3/18/2021 |
| 3.17.1 | 1,399,399 | 3/19/2021 |
| 3.17.0 | 962,009 | 3/2/2021 |
| 3.17.0-preview1 | 5,022 | 3/2/2021 |
| 3.17.0-preview | 10,007 | 2/15/2021 |
| 3.16.0 | 2,776,985 | 1/12/2021 |
| 3.15.2-preview | 83,158 | 11/18/2020 |
| 3.15.1 | 1,536,356 | 12/17/2020 |
| 3.15.1-preview | 18,919 | 11/5/2020 |
| 3.15.0 | 1,597,237 | 11/18/2020 |
| 3.15.0-preview | 14,512 | 10/21/2020 |
| 3.14.0-preview | 4,569 | 10/9/2020 |
| 3.13.0 | 842,581 | 9/23/2020 |
| 3.13.0-preview | 24,677 | 8/13/2020 |
| 3.12.0 | 2,757,944 | 8/5/2020 |
| 3.11.1-preview | 3,453 | 10/2/2020 |
| 3.11.0 | 1,068,986 | 7/7/2020 |
| 3.11.0-preview | 20,677 | 7/7/2020 |
| 3.10.1 | 702,784 | 6/18/2020 |
| 3.9.1 | 986,561 | 5/19/2020 |
| 3.9.1-preview | 35,356 | 5/19/2020 |
| 3.9.0-preview3 | 6,546 | 5/11/2020 |
| 3.9.0-preview2 | 5,836 | 5/6/2020 |
| 3.9.0-preview | 6,622 | 4/28/2020 |
| 3.8.0 | 6,391,199 | 4/7/2020 |
| 3.8.0-preview | 7,887 | 4/15/2020 |
| 3.7.1-preview | 4,573 | 3/31/2020 |
| 3.7.0 | 399,284 | 3/26/2020 |
| 3.7.0-preview2 | 6,891 | 3/9/2020 |
| 3.7.0-preview | 24,951 | 2/26/2020 |
| 3.6.0 | 2,479,733 | 1/23/2020 |
| 3.5.1 | 936,831 | 12/11/2019 |
| 3.5.0 | 263,464 | 12/3/2019 |
| 3.4.1 | 495,888 | 11/7/2019 |
| 3.4.0 | 150,378 | 11/4/2019 |
| 3.3.3 | 1,124,409 | 10/30/2019 |
| 3.3.2 | 237,108 | 10/16/2019 |
| 3.3.1 | 133,060 | 10/11/2019 |
| 3.3.0 | 129,898 | 10/9/2019 |
| 3.2.0 | 791,897 | 9/18/2019 |
| 3.2.0-preview2 | 16,248 | 9/10/2019 |
| 3.2.0-preview | 21,882 | 8/12/2019 |
| 3.1.1 | 1,066,763 | 8/12/2019 |
| 3.0.0 | 1,900,505 | 7/11/2019 |
| 3.0.0-rc1 | 4,091 | 7/1/2019 |
| 3.0.0-preview | 11,583 | 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.