Denomica.Cosmos 1.0.0-beta.6

This is a prerelease version of Denomica.Cosmos.
dotnet add package Denomica.Cosmos --version 1.0.0-beta.6
                    
NuGet\Install-Package Denomica.Cosmos -Version 1.0.0-beta.6
                    
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="Denomica.Cosmos" Version="1.0.0-beta.6" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Denomica.Cosmos" Version="1.0.0-beta.6" />
                    
Directory.Packages.props
<PackageReference Include="Denomica.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 Denomica.Cosmos --version 1.0.0-beta.6
                    
#r "nuget: Denomica.Cosmos, 1.0.0-beta.6"
                    
#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 Denomica.Cosmos@1.0.0-beta.6
                    
#: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=Denomica.Cosmos&version=1.0.0-beta.6&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Denomica.Cosmos&version=1.0.0-beta.6&prerelease
                    
Install as a Cake Tool

Denomica.Cosmos

A library that facilitates working with data in Azure Cosmos DB.

This library is the successor to the Denomica.Cosmos.Extensions library.

Main Features

This library build on the Azure Cosmos DB SDK (Microsoft.Azure.Cosmos) and provides the following main features.

  1. Introduces the ContainerAdapter class, which provides additional ways for working with data in a Cosmos DB container.
    • Handles the Cosmos DB feed iterator and returns results in batches with support for retrieving the following batch.
    • Provides methods that return IAsyncEnumerable<T> that allows iterating over all result items without having to deal with continuation tokens or feed iterators.
    • Improves on subtype handling when inserting or updating items.
  2. Provides the QueryDefinitionBuilder class that simplifies building QueryDefinition instances that you use to query data in Cosmos DB with.
  3. Supports Dependency Injection with the CosmosServicesBuilder class that faciliates adding options and services related to working with data in Cosmos DB.

The following packages can be used together with this library to provide additional capabilities.

Version Highlights

Major improvements in various versions of this library.

v1.0.0-beta.x

Preliminary releases inteded for shaping the first stable version of the Denomica.Cosmos library.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  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.  net9.0 was computed.  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. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Denomica.Cosmos:

Package Downloads
Denomica.Cosmos.Odata

A library that exposes functionality for converting OData parameters into a QueryDefinition object for Cosmos DB.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.0-beta.6 0 10/12/2025
1.0.0-beta.5 0 10/12/2025
1.0.0-beta.4 101 10/9/2025
1.0.0-beta.3 103 10/8/2025
1.0.0-beta.2 103 10/8/2025
1.0.0-beta.1 104 10/8/2025