Codexcite.Cosmos
4.2.6
See the version list below for details.
dotnet add package Codexcite.Cosmos --version 4.2.6
NuGet\Install-Package Codexcite.Cosmos -Version 4.2.6
<PackageReference Include="Codexcite.Cosmos" Version="4.2.6" />
paket add Codexcite.Cosmos --version 4.2.6
#r "nuget: Codexcite.Cosmos, 4.2.6"
// Install Codexcite.Cosmos as a Cake Addin #addin nuget:?package=Codexcite.Cosmos&version=4.2.6 // Install Codexcite.Cosmos as a Cake Tool #tool nuget:?package=Codexcite.Cosmos&version=4.2.6
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 | 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. |
-
net8.0
- Codexcite.Common (>= 5.6.6)
- Microsoft.Azure.Cosmos (>= 3.43.1)
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 | 63 | 11/2/2024 |
4.3.10 | 73 | 10/22/2024 |
4.3.8 | 98 | 10/21/2024 |
4.3.7 | 123 | 10/18/2024 |
4.3.6 | 75 | 10/17/2024 |
4.3.5 | 72 | 10/15/2024 |
4.3.4 | 75 | 10/13/2024 |
4.3.3 | 85 | 10/12/2024 |
4.3.2 | 77 | 10/12/2024 |
4.3.1 | 84 | 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 | 79 | 10/4/2024 |
4.2.7 | 78 | 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 | 116 | 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.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.