Microsoft.Orleans.Runtime 9.2.0-preview3

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.Reminders.AzureStorage
Microsoft Orleans reminders provider backed by Azure Table Storage
3
Microsoft.Orleans.Persistence.AzureStorage
Microsoft Orleans persistence providers backed by Azure Storage
2
Microsoft.Orleans.Server
Collection of Microsoft Orleans libraries and files needed on the server.
2
Microsoft.Orleans.Clustering.AzureStorage
Microsoft Orleans clustering provider backed by Azure Table Storage
2
Microsoft.Orleans.Streaming
Streaming library for Microsoft Orleans used both on the client and server.
2
Microsoft.Orleans.Reminders.AzureStorage
Microsoft Orleans reminders provider backed by Azure Table Storage
2
Microsoft.Orleans.Persistence.Redis
Microsoft Orleans Persistence implementation that uses Redis
2
Microsoft.Orleans.Reminders
Reminders library for Microsoft Orleans used on the server.
2
Microsoft.Orleans.Server
Collection of Microsoft Orleans libraries and files needed on the server.
1
Microsoft.Orleans.Persistence.AzureStorage
Microsoft Orleans persistence providers backed by Azure Storage
1

Version Downloads Last updated
9.2.0-preview3 1 6/14/2025
9.2.0-preview2 1 6/7/2025
9.2.0-preview1 1 6/8/2025
9.1.2 1 6/8/2025
9.0.1 1 6/8/2025
9.0.0 1 6/8/2025
8.2.0 1 6/8/2025
8.2.0-preview1 1 6/8/2025
8.1.0 1 6/8/2025
8.1.0-preview3 1 6/8/2025
8.1.0-preview2 1 6/8/2025
8.1.0-preview1 1 6/8/2025
8.0.0 1 6/8/2025
8.0.0-rc2 1 6/8/2025
8.0.0-rc1 1 6/8/2025
7.2.7 1 6/8/2025
7.2.6 1 6/8/2025
7.2.5 1 6/8/2025
7.2.4 2 6/8/2025
7.2.3 1 6/8/2025
7.2.2 1 6/8/2025
7.2.1 1 6/8/2025
7.2.0 1 6/8/2025
7.1.2 1 6/8/2025
7.1.1 1 6/8/2025
7.1.0 1 6/8/2025
7.0.0 1 6/8/2025
7.0.0-rc2 1 6/8/2025