Microsoft.Orleans.Core.Abstractions 9.2.0

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.Orleans.Core.Abstractions --version 9.2.0
                    
NuGet\Install-Package Microsoft.Orleans.Core.Abstractions -Version 9.2.0
                    
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.0" />
                    
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.0" />
                    
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.0
                    
#r "nuget: Microsoft.Orleans.Core.Abstractions, 9.2.0"
                    
#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.0
                    
#: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.0
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.Orleans.Core.Abstractions&version=9.2.0
                    
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 9,526 7/16/2025
9.2.0 2,985 7/14/2025
9.2.0-preview3 3,133 6/10/2025
9.2.0-preview2 954 6/4/2025
9.2.0-preview1 28,682 4/4/2025
9.1.2 420,008 2/13/2025
9.0.1 267,861 11/23/2024
9.0.0 21,031 11/14/2024
8.2.0 901,172 7/12/2024
8.2.0-preview1 6,250 5/22/2024
8.1.0 504,976 4/17/2024
8.1.0-preview3 5,335 3/11/2024
8.1.0-preview2 1,724 2/23/2024
8.1.0-preview1 2,234 2/13/2024
8.0.0 527,533 1/5/2024
8.0.0-rc2 2,643 12/20/2023
8.0.0-rc1 2,605 12/4/2023
7.2.7 9,180 10/15/2024
7.2.6 111,687 3/9/2024
7.2.5 21,138 2/22/2024
7.2.4 381,032 12/2/2023
7.2.3 168,057 11/3/2023
7.2.2 88,131 10/16/2023
7.2.1 611,774 7/11/2023
7.2.0 444,937 7/7/2023
7.1.2 287,977 4/19/2023
7.1.1 116,701 3/23/2023
7.1.0 291,582 2/1/2023
7.0.0 403,447 11/8/2022
7.0.0-rc2 2,446 10/19/2022
4.0.0-preview2 24,832 8/4/2022
4.0.0-preview1 28,675 2/10/2022
3.8.0 35,443 5/6/2025
3.8.0-preview5 967 5/12/2025
3.8.0-preview3 921 4/8/2025
3.8.0-preview2 865 4/4/2025
3.8.0-preview1 937 3/31/2025
3.7.2 272,515 5/10/2024
3.7.1 370,138 5/27/2023
3.7.0 155,752 3/23/2023
3.6.5 2,139,051 8/15/2022
3.6.4 63,256 8/10/2022
3.6.3 85,721 8/4/2022
3.6.2 1,552,440 4/15/2022
3.6.1 356,113 4/5/2022
3.6.0 1,214,870 1/20/2022
3.5.1 1,034,629 11/8/2021
3.5.0 563,237 9/3/2021
3.4.4 24,329 10/4/2021
3.4.3 485,253 6/3/2021
3.4.2 321,174 4/5/2021
3.4.1 391,027 2/3/2021
3.4.0 920,756 1/6/2021
3.4.0-rc1 7,512 12/9/2020
3.3.0 725,184 9/9/2020
3.3.0-rc2 12,631 9/2/2020
3.3.0-rc1 6,170 8/19/2020
3.2.2 256,520 7/22/2020
3.2.1 66,056 7/2/2020
3.2.0 243,885 6/4/2020
3.2.0-rc2 9,720 5/20/2020
3.2.0-rc1 7,014 5/7/2020
3.1.7 613,416 5/19/2020
3.1.6 565,834 4/16/2020
3.1.5 25,129 4/9/2020
3.1.4 421,024 3/26/2020
3.1.3 58,197 3/16/2020
3.1.2 73,880 3/5/2020
3.1.0 60,720 2/23/2020
3.1.0-rc3 6,599 2/13/2020
3.1.0-rc2 6,458 2/12/2020
3.1.0-rc1 5,935 2/10/2020
3.0.2 278,320 12/12/2019
3.0.1 43,745 11/27/2019
3.0.0 325,697 10/24/2019
3.0.0-rc2 11,482 10/16/2019
3.0.0-rc1 10,297 10/9/2019
3.0.0-beta1 25,493 8/16/2019
2.4.5 221,919 12/29/2019
2.4.4 94,485 11/27/2019
2.4.3 100,727 10/10/2019
2.4.2 123,770 8/31/2019
2.4.1 73,912 8/14/2019
2.4.0 31,707 8/8/2019
2.3.6 64,265 7/24/2019
2.3.5 145,959 6/14/2019
2.3.4 196,064 6/4/2019
2.3.3 18,122 6/2/2019
2.3.2 117,923 5/9/2019
2.3.1 33,031 4/26/2019
2.3.0 251,150 3/20/2019
2.3.0-rc2 10,576 3/13/2019
2.3.0-rc1 10,064 3/4/2019
2.2.0 180,275 12/13/2018
2.2.0-rc1 9,626 12/4/2018
2.2.0-beta1 10,982 10/21/2018
2.1.2 187,578 10/11/2018
2.1.0 44,496 9/28/2018
2.1.0-rc2 10,409 9/21/2018
2.1.0-rc1 10,242 9/14/2018
2.1.0-beta1 17,655 8/27/2018
2.0.0 306,834 3/28/2018
2.0.0-rc2 23,057 3/13/2018
2.0.0-rc1 24,232 2/27/2018
2.0.0-beta3 25,286 12/21/2017
2.0.0-beta2 9,635 12/11/2017
2.0.0-beta1 13,344 10/26/2017