Codexcite.Cosmos
6.0.5
See the version list below for details.
dotnet add package Codexcite.Cosmos --version 6.0.5
NuGet\Install-Package Codexcite.Cosmos -Version 6.0.5
<PackageReference Include="Codexcite.Cosmos" Version="6.0.5" />
<PackageVersion Include="Codexcite.Cosmos" Version="6.0.5" />
<PackageReference Include="Codexcite.Cosmos" />
paket add Codexcite.Cosmos --version 6.0.5
#r "nuget: Codexcite.Cosmos, 6.0.5"
#:package Codexcite.Cosmos@6.0.5
#addin nuget:?package=Codexcite.Cosmos&version=6.0.5
#tool nuget:?package=Codexcite.Cosmos&version=6.0.5
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 | 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. |
-
net10.0
- Codexcite.Common (>= 6.5.0)
- Microsoft.Azure.Cosmos (>= 3.57.0)
- Microsoft.Extensions.Caching.Abstractions (>= 10.0.3)
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.3.1 | 31 | 3/21/2026 |
| 6.3.0 | 90 | 3/16/2026 |
| 6.2.0 | 83 | 3/16/2026 |
| 6.1.4 | 83 | 3/12/2026 |
| 6.1.3 | 86 | 3/12/2026 |
| 6.1.2 | 80 | 3/12/2026 |
| 6.1.0 | 82 | 3/9/2026 |
| 6.0.7 | 79 | 3/5/2026 |
| 6.0.6 | 83 | 3/5/2026 |
| 6.0.5 | 82 | 3/4/2026 |
| 6.0.4 | 93 | 2/26/2026 |
| 6.0.3 | 104 | 2/11/2026 |
| 6.0.2 | 112 | 2/11/2026 |
| 6.0.1 | 113 | 2/4/2026 |
| 6.0.0 | 220 | 11/27/2025 |
| 4.10.3 | 225 | 11/25/2025 |
| 4.10.2 | 215 | 10/22/2025 |
| 4.10.1 | 203 | 10/21/2025 |
| 4.10.0 | 153 | 10/19/2025 |
| 4.9.2 | 202 | 10/17/2025 |
Codexcite.Cosmos 4.10.0 - Default Json Serializer Settings excludes Dictionary entries from camelCase
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.