OrgnalR.OrleansSilo 2.2.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package OrgnalR.OrleansSilo --version 2.2.0
NuGet\Install-Package OrgnalR.OrleansSilo -Version 2.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="OrgnalR.OrleansSilo" Version="2.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OrgnalR.OrleansSilo --version 2.2.0
#r "nuget: OrgnalR.OrleansSilo, 2.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.
// Install OrgnalR.OrleansSilo as a Cake Addin
#addin nuget:?package=OrgnalR.OrleansSilo&version=2.2.0

// Install OrgnalR.OrleansSilo as a Cake Tool
#tool nuget:?package=OrgnalR.OrleansSilo&version=2.2.0

The Orleans silo library for OrgnalR.  This is the package you'd want on the Orleans Silo application.
       For the SignalR server, use OrgnalR.SignalR

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

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.3.2 451 12/2/2023
2.3.1 266 10/26/2023
2.3.0 810 7/23/2023
2.2.0 526 6/14/2023
2.1.0 828 12/4/2022
2.0.0 297 12/1/2022
2.0.0-prerelease3 125 11/30/2022
2.0.0-prerelease2 131 11/30/2022
2.0.0-prerelease1 117 11/29/2022
1.5.0 872 5/15/2022
1.4.1 615 11/16/2020
1.4.1-prerelease2 262 11/16/2020
1.4.1-prerelease 257 11/16/2020
1.4.0 409 10/26/2020
1.4.0-prerelease 255 10/26/2020
1.3.0 448 5/25/2020
1.3.0-prerelease 326 5/25/2020
1.2.1 418 5/15/2020
1.2.0 432 4/14/2020
1.1.1 506 11/4/2019
1.1.0 484 11/4/2019
1.0.1 533 8/26/2019

Features:
           - Add HubContextProvider which allows for a grain to send messages to connected SignalR clients
         Bugs:
           - Fixed arbitrary wait of 5s before server startup, and replaced with orleans lifecycle methods