Codexcite.Cosmos 4.3.11

dotnet add package Codexcite.Cosmos --version 4.3.11                
NuGet\Install-Package Codexcite.Cosmos -Version 4.3.11                
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.3.11" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Codexcite.Cosmos --version 4.3.11                
#r "nuget: Codexcite.Cosmos, 4.3.11"                
#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.
// Install Codexcite.Cosmos as a Cake Addin
#addin nuget:?package=Codexcite.Cosmos&version=4.3.11

// Install Codexcite.Cosmos as a Cake Tool
#tool nuget:?package=Codexcite.Cosmos&version=4.3.11                

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 net8.0 is compatible.  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. 
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.3.11 59 11/2/2024
4.3.10 70 10/22/2024
4.3.8 95 10/21/2024
4.3.7 122 10/18/2024
4.3.6 74 10/17/2024
4.3.5 72 10/15/2024
4.3.4 75 10/13/2024
4.3.3 83 10/12/2024
4.3.2 75 10/12/2024
4.3.1 82 10/9/2024
4.3.0 82 10/6/2024
4.2.10 82 10/5/2024
4.2.9 81 10/4/2024
4.2.8 77 10/4/2024
4.2.7 76 10/1/2024
4.2.6 89 9/28/2024
4.2.5 78 9/27/2024
4.2.4 92 9/20/2024
4.2.3 70 7/31/2024
4.2.2 69 7/31/2024
4.2.1 69 7/30/2024
4.2.0 76 7/25/2024
4.1.12 102 7/18/2024
4.1.11 114 6/5/2024
4.1.10 119 6/5/2024
4.1.9 115 5/31/2024
4.1.6 113 5/29/2024
4.1.5 103 5/22/2024
4.1.4 112 5/8/2024
4.1.3 112 4/23/2024
4.1.2 233 11/7/2023
4.1.1 107 11/7/2023
4.1.0 121 11/5/2023
4.0.8 136 10/22/2023
4.0.7 139 10/22/2023

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.