Microsoft.Orleans.Core.Abstractions 9.2.1

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

Showing the top 20 packages that depend on Microsoft.Orleans.Core.Abstractions.

Packages Downloads
Microsoft.Orleans.Reminders
Reminders library for Microsoft Orleans used on the server.
1
Microsoft.Orleans.Server
Collection of Microsoft Orleans libraries and files needed on the server.
1

Version Downloads Last updated
9.2.1 1 09/13/2025
9.2.0 0 07/14/2025
9.2.0-preview3 0 06/10/2025
9.2.0-preview2 0 06/04/2025
9.2.0-preview1 0 04/04/2025
9.1.2 0 02/13/2025
9.0.1 0 11/23/2024
9.0.0 0 11/14/2024
8.2.0 0 07/12/2024
8.2.0-preview1 0 05/22/2024
8.1.0 0 04/17/2024
8.1.0-preview3 0 03/11/2024
8.1.0-preview2 0 02/23/2024
8.1.0-preview1 0 02/13/2024
8.0.0 0 01/05/2024
8.0.0-rc2 0 12/20/2023
8.0.0-rc1 0 12/04/2023
7.2.7 0 10/15/2024
7.2.6 0 03/09/2024
7.2.5 0 02/22/2024
7.2.4 0 12/02/2023
7.2.3 0 11/03/2023
7.2.2 0 10/16/2023
7.2.1 0 07/11/2023
7.2.0 0 07/07/2023
7.1.2 0 04/19/2023
7.1.1 0 03/23/2023
7.1.0 0 02/01/2023
7.0.0 0 11/08/2022
7.0.0-rc2 0 10/19/2022
4.0.0-preview2 0 08/04/2022
4.0.0-preview1 0 02/10/2022
3.8.0 0 05/06/2025
3.8.0-preview5 0 05/12/2025
3.8.0-preview3 0 04/08/2025
3.8.0-preview2 0 04/04/2025
3.8.0-preview1 0 03/31/2025
3.7.2 0 05/10/2024
3.7.1 0 05/27/2023
3.7.0 0 03/23/2023
3.6.5 0 08/15/2022
3.6.4 0 08/10/2022
3.6.3 0 08/04/2022
3.6.2 0 04/15/2022
3.6.1 0 04/05/2022
3.6.0 0 01/20/2022
3.5.1 0 11/08/2021
3.5.0 0 09/03/2021
3.4.4 0 10/04/2021
3.4.3 0 06/03/2021
3.4.2 0 04/05/2021
3.4.1 0 02/03/2021
3.4.0 0 01/06/2021
3.4.0-rc1 0 12/09/2020
3.3.0 0 09/09/2020
3.3.0-rc2 0 09/02/2020
3.3.0-rc1 0 08/19/2020
3.2.2 0 07/22/2020
3.2.1 0 07/02/2020
3.2.0 0 06/04/2020
3.2.0-rc2 0 05/20/2020
3.2.0-rc1 0 05/07/2020
3.1.7 0 05/19/2020
3.1.6 0 04/16/2020
3.1.5 0 04/09/2020
3.1.4 0 03/26/2020
3.1.3 0 03/16/2020
3.1.2 0 03/05/2020
3.1.0 0 02/23/2020
3.1.0-rc3 0 02/13/2020
3.1.0-rc2 0 02/12/2020
3.1.0-rc1 0 02/10/2020
3.0.2 0 12/12/2019
3.0.1 0 11/27/2019
3.0.0 0 10/24/2019
3.0.0-rc2 0 10/16/2019
3.0.0-rc1 0 10/09/2019
3.0.0-beta1 0 08/16/2019
2.4.5 0 12/29/2019
2.4.4 0 11/27/2019
2.4.3 0 10/10/2019
2.4.2 0 08/31/2019
2.4.1 0 08/14/2019
2.4.0 0 08/08/2019
2.3.6 0 07/24/2019
2.3.5 0 06/14/2019
2.3.4 0 06/04/2019
2.3.3 0 06/02/2019
2.3.2 0 05/09/2019
2.3.1 0 04/26/2019
2.3.0 0 03/20/2019
2.3.0-rc2 0 03/13/2019
2.3.0-rc1 0 03/04/2019
2.2.0 0 12/13/2018
2.2.0-rc1 0 12/04/2018
2.2.0-beta1 0 10/21/2018
2.1.2 0 10/11/2018
2.1.0 0 09/28/2018
2.1.0-rc2 0 09/21/2018
2.1.0-rc1 0 09/14/2018
2.1.0-beta1 0 08/27/2018
2.0.0 0 03/28/2018
2.0.0-rc2 0 03/13/2018
2.0.0-rc1 0 02/27/2018
2.0.0-beta3 0 12/21/2017
2.0.0-beta2 0 12/11/2017
2.0.0-beta1 0 10/26/2017