Microsoft.Orleans.Reminders
7.2.1
.NET 7.0
dotnet add package Microsoft.Orleans.Reminders --version 7.2.1
NuGet\Install-Package Microsoft.Orleans.Reminders -Version 7.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.Reminders" Version="7.2.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.Orleans.Reminders --version 7.2.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Microsoft.Orleans.Reminders, 7.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.
// Install Microsoft.Orleans.Reminders as a Cake Addin
#addin nuget:?package=Microsoft.Orleans.Reminders&version=7.2.1
// Install Microsoft.Orleans.Reminders as a Cake Tool
#tool nuget:?package=Microsoft.Orleans.Reminders&version=7.2.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Reminders library for Microsoft Orleans used on the server.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
net7.0
- Microsoft.Orleans.Core.Abstractions (>= 7.2.1)
- Microsoft.Orleans.Runtime (>= 7.2.1)
- Microsoft.Orleans.Sdk (>= 7.2.1)
NuGet packages (20)
Showing the top 5 NuGet packages that depend on Microsoft.Orleans.Reminders:
Package | Downloads |
---|---|
OrleansDashboard
A developer dashboard for Microsoft Orleans |
|
Microsoft.Orleans.Persistence.AdoNet
Microsoft Orleans persistence providers backed by ADO.NET |
|
Microsoft.Orleans.TestingHost
Microsoft Orleans library for hosting a silo in a testing project. |
|
Microsoft.Orleans.Reminders.AdoNet
Microsoft Orleans reminders provider backed by ADO.NET |
|
Microsoft.Orleans.Reminders.AzureStorage
Microsoft Orleans reminders provider backed by Azure Table Storage |
GitHub repositories (5)
Showing the top 5 popular GitHub repositories that depend on Microsoft.Orleans.Reminders:
Repository | Stars |
---|---|
dodyg/practical-aspnetcore
Practical samples of ASP.NET Core 2.1, 2.2, 3.1, 5.0, 6.0, 7.0 and 8.0 RC 1 projects you can use. Readme contains explanations on all projects.
|
|
OrleansContrib/OrleansDashboard
:bar_chart: A developer dashboard for Microsoft Orleans
|
|
OrleansContrib/Orleankka
Functional API for Microsoft Orleans http://orleanscontrib.github.io/Orleankka
|
|
OrleansContrib/Orleans.Sagas
A distributed saga implementation for Orleans
|
|
PiotrJustyna/road-to-orleans
This repository illustrates the road to orleans with practical, real-life examples. From most basic, to more advanced techniques.
|