Orleans.Lattice 7.3.3

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

Orleans.Lattice

A distributed B+ tree library built on Microsoft Orleans, designed for scalable ordered key-value storage across a cluster.

For full documentation, usage examples, and API reference, see the GitHub README.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  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 (3)

Showing the top 3 NuGet packages that depend on Orleans.Lattice:

Package Downloads
Orleans.Lattice.Replication

Cross-cluster replication for Orleans.Lattice - sharded, CRDT-backed key-value replication between Orleans clusters.

Orleans.Lattice.Storage.AzureTable

Azure Table Storage IWalStorageProvider for Orleans.Lattice. Provides a durable per-shard write-ahead log backend usable by both single-cluster (core) and replicated deployments.

Orleans.Lattice.Dashboards

Pre-built Grafana dashboards and provisioning templates for Orleans.Lattice and Orleans.Lattice.Replication telemetry. Bundles ready-to-import JSON dashboards covering every instrument on the orleans.lattice and orleans.lattice.replication meters.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
7.3.3 73 6/23/2026
7.3.2 74 6/23/2026
7.3.1 85 6/20/2026
7.3.0 131 6/20/2026
7.2.0 132 6/16/2026
7.1.0 133 6/13/2026
7.0.0 135 6/12/2026
6.4.0 142 6/10/2026
6.3.1 90 6/9/2026
6.3.0 147 6/8/2026
6.2.2 94 6/5/2026
6.2.1 92 6/5/2026
6.2.0 138 6/4/2026
6.1.3 97 6/1/2026
6.1.2 96 6/1/2026
6.1.1 95 5/30/2026
6.1.0 124 5/29/2026
6.0.1 160 5/29/2026
6.0.0 145 5/22/2026
5.1.0 142 5/19/2026
Loading failed