Microsoft.Orleans.Core.Abstractions 9.2.1

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

Microsoft Orleans Core Abstractions

Introduction

Microsoft Orleans Core Abstractions is the foundational library for Orleans containing the public programming APIs for implementing grains and client code. This package defines the core abstractions that form the Orleans programming model, including grain interfaces, grain reference interfaces, and attributes.

Getting Started

To use this package, install it via NuGet:

dotnet add package Microsoft.Orleans.Core.Abstractions

This package is a dependency of both client and silo (server) applications and is automatically included when you reference the Orleans SDK or the Orleans client/server metapackages.

Example - Defining a Grain Interface

using Orleans;

namespace MyGrainInterfaces;

public interface IHelloGrain : IGrainWithStringKey
{
    Task<string> SayHello(string greeting);
}

Documentation

For more comprehensive documentation, please refer to:

Feedback & Contributing

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (117)

Showing the top 5 NuGet packages that depend on Microsoft.Orleans.Core.Abstractions:

Package Downloads
Microsoft.Orleans.Core

Core library of Microsoft Orleans used both on the client and server.

Omnia.Fx.Models

Package Description

Microsoft.Orleans.Reminders

Reminders library for Microsoft Orleans used on the server.

Blauhaus.EVACS.Orleans.Abstractions

Package Description

Blauhaus.Orleans.Abstractions

Package Description

GitHub repositories (13)

Showing the top 13 popular GitHub repositories that depend on Microsoft.Orleans.Core.Abstractions:

Repository Stars
dotnet/samples
Sample code referenced by the .NET documentation
microsoft/dotnet-podcasts
.NET reference application shown at .NET Conf featuring ASP.NET Core, Blazor, .NET MAUI, Microservices, Orleans, Playwright, and more!
RayTale/Ray
项目停止更新,新项目:https://github.com/RayTale/Vertex
OrleansContrib/Orleankka
Functional API for Microsoft Orleans http://orleanscontrib.github.io/Orleankka
Maarten88/rrod
Exploring a new web architecture with React, Redux, Orleans and Dotnet Core
axzxs2001/Asp.NetCoreExperiment
原来所有项目都移动到**OleVersion**目录下进行保留。新的案例装以.net 5.0为主,一部分对以前案例进行升级,一部分将以前的工作经验总结出来,以供大家参考!
RayTale/Vertex
Vertex is a distributed, ultimately consistent, event traceable cross platform framework based on Orleans, which is used to build high-performance, high throughput, low latency, scalable distributed applications
EasyAbp/EShop
An abp application module group that provides basic e-shop service.
Samsung/Tizen.NET
Welcome to Tizen .NET
OrleansContrib/Orleans.Clustering.Kubernetes
Orleans Membership provider for Kubernetes
PiotrJustyna/road-to-orleans
This repository illustrates the road to orleans with practical, real-life examples. From most basic, to more advanced techniques.
OrleansContrib/Orleans.Http
An HTTP API for Microsoft Orleans
OrleansContrib/Orleans.Providers.MongoDB
A MongoDb implementation of the Orleans Providers: Membership, Storage and Reminders.
Version Downloads Last Updated
9.2.1 53,542 7/16/2025
9.2.0 4,220 7/14/2025
9.2.0-preview3 4,377 6/10/2025
9.2.0-preview2 959 6/4/2025
9.2.0-preview1 29,115 4/4/2025
9.1.2 470,036 2/13/2025
9.0.1 278,753 11/23/2024
9.0.0 21,769 11/14/2024
8.2.0 982,066 7/12/2024
8.2.0-preview1 6,475 5/22/2024
8.1.0 515,394 4/17/2024
8.1.0-preview3 5,343 3/11/2024
8.1.0-preview2 1,731 2/23/2024
8.1.0-preview1 2,240 2/13/2024
8.0.0 542,847 1/5/2024
8.0.0-rc2 2,648 12/20/2023
8.0.0-rc1 2,612 12/4/2023
7.2.7 10,779 10/15/2024
7.2.6 115,137 3/9/2024
7.2.5 21,494 2/22/2024
7.2.4 394,256 12/2/2023
7.2.3 169,750 11/3/2023
7.2.2 88,190 10/16/2023
7.2.1 629,992 7/11/2023
7.2.0 465,754 7/7/2023
7.1.2 289,090 4/19/2023
7.1.1 117,172 3/23/2023
7.1.0 292,292 2/1/2023
7.0.0 405,827 11/8/2022
7.0.0-rc2 2,454 10/19/2022
4.0.0-preview2 24,848 8/4/2022
4.0.0-preview1 28,750 2/10/2022
3.8.0 46,279 5/6/2025
3.8.0-preview5 974 5/12/2025
3.8.0-preview3 927 4/8/2025
3.8.0-preview2 872 4/4/2025
3.8.0-preview1 943 3/31/2025
3.7.2 280,548 5/10/2024
3.7.1 374,795 5/27/2023
3.7.0 164,874 3/23/2023
3.6.5 2,146,696 8/15/2022
3.6.4 63,446 8/10/2022
3.6.3 85,862 8/4/2022
3.6.2 1,557,081 4/15/2022
3.6.1 356,474 4/5/2022
3.6.0 1,238,115 1/20/2022
3.5.1 1,038,588 11/8/2021
3.5.0 565,719 9/3/2021
3.4.4 24,369 10/4/2021
3.4.3 488,501 6/3/2021
3.4.2 324,197 4/5/2021
3.4.1 394,517 2/3/2021
3.4.0 933,050 1/6/2021
3.4.0-rc1 7,525 12/9/2020
3.3.0 730,807 9/9/2020
3.3.0-rc2 12,644 9/2/2020
3.3.0-rc1 6,181 8/19/2020
3.2.2 257,288 7/22/2020
3.2.1 66,096 7/2/2020
3.2.0 244,130 6/4/2020
3.2.0-rc2 9,919 5/20/2020
3.2.0-rc1 7,026 5/7/2020
3.1.7 614,938 5/19/2020
3.1.6 566,958 4/16/2020
3.1.5 25,152 4/9/2020
3.1.4 429,369 3/26/2020
3.1.3 58,258 3/16/2020
3.1.2 73,938 3/5/2020
3.1.0 60,755 2/23/2020
3.1.0-rc3 6,613 2/13/2020
3.1.0-rc2 6,472 2/12/2020
3.1.0-rc1 5,950 2/10/2020
3.0.2 278,396 12/12/2019
3.0.1 43,759 11/27/2019
3.0.0 327,318 10/24/2019
3.0.0-rc2 11,494 10/16/2019
3.0.0-rc1 10,309 10/9/2019
3.0.0-beta1 25,600 8/16/2019
2.4.5 222,701 12/29/2019
2.4.4 94,908 11/27/2019
2.4.3 100,746 10/10/2019
2.4.2 123,865 8/31/2019
2.4.1 74,285 8/14/2019
2.4.0 31,757 8/8/2019
2.3.6 64,286 7/24/2019
2.3.5 146,453 6/14/2019
2.3.4 196,108 6/4/2019
2.3.3 18,133 6/2/2019
2.3.2 117,939 5/9/2019
2.3.1 33,045 4/26/2019
2.3.0 251,528 3/20/2019
2.3.0-rc2 10,587 3/13/2019
2.3.0-rc1 10,078 3/4/2019
2.2.0 180,329 12/13/2018
2.2.0-rc1 9,640 12/4/2018
2.2.0-beta1 10,998 10/21/2018
2.1.2 187,596 10/11/2018
2.1.0 44,519 9/28/2018
2.1.0-rc2 10,426 9/21/2018
2.1.0-rc1 10,263 9/14/2018
2.1.0-beta1 17,675 8/27/2018
2.0.0 307,022 3/28/2018
2.0.0-rc2 23,077 3/13/2018
2.0.0-rc1 24,273 2/27/2018
2.0.0-beta3 25,315 12/21/2017
2.0.0-beta2 9,654 12/11/2017
2.0.0-beta1 13,365 10/26/2017