Codexcite.Cosmos 4.7.7

dotnet add package Codexcite.Cosmos --version 4.7.7
                    
NuGet\Install-Package Codexcite.Cosmos -Version 4.7.7
                    
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.7.7" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Codexcite.Cosmos" Version="4.7.7" />
                    
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.7.7
                    
#r "nuget: Codexcite.Cosmos, 4.7.7"
                    
#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.7.7
                    
#: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.7.7
                    
Install as a Cake Addin
#tool nuget:?package=Codexcite.Cosmos&version=4.7.7
                    
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
4.7.7 144 8/14/2025
4.7.6 132 8/14/2025
4.7.5 207 8/7/2025
4.7.4 104 7/28/2025
4.7.3 148 6/26/2025
4.7.1 119 6/20/2025
4.7.0 153 6/19/2025
4.5.4 107 6/6/2025
4.5.3 164 5/29/2025
4.5.2 154 5/29/2025
4.5.1 161 5/22/2025
4.4.14 114 5/18/2025
4.4.13 236 5/15/2025
4.4.12 239 5/15/2025
4.4.11 239 5/14/2025
4.4.10 196 4/9/2025
4.4.9 187 3/20/2025
4.4.8 123 2/25/2025
4.4.7 119 1/24/2025
4.4.6 129 1/20/2025
4.4.5 112 1/17/2025
4.4.4 110 1/16/2025
4.4.3 119 1/7/2025
4.4.2 130 12/21/2024
4.4.1 126 12/11/2024
4.4.0 131 11/20/2024
4.3.11 123 11/2/2024
4.3.10 137 10/22/2024
4.3.8 154 10/21/2024
4.3.7 179 10/18/2024
4.3.6 132 10/17/2024
4.3.5 121 10/15/2024
4.3.4 121 10/13/2024
4.3.3 129 10/12/2024
4.3.2 127 10/12/2024
4.3.1 131 10/9/2024
4.3.0 128 10/6/2024
4.2.10 136 10/5/2024
4.2.9 124 10/4/2024
4.2.8 128 10/4/2024
4.2.7 129 10/1/2024
4.2.6 133 9/28/2024
4.2.5 121 9/27/2024
4.2.4 134 9/20/2024
4.2.3 111 7/31/2024
4.2.2 110 7/31/2024
4.2.1 108 7/30/2024
4.2.0 113 7/25/2024
4.1.12 144 7/18/2024
4.1.11 152 6/5/2024
4.1.10 156 6/5/2024
4.1.9 156 5/31/2024
4.1.6 148 5/29/2024
4.1.5 144 5/22/2024
4.1.4 149 5/8/2024
4.1.3 147 4/23/2024
4.1.2 256 11/7/2023
4.1.1 135 11/7/2023
4.1.0 150 11/5/2023
4.0.8 163 10/22/2023
4.0.7 186 10/22/2023

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.