Microsoft.Orleans.Runtime 10.0.1

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

Showing the top 20 packages that depend on Microsoft.Orleans.Runtime.

Packages Downloads
Microsoft.Orleans.Clustering.AzureStorage
Microsoft Orleans clustering provider backed by Azure Table Storage
24
Microsoft.Orleans.Reminders.AzureStorage
Microsoft Orleans reminders provider backed by Azure Table Storage
19
Microsoft.Orleans.Streaming
Streaming library for Microsoft Orleans used both on the client and server.
17
Microsoft.Orleans.Persistence.AzureStorage
Microsoft Orleans persistence providers backed by Azure Storage
16
Microsoft.Orleans.Persistence.Memory
In-memory storage for Microsoft Orleans
16
Microsoft.Orleans.Persistence.AzureStorage
Microsoft Orleans persistence providers backed by Azure Storage
15
Microsoft.Orleans.Streaming
Streaming library for Microsoft Orleans used both on the client and server.
15
Microsoft.Orleans.Server
Collection of Microsoft Orleans libraries and files needed on the server.
14
Microsoft.Orleans.Persistence.AzureStorage
Microsoft Orleans persistence providers backed by Azure Storage
14
Microsoft.Orleans.Clustering.AzureStorage
Microsoft Orleans clustering provider backed by Azure Table Storage
14
Microsoft.Orleans.Streaming
Streaming library for Microsoft Orleans used both on the client and server.
14
Microsoft.Orleans.Persistence.Memory
In-memory storage for Microsoft Orleans
14
Microsoft.Orleans.Reminders
Reminders library for Microsoft Orleans used on the server.
14

.NET 8.0

.NET 10.0

Version Downloads Last updated
10.0.1 4 2/12/2026
10.0.0 6 1/24/2026
10.0.0-rc.2 7 1/1/2026
9.2.1 10 7/31/2025
9.2.0 9 8/1/2025
9.2.0-preview3 2 6/14/2025
9.2.0-preview2 3 6/7/2025
9.2.0-preview1 11 6/8/2025
9.1.2 11 6/8/2025
9.0.1 11 6/8/2025
9.0.0 13 6/8/2025
8.2.0 10 6/8/2025
8.2.0-preview1 10 6/8/2025
8.1.0 12 6/8/2025
8.1.0-preview3 8 6/8/2025
8.1.0-preview2 10 6/8/2025
8.1.0-preview1 9 6/8/2025
8.0.0 11 6/8/2025
8.0.0-rc2 10 6/8/2025
8.0.0-rc1 10 6/8/2025
7.2.7 12 6/8/2025
7.2.6 11 6/8/2025
7.2.5 11 6/8/2025
7.2.4 10 6/8/2025
7.2.3 13 6/8/2025
7.2.2 12 6/8/2025
7.2.1 13 6/8/2025
7.2.0 9 6/8/2025
7.1.2 11 6/8/2025
7.1.1 12 6/8/2025
7.1.0 9 6/8/2025
7.0.0 10 6/8/2025
7.0.0-rc2 10 6/8/2025