MeshWeaver.Connection.Orleans
3.0.0-rc2
See the version list below for details.
dotnet add package MeshWeaver.Connection.Orleans --version 3.0.0-rc2
NuGet\Install-Package MeshWeaver.Connection.Orleans -Version 3.0.0-rc2
<PackageReference Include="MeshWeaver.Connection.Orleans" Version="3.0.0-rc2" />
<PackageVersion Include="MeshWeaver.Connection.Orleans" Version="3.0.0-rc2" />
<PackageReference Include="MeshWeaver.Connection.Orleans" />
paket add MeshWeaver.Connection.Orleans --version 3.0.0-rc2
#r "nuget: MeshWeaver.Connection.Orleans, 3.0.0-rc2"
#:package MeshWeaver.Connection.Orleans@3.0.0-rc2
#addin nuget:?package=MeshWeaver.Connection.Orleans&version=3.0.0-rc2&prerelease
#tool nuget:?package=MeshWeaver.Connection.Orleans&version=3.0.0-rc2&prerelease
MeshWeaver.Connection.Orleans
Overview
MeshWeaver.Connection.Orleans provides client connectivity to Orleans-hosted mesh networks. It enables applications to connect to and communicate with MeshWeaver hubs that are distributed across Orleans clusters.
Usage
From an ASP.NET Core application:
var builder = WebApplication.CreateBuilder(args);
// Add Azure Table storage for Orleans clustering
builder.AddKeyedAzureTableClient("orleans-clustering");
// Configure Orleans mesh client
builder.UseOrleansMeshClient()
.ConfigureWebPortal()
.ConfigureServices(services =>
services.AddAzureBlobArticles()
);
var app = builder.Build();
app.StartPortalApplication();
Features
- Seamless connection to Orleans-hosted mesh networks
- Transparent message routing through Orleans clusters
- Support for Azure Table storage clustering
- Integration with ASP.NET Core dependency injection
- Compatible with other MeshWeaver services
Integration
- Works with MeshWeaver.Hosting.Orleans
- Integrates with Microsoft Orleans client system
- Supports Azure and other cloud providers for clustering
See Also
- Orleans Documentation - Learn more about Orleans clients
- Main MeshWeaver Documentation - More about mesh connectivity options
| Product | Versions 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. |
-
net10.0
- MeshWeaver.ContentCollections (>= 3.0.0-rc2)
- MeshWeaver.Hosting (>= 3.0.0-rc2)
- MeshWeaver.Mesh.Contract (>= 3.0.0-rc2)
- MeshWeaver.Messaging.Hub (>= 3.0.0-rc2)
- Microsoft.Orleans.Core.Abstractions (>= 10.2.2)
- Microsoft.Orleans.Sdk (>= 10.2.2)
- Microsoft.Orleans.Serialization.SystemTextJson (>= 10.2.2)
- Microsoft.Orleans.Streaming (>= 10.2.2)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on MeshWeaver.Connection.Orleans:
| Package | Downloads |
|---|---|
|
MeshWeaver.Hosting.Orleans
Package Description |
|
|
MeshWeaver.Hosting.Orleans.TestBase
Test infrastructure for MeshWeaver over an Orleans cluster: OrleansTestBase, the test cluster + backing store, disposal drain, grain-directory sizing. The Orleans counterpart of MeshWeaver.Hosting.Monolith.TestBase. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 3.0.0-rc8 | 34 | 8/29/2026 |
| 3.0.0-rc7 | 89 | 8/22/2026 |
| 3.0.0-rc6 | 88 | 8/20/2026 |
| 3.0.0-rc5 | 92 | 8/19/2026 |
| 3.0.0-rc3 | 98 | 8/16/2026 |
| 3.0.0-rc2 | 287 | 8/14/2026 |
| 3.0.0-rc1 | 105 | 8/13/2026 |
| 3.0.0-preview1 | 200 | 4/16/2026 |
| 2.5.0 | 239 | 11/3/2025 |
| 2.4.0 | 198 | 10/2/2025 |
| 2.3.0 | 269 | 8/4/2025 |
| 2.2.0 | 556 | 7/21/2025 |
| 2.1.0 | 243 | 4/6/2025 |
| 2.0.3 | 548 | 3/24/2025 |
| 2.0.2 | 536 | 3/24/2025 |
| 2.0.1 | 181 | 3/21/2025 |
| 2.0.0 | 206 | 3/20/2025 |
| 2.0.0-preview3 | 156 | 2/28/2025 |
| 2.0.0-Preview2 | 148 | 2/10/2025 |
| 2.0.0-preview1 | 175 | 1/6/2025 |