Codexcite.Cosmos
4.9.1
See the version list below for details.
dotnet add package Codexcite.Cosmos --version 4.9.1
NuGet\Install-Package Codexcite.Cosmos -Version 4.9.1
<PackageReference Include="Codexcite.Cosmos" Version="4.9.1" />
<PackageVersion Include="Codexcite.Cosmos" Version="4.9.1" />
<PackageReference Include="Codexcite.Cosmos" />
paket add Codexcite.Cosmos --version 4.9.1
#r "nuget: Codexcite.Cosmos, 4.9.1"
#:package Codexcite.Cosmos@4.9.1
#addin nuget:?package=Codexcite.Cosmos&version=4.9.1
#tool nuget:?package=Codexcite.Cosmos&version=4.9.1
Codexcite.Cosmos
Utilities for working with Azure Cosmos DB.
Getting started
[TBA]
Prerequisites
[TBA]
Usage
[TBA]
Additional documentation
[TBA]
Feedback
[TBA]
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 is compatible. 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. |
-
net9.0
- Codexcite.Common (>= 5.27.0)
- Microsoft.Azure.Cosmos (>= 3.54.0)
- Microsoft.Extensions.Caching.Abstractions (>= 9.0.10)
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.3 | 88 | 2/11/2026 |
| 6.0.2 | 97 | 2/11/2026 |
| 6.0.1 | 99 | 2/4/2026 |
| 6.0.0 | 209 | 11/27/2025 |
| 4.10.3 | 214 | 11/25/2025 |
| 4.10.2 | 204 | 10/22/2025 |
| 4.10.1 | 191 | 10/21/2025 |
| 4.10.0 | 139 | 10/19/2025 |
| 4.9.2 | 192 | 10/17/2025 |
| 4.9.1 | 183 | 10/17/2025 |
| 4.9.0 | 201 | 10/5/2025 |
| 4.8.0 | 137 | 10/4/2025 |
| 4.7.9 | 135 | 10/4/2025 |
| 4.7.8 | 210 | 9/30/2025 |
| 4.7.7 | 221 | 8/14/2025 |
| 4.7.6 | 217 | 8/14/2025 |
| 4.7.5 | 276 | 8/7/2025 |
| 4.7.4 | 168 | 7/28/2025 |
| 4.7.3 | 200 | 6/26/2025 |
| 4.7.1 | 191 | 6/20/2025 |
Codexcite.Cosmos 4.9.1 - Fix OperationContext start not disposing
Codexcite.Cosmos 4.9.0 - Support for custom PartitionKeySeparator and IdSeparator
Codexcite.Cosmos 4.8.0 - Support for HierarchicalPartitionKeys
Codexcite.Cosmos 4.7.0 - Fixed IdentifiedCosmosContainer properties leaking into parent OperationContext
Codexcite.Cosmos 4.5.0 - Added Container PatchItemAsync with no read
Codexcite.Cosmos 4.3.6 - Added Container ExecuteTransactionAsync
Codexcite.Cosmos 4.3.0 - Added CosmosAuditService
Codexcite.Cosmos 4.2.6 - AddIdentifiedCosmosContainerOptions with default settings for container name
Codexcite.Cosmos 4.2.0 - IdentifiedCosmosContainerFactory is now registered as a singleton
Codexcite.Cosmos 4.1.0 - Added IdentitifiedCosmosContainer, IdentifiedCosmosContainerFactory
Codexcite.Cosmos 4.0.0 - Switched to generic CosmosContainerProvider
Codexcite.Cosmos 3.0.4 - Added IQueryable.ReadAllAsync
Codexcite.Cosmos 3.0.2 - Null PartitionKey instead of PartitionKey.None for cross partition queries
Codexcite.Cosmos 3.0.0 - Update to .Net 7.0
Codexcite.Cosmos 2.1.3 - Using ConcurrentDictionary in GetContainerAsync
Codexcite.Cosmos 2.1.2 - Added UpsertItemAsync
Codexcite.Cosmos 2.1.1 - ReadItemOrDefaultAsync handle CosmosException for 404
Codexcite.Cosmos 2.1.0 - Added ReadItemOrDefaultAsync
Codexcite.Cosmos 2.0.0 - Scaffold v1.0
Codexcite.Cosmos 1.0.0 - Initial version.