Codexcite.Cosmos 4.8.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Codexcite.Cosmos --version 4.8.0
                    
NuGet\Install-Package Codexcite.Cosmos -Version 4.8.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="Codexcite.Cosmos" Version="4.8.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Codexcite.Cosmos" Version="4.8.0" />
                    
Directory.Packages.props
<PackageReference Include="Codexcite.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 Codexcite.Cosmos --version 4.8.0
                    
#r "nuget: Codexcite.Cosmos, 4.8.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 Codexcite.Cosmos@4.8.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=Codexcite.Cosmos&version=4.8.0
                    
Install as a Cake Addin
#tool nuget:?package=Codexcite.Cosmos&version=4.8.0
                    
Install as a Cake Tool

Codexcite.Cosmos

Utilities for working with Azure Cosmos DB.

Getting started

[TBA]

Prerequisites

[TBA]

Usage

[TBA]

Additional documentation

[TBA]

Feedback

[TBA]

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
Loading failed

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.