Microsoft.Orleans.Core
2.0.0-beta1
Prefix Reserved
See the version list below for details.
dotnet add package Microsoft.Orleans.Core --version 2.0.0-beta1
NuGet\Install-Package Microsoft.Orleans.Core -Version 2.0.0-beta1
<PackageReference Include="Microsoft.Orleans.Core" Version="2.0.0-beta1" />
<PackageVersion Include="Microsoft.Orleans.Core" Version="2.0.0-beta1" />
<PackageReference Include="Microsoft.Orleans.Core" />
paket add Microsoft.Orleans.Core --version 2.0.0-beta1
#r "nuget: Microsoft.Orleans.Core, 2.0.0-beta1"
#addin nuget:?package=Microsoft.Orleans.Core&version=2.0.0-beta1&prerelease
#tool nuget:?package=Microsoft.Orleans.Core&version=2.0.0-beta1&prerelease
Core library of Microsoft Orleans used both on the client and server.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. 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. 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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Microsoft.Extensions.Configuration (>= 2.0.0)
- Microsoft.Extensions.DependencyInjection (>= 2.0.0)
- Microsoft.Extensions.Logging (>= 2.0.0)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 2.0.0)
- Microsoft.Orleans.Core.Abstractions (>= 2.0.0-beta1)
- Newtonsoft.Json (>= 10.0.3)
- System.Collections.Immutable (>= 1.4.0)
- System.ComponentModel.TypeConverter (>= 4.3.0)
- System.Diagnostics.FileVersionInfo (>= 4.3.0)
- System.Diagnostics.Process (>= 4.3.0)
- System.Diagnostics.TraceSource (>= 4.3.0)
- System.Linq.Expressions (>= 4.3.0)
- System.Net.NameResolution (>= 4.3.0)
- System.Net.NetworkInformation (>= 4.3.0)
- System.Reflection.Emit (>= 4.3.0)
- System.Reflection.Emit.Lightweight (>= 4.3.0)
- System.Reflection.Metadata (>= 1.5.0)
- System.Reflection.TypeExtensions (>= 4.4.0)
- System.Runtime (>= 4.3.0)
- System.Runtime.Serialization.Formatters (>= 4.3.0)
- System.Runtime.Serialization.Primitives (>= 4.3.0)
- System.Security.Cryptography.Algorithms (>= 4.3.0)
- System.Threading.Thread (>= 4.3.0)
- System.Threading.ThreadPool (>= 4.3.0)
- System.ValueTuple (>= 4.4.0)
- System.Xml.XmlDocument (>= 4.3.0)
- System.Xml.XPath.XmlDocument (>= 4.3.0)
NuGet packages (108)
Showing the top 5 NuGet packages that depend on Microsoft.Orleans.Core:
Package | Downloads |
---|---|
Microsoft.Orleans.Runtime.Abstractions
Library with core types shared between silo and extensions. |
|
Microsoft.Orleans.OrleansRuntime
Core runtime library of Microsoft Orleans that hosts and executes grains within a silo. |
|
Microsoft.Orleans.OrleansProviders
Library of built-in persistence and stream providers included in Microsoft Orleans. |
|
Microsoft.Orleans.Sdk
Microsoft Orleans meta package to bring in the base Orleans packages for all project types. |
|
Microsoft.Orleans.Runtime
Core runtime library of Microsoft Orleans that hosts and executes grains within a silo. |
GitHub repositories (12)
Showing the top 12 popular GitHub repositories that depend on Microsoft.Orleans.Core:
Repository | Stars |
---|---|
dodyg/practical-aspnetcore
Practical samples of ASP.NET Core 10 Preview 3, 9, 8.0, 7.0, 6.0, 5.0, 3.1, 2.2, and 2.1,projects you can use. Readme contains explanations on all projects.
|
|
dotnet/samples
Sample code referenced by the .NET documentation
|
|
dotnetGame/MineCase
Minecraft server based on Orleans
|
|
OrleansContrib/OrleansDashboard
:bar_chart: A developer dashboard for Microsoft Orleans
|
|
RayTale/Ray
项目停止更新,新项目:https://github.com/RayTale/Vertex
|
|
axzxs2001/Asp.NetCoreExperiment
原来所有项目都移动到**OleVersion**目录下进行保留。新的案例装以.net 5.0为主,一部分对以前案例进行升级,一部分将以前的工作经验总结出来,以供大家参考!
|
|
JasonBock/Rocks
A mocking library based on the Compiler APIs (Roslyn + Mocks)
|
|
ReubenBond/Hagar
Fast, flexible, and version-tolerant serializer for .NET
|
|
microsoft/Yams
YAMS (Yet Another Microservices Solution) is a library that can be used to deploy and host microservices in the cloud (e.g. Azure) or on premises
|
|
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.0-preview1 | 626 | 4/4/2025 |
9.1.2 | 153,150 | 2/13/2025 |
9.0.1 | 213,356 | 11/23/2024 |
9.0.0 | 18,460 | 11/14/2024 |
8.2.0 | 634,100 | 7/12/2024 |
8.2.0-preview1 | 5,379 | 5/22/2024 |
8.1.0 | 451,539 | 4/17/2024 |
8.1.0-preview3 | 5,269 | 3/11/2024 |
8.1.0-preview2 | 1,707 | 2/23/2024 |
8.1.0-preview1 | 2,193 | 2/13/2024 |
8.0.0 | 474,658 | 1/5/2024 |
8.0.0-rc2 | 2,591 | 12/20/2023 |
8.0.0-rc1 | 2,496 | 12/4/2023 |
7.2.7 | 4,412 | 10/15/2024 |
7.2.6 | 80,087 | 3/9/2024 |
7.2.5 | 18,836 | 2/22/2024 |
7.2.4 | 347,125 | 12/2/2023 |
7.2.3 | 155,463 | 11/3/2023 |
7.2.2 | 87,159 | 10/16/2023 |
7.2.1 | 570,147 | 7/11/2023 |
7.2.0 | 416,177 | 7/7/2023 |
7.1.2 | 282,412 | 4/19/2023 |
7.1.1 | 115,234 | 3/23/2023 |
7.1.0 | 284,817 | 2/1/2023 |
7.0.0 | 393,801 | 11/8/2022 |
7.0.0-rc2 | 2,471 | 10/19/2022 |
4.0.0-preview2 | 24,608 | 8/4/2022 |
4.0.0-preview1 | 27,007 | 2/10/2022 |
3.8.0-preview3 | 934 | 4/8/2025 |
3.8.0-preview2 | 827 | 4/4/2025 |
3.8.0-preview1 | 891 | 3/31/2025 |
3.7.2 | 185,150 | 5/10/2024 |
3.7.1 | 303,623 | 5/27/2023 |
3.7.0 | 140,571 | 3/23/2023 |
3.6.5 | 2,112,019 | 8/15/2022 |
3.6.4 | 57,135 | 8/10/2022 |
3.6.3 | 98,094 | 8/4/2022 |
3.6.2 | 1,541,489 | 4/15/2022 |
3.6.1 | 345,403 | 4/5/2022 |
3.6.0 | 1,036,331 | 1/20/2022 |
3.5.1 | 950,399 | 11/8/2021 |
3.5.0 | 546,092 | 9/3/2021 |
3.4.4 | 24,874 | 10/4/2021 |
3.4.3 | 444,223 | 6/3/2021 |
3.4.2 | 298,826 | 4/5/2021 |
3.4.1 | 367,382 | 2/3/2021 |
3.4.0 | 973,749 | 1/6/2021 |
3.4.0-rc1 | 33,689 | 12/9/2020 |
3.3.0 | 628,555 | 9/9/2020 |
3.3.0-rc2 | 40,339 | 9/2/2020 |
3.3.0-rc1 | 6,464 | 8/19/2020 |
3.2.2 | 177,353 | 7/22/2020 |
3.2.1 | 64,145 | 7/2/2020 |
3.2.0 | 251,776 | 6/4/2020 |
3.2.0-rc2 | 10,318 | 5/20/2020 |
3.2.0-rc1 | 7,507 | 5/7/2020 |
3.1.7 | 609,227 | 5/19/2020 |
3.1.6 | 578,409 | 4/16/2020 |
3.1.5 | 20,488 | 4/9/2020 |
3.1.4 | 408,081 | 3/26/2020 |
3.1.3 | 46,683 | 3/16/2020 |
3.1.2 | 64,608 | 3/5/2020 |
3.1.0 | 44,527 | 2/23/2020 |
3.1.0-rc3 | 7,136 | 2/13/2020 |
3.1.0-rc2 | 6,792 | 2/12/2020 |
3.1.0-rc1 | 6,302 | 2/10/2020 |
3.0.2 | 290,040 | 12/12/2019 |
3.0.1 | 41,809 | 11/27/2019 |
3.0.0 | 359,980 | 10/24/2019 |
3.0.0-rc2 | 11,905 | 10/16/2019 |
3.0.0-rc1 | 10,595 | 10/9/2019 |
3.0.0-beta1 | 28,035 | 8/16/2019 |
2.4.5 | 239,938 | 12/29/2019 |
2.4.4 | 93,937 | 11/27/2019 |
2.4.3 | 102,712 | 10/10/2019 |
2.4.2 | 149,139 | 8/31/2019 |
2.4.1 | 72,942 | 8/14/2019 |
2.4.0 | 36,180 | 8/8/2019 |
2.3.6 | 63,412 | 7/24/2019 |
2.3.5 | 156,253 | 6/14/2019 |
2.3.4 | 195,576 | 6/4/2019 |
2.3.3 | 18,647 | 6/2/2019 |
2.3.2 | 115,259 | 5/9/2019 |
2.3.1 | 33,952 | 4/26/2019 |
2.3.0 | 251,656 | 3/20/2019 |
2.3.0-rc2 | 11,499 | 3/13/2019 |
2.3.0-rc1 | 10,580 | 3/4/2019 |
2.2.4 | 34,859 | 2/25/2019 |
2.2.0 | 135,091 | 12/13/2018 |
2.2.0-rc1 | 10,087 | 12/4/2018 |
2.2.0-beta1 | 11,363 | 10/21/2018 |
2.1.2 | 188,308 | 10/11/2018 |
2.1.0 | 45,919 | 9/28/2018 |
2.1.0-rc2 | 10,810 | 9/21/2018 |
2.1.0-rc1 | 10,621 | 9/14/2018 |
2.1.0-beta1 | 17,874 | 8/27/2018 |
2.0.3 | 169,060 | 5/11/2018 |
2.0.0 | 202,036 | 3/28/2018 |
2.0.0-rc2 | 23,343 | 3/13/2018 |
2.0.0-rc1 | 23,994 | 2/26/2018 |
2.0.0-beta3 | 29,461 | 12/21/2017 |
2.0.0-beta2 | 9,771 | 12/11/2017 |
2.0.0-beta1 | 12,172 | 10/26/2017 |
1.5.10 | 36,379 | 10/10/2019 |
1.5.9 | 11,719 | 9/1/2019 |
1.5.8 | 12,586 | 5/31/2019 |
1.5.7 | 12,203 | 2/28/2019 |
1.5.6 | 17,804 | 9/28/2018 |
1.5.5 | 12,377 | 9/8/2018 |
1.5.4 | 26,343 | 6/13/2018 |
1.5.3 | 62,515 | 12/9/2017 |
1.5.2 | 56,776 | 10/17/2017 |
1.5.1 | 26,592 | 8/28/2017 |
1.5.0 | 55,772 | 7/6/2017 |
1.5.0-rc | 6,493 | 6/20/2017 |
1.5.0-beta1 | 6,607 | 4/29/2017 |
1.4.2 | 21,266 | 6/9/2017 |
1.4.1 | 32,204 | 3/27/2017 |
1.4.0 | 17,606 | 2/16/2017 |
1.4.0-beta | 5,531 | 2/1/2017 |
1.3.1 | 206,127 | 11/11/2016 |
1.3.0 | 23,806 | 10/12/2016 |
1.3.0-beta2 | 6,190 | 9/24/2016 |
1.3.0-beta1 | 9,596 | 7/28/2016 |
1.2.4 | 8,927 | 10/5/2016 |
1.2.3 | 19,527 | 7/12/2016 |
1.2.2 | 12,376 | 6/14/2016 |
1.2.1 | 9,282 | 5/18/2016 |
1.2.0 | 18,625 | 5/2/2016 |
1.2.0-beta | 5,895 | 4/19/2016 |
1.1.3 | 16,569 | 3/9/2016 |
1.1.2 | 15,328 | 1/20/2016 |
1.1.1 | 7,466 | 1/11/2016 |
1.1.0 | 14,259 | 12/14/2015 |
1.1.0-beta2 | 5,637 | 12/3/2015 |
1.1.0-beta1 | 5,601 | 11/3/2015 |
1.0.10 | 40,020 | 9/22/2015 |
1.0.9 | 16,054 | 7/16/2015 |
1.0.8 | 11,324 | 5/27/2015 |
1.0.7 | 2,433 | 5/15/2015 |
1.0.5 | 16,885 | 3/20/2015 |
1.0.3 | 4,773 | 2/27/2015 |
1.0.0 | 11,940 | 2/6/2015 |