Codexcite.Cosmos 4.1.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package Codexcite.Cosmos --version 4.1.2
NuGet\Install-Package Codexcite.Cosmos -Version 4.1.2
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.1.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Codexcite.Cosmos --version 4.1.2
#r "nuget: Codexcite.Cosmos, 4.1.2"
#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.1.2

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

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 net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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.1.3 79 4/23/2024
4.1.2 208 11/7/2023
4.1.1 80 11/7/2023
4.1.0 99 11/5/2023
4.0.8 108 10/22/2023
4.0.7 113 10/22/2023

Codexcite.Cosmos 4.1.0 - Added IdentitifiedCosmosContainer, IdentifiedCosmosContainerFactory
     Codexcite.Cosmos 4.0.6 - Nuget update
     Codexcite.Cosmos 4.0.5 - Nuget update
     Codexcite.Cosmos 4.0.4 - Added xml comments
     Codexcite.Cosmos 4.0.3 - Nuget update
     Codexcite.Cosmos 4.0.2 - Nuget update
     Codexcite.Cosmos 4.0.1 - Nuget update
     Codexcite.Cosmos 4.0.0 - Switched to generic CosmosContainerProvider
     Codexcite.Cosmos 3.0.4 - Added IQueryable.ReadAllAsync
     Codexcite.Cosmos 3.0.3 - Nuget update
     Codexcite.Cosmos 3.0.2 - Null PartitionKey instead of PartitionKey.None for cross partition queries
     Codexcite.Cosmos 3.0.1 - Nuget update
     Codexcite.Cosmos 3.0.0 - Update to .Net 7.0
     Codexcite.Cosmos 2.1.3 - Nuget update
     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.