Microsoft.Orleans.Runtime
9.2.0-preview3
Prefix Reserved
See the version list below for details.
dotnet add package Microsoft.Orleans.Runtime --version 9.2.0-preview3
NuGet\Install-Package Microsoft.Orleans.Runtime -Version 9.2.0-preview3
<PackageReference Include="Microsoft.Orleans.Runtime" Version="9.2.0-preview3" />
<PackageVersion Include="Microsoft.Orleans.Runtime" Version="9.2.0-preview3" />
<PackageReference Include="Microsoft.Orleans.Runtime" />
paket add Microsoft.Orleans.Runtime --version 9.2.0-preview3
#r "nuget: Microsoft.Orleans.Runtime, 9.2.0-preview3"
#:package Microsoft.Orleans.Runtime@9.2.0-preview3
#addin nuget:?package=Microsoft.Orleans.Runtime&version=9.2.0-preview3&prerelease
#tool nuget:?package=Microsoft.Orleans.Runtime&version=9.2.0-preview3&prerelease
Microsoft Orleans Runtime
Introduction
Microsoft Orleans Runtime is the core server-side component of Orleans. It hosts and executes grains, manages grain lifecycles, and provides all the runtime services necessary for a functioning Orleans server (silo).
Getting Started
To use this package, install it via NuGet:
dotnet add package Microsoft.Orleans.Runtime
This package is automatically included when you reference the Orleans Server metapackage.
Example - Configuring a Silo
using Microsoft.Extensions.Hosting;
using Orleans.Configuration;
using Orleans.Hosting;
var builder = Host.CreateApplicationBuilder(args)
.UseOrleans(siloBuilder =>
{
siloBuilder
.UseLocalhostClustering();
});
await builder.Build().RunAsync();
Documentation
For more comprehensive documentation, please refer to:
Feedback & Contributing
- If you have any issues or would like to provide feedback, please open an issue on GitHub
- Join our community on Discord
- Follow the @msftorleans Twitter account for Orleans announcements
- Contributions are welcome! Please review our contribution guidelines
- This project is licensed under the MIT license
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. 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. |
-
net8.0
- Microsoft.AspNetCore.Connections.Abstractions (>= 8.0.11)
- Microsoft.CodeAnalysis.Analyzers (>= 3.11.0)
- Microsoft.CodeAnalysis.Common (>= 4.5.0)
- Microsoft.CodeAnalysis.Workspaces.Common (>= 4.5.0)
- Microsoft.Extensions.Configuration (>= 8.0.0)
- Microsoft.Extensions.Configuration.Abstractions (>= 8.0.0)
- Microsoft.Extensions.Configuration.Binder (>= 8.0.2)
- Microsoft.Extensions.Configuration.Json (>= 8.0.1)
- Microsoft.Extensions.DependencyInjection (>= 8.0.1)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0.2)
- Microsoft.Extensions.DependencyModel (>= 8.0.2)
- Microsoft.Extensions.Hosting (>= 8.0.1)
- Microsoft.Extensions.Hosting.Abstractions (>= 8.0.1)
- Microsoft.Extensions.Logging (>= 8.0.1)
- Microsoft.Extensions.Logging.Abstractions (>= 8.0.2)
- Microsoft.Extensions.Logging.Console (>= 8.0.1)
- Microsoft.Extensions.Logging.Debug (>= 8.0.1)
- Microsoft.Extensions.ObjectPool (>= 8.0.11)
- Microsoft.Extensions.Options (>= 8.0.2)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 8.0.0)
- Microsoft.Orleans.Analyzers (>= 9.2.0-preview3)
- Microsoft.Orleans.CodeGenerator (>= 9.2.0-preview3)
- Microsoft.Orleans.Core (>= 9.2.0-preview3)
- Newtonsoft.Json (>= 13.0.3)
- System.Collections.Immutable (>= 8.0.0)
- System.IO.Hashing (>= 8.0.0)
- System.IO.Pipelines (>= 8.0.0)
- System.Memory.Data (>= 8.0.1)
NuGet packages (82)
Showing the top 5 NuGet packages that depend on Microsoft.Orleans.Runtime:
Package | Downloads |
---|---|
Microsoft.Orleans.Server
Collection of Microsoft Orleans libraries and files needed on the server. |
|
OrleansDashboard.Core
A developer dashboard for Microsoft Orleans |
|
Microsoft.Orleans.Clustering.AzureStorage
Microsoft Orleans clustering provider backed by Azure Table Storage |
|
Microsoft.Orleans.Clustering.AdoNet
Microsoft Orleans clustering provider backed by ADO.NET |
|
Microsoft.Orleans.Hosting.Kubernetes
Microsoft Orleans hosting support for Kubernetes |
GitHub repositories (5)
Showing the top 5 popular GitHub repositories that depend on Microsoft.Orleans.Runtime:
Repository | Stars |
---|---|
dotnet/samples
Sample code referenced by the .NET documentation
|
|
OrleansContrib/OrleansDashboard
:bar_chart: A developer dashboard for Microsoft Orleans
|
|
OrleansContrib/Orleankka
Functional API for Microsoft Orleans http://orleanscontrib.github.io/Orleankka
|
|
microsoft/project-oagents
Experimental AI Agents Framework
|
|
OrleansContrib/Orleans.Clustering.Kubernetes
Orleans Membership provider for Kubernetes
|
Version | Downloads | Last Updated |
---|---|---|
9.2.1 | 80,774 | 7/16/2025 |
9.2.0 | 5,468 | 7/14/2025 |
9.2.0-preview3 | 5,444 | 6/10/2025 |
9.2.0-preview2 | 908 | 6/4/2025 |
9.2.0-preview1 | 14,157 | 4/4/2025 |
9.1.2 | 414,145 | 2/13/2025 |
9.0.1 | 255,486 | 11/23/2024 |
9.0.0 | 27,959 | 11/14/2024 |
8.2.0 | 959,863 | 7/12/2024 |
8.2.0-preview1 | 6,335 | 5/22/2024 |
8.1.0 | 489,841 | 4/17/2024 |
8.1.0-preview3 | 4,549 | 3/11/2024 |
8.1.0-preview2 | 1,458 | 2/23/2024 |
8.1.0-preview1 | 2,111 | 2/13/2024 |
8.0.0 | 544,891 | 1/5/2024 |
8.0.0-rc2 | 2,460 | 12/20/2023 |
8.0.0-rc1 | 2,029 | 12/4/2023 |
7.2.7 | 9,246 | 10/15/2024 |
7.2.6 | 81,247 | 3/9/2024 |
7.2.5 | 20,313 | 2/22/2024 |
7.2.4 | 275,108 | 12/2/2023 |
7.2.3 | 146,291 | 11/3/2023 |
7.2.2 | 81,998 | 10/16/2023 |
7.2.1 | 513,967 | 7/11/2023 |
7.2.0 | 539,015 | 7/7/2023 |
7.1.2 | 256,646 | 4/19/2023 |
7.1.1 | 99,575 | 3/23/2023 |
7.1.0 | 271,076 | 2/1/2023 |
7.0.0 | 411,029 | 11/8/2022 |
7.0.0-rc2 | 1,954 | 10/19/2022 |