Orleans.Providers.MongoDB 9.2.0

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

A MongoDb implementation of the Orleans Providers. This includes clustering (IMembershipTable and IGatewayListProvider), reminders (IReminderTable) and storage providers (IGrainStorage).

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 (10)

Showing the top 5 NuGet packages that depend on Orleans.Providers.MongoDB:

Package Downloads
Kaneko.Server

Package Description

Cratis.Chronicle.Storage.MongoDB

Package Description

YT.Kaneko.Server

Package Description

Cratis.Chronicle.InProcess

Package Description

Democrite.Framework.Extensions.Mongo

Democrite extension cluster library using mongDB.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Orleans.Providers.MongoDB:

Repository Stars
dotnetGame/MineCase
Minecraft server based on Orleans
Version Downloads Last Updated
9.2.0 2,083 9/22/2025
9.1.0 30,598 3/11/2025
9.0.0 23,923 12/1/2024
8.2.0 8,454 11/12/2024
8.1.0 53,246 8/1/2024
8.0.4 4,035 7/25/2024
8.0.3 110,985 3/12/2024
8.0.2 1,736 3/5/2024
8.0.1 370 3/5/2024
8.0.0 17,639 1/8/2024
7.6.1 12,926 12/20/2023
7.6.0 53,325 8/28/2023
7.5.0 33,028 3/24/2023
7.4.0 9,666 1/24/2023
7.3.0 2,434 11/29/2022
7.2.0 13,094 11/21/2022
7.1.0 1,263 11/14/2022
7.0.0 1,925 11/12/2022
3.8.0 166,996 7/31/2022
3.7.0 3,611 7/31/2022
3.6.0 1,685 7/31/2022
3.5.0 18,420 6/6/2022
3.4.1 26,861 12/21/2021
3.4.0 10,670 11/2/2021
3.3.1 18,489 6/14/2021
3.3.0 15,938 3/23/2021
3.2.0 112,993 12/17/2020
3.1.7 179,536 5/25/2020
3.1.1 21,109 11/13/2019
3.1.0 2,509 11/9/2019
3.0.0 4,512 10/25/2019
2.7.0 20,908 8/19/2019
2.6.0 1,079 8/19/2019
2.5.0 6,794 7/29/2019
2.4.0 22,625 5/22/2019
2.3.1 8,246 3/22/2019
2.3.0 1,276 3/22/2019
2.0.2 3,212 2/15/2019
2.0.1 7,875 9/13/2018
2.0.0 12,765 4/3/2018
2.0.0-rc6 1,742 3/16/2018
2.0.0-rc5 1,228 3/14/2018
2.0.0-rc4 1,442 3/13/2018
2.0.0-rc3 1,446 3/4/2018
2.0.0-rc2 1,507 3/4/2018
2.0.0-rc1 1,479 3/3/2018
2.0.0-preview2 1,979 11/17/2017
2.0.0-preview1 1,300 11/11/2017
0.1.6 2,320 11/6/2017
0.1.6-preview 1,311 10/13/2017
0.1.5 1,865 9/22/2017
0.1.5-preview 1,278 9/22/2017
0.1.2-preview 1,511 9/2/2017
0.1.1 6,312 7/29/2017
0.1.0 1,679 7/9/2017
0.0.9 1,486 6/26/2017
0.0.8 1,463 6/22/2017
0.0.7 1,764 6/5/2017
0.0.6 1,717 4/15/2017

Migration to Orleans 9.0 completed.