Microsoft.Orleans.Core
3.5.1
Prefix Reserved
See the version list below for details.
dotnet add package Microsoft.Orleans.Core --version 3.5.1
NuGet\Install-Package Microsoft.Orleans.Core -Version 3.5.1
<PackageReference Include="Microsoft.Orleans.Core" Version="3.5.1" />
<PackageVersion Include="Microsoft.Orleans.Core" Version="3.5.1" />
<PackageReference Include="Microsoft.Orleans.Core" />
paket add Microsoft.Orleans.Core --version 3.5.1
#r "nuget: Microsoft.Orleans.Core, 3.5.1"
#addin nuget:?package=Microsoft.Orleans.Core&version=3.5.1
#tool nuget:?package=Microsoft.Orleans.Core&version=3.5.1
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 is compatible. |
.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. |
-
.NETCoreApp 3.1
- Microsoft.AspNetCore.Connections.Abstractions (>= 3.0.0)
- Microsoft.Bcl.AsyncInterfaces (>= 1.1.1)
- Microsoft.Extensions.Configuration (>= 3.0.0)
- Microsoft.Extensions.DependencyInjection (>= 3.0.0)
- Microsoft.Extensions.DependencyModel (>= 3.0.0)
- Microsoft.Extensions.Hosting.Abstractions (>= 3.0.0)
- Microsoft.Extensions.Logging (>= 3.0.0)
- Microsoft.Extensions.ObjectPool (>= 3.0.0)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 3.0.0)
- Microsoft.Orleans.Core.Abstractions (>= 3.5.1)
- Newtonsoft.Json (>= 10.0.3)
- System.Buffers (>= 4.5.1)
- System.Collections.Immutable (>= 1.7.0)
- System.Diagnostics.DiagnosticSource (>= 4.7.0)
- System.IO.Pipelines (>= 4.7.0)
- System.Memory (>= 4.5.3)
- System.Reflection.Emit (>= 4.7.0)
- System.Reflection.Emit.Lightweight (>= 4.7.0)
- System.Reflection.Metadata (>= 1.8.0)
- System.Runtime (>= 4.3.1)
- System.Threading.Channels (>= 4.7.0)
- System.ValueTuple (>= 4.5.0)
-
.NETStandard 2.0
- Microsoft.AspNetCore.Connections.Abstractions (>= 3.0.0)
- Microsoft.Bcl.AsyncInterfaces (>= 1.1.1)
- Microsoft.Extensions.Configuration (>= 3.0.0)
- Microsoft.Extensions.DependencyInjection (>= 3.0.0)
- Microsoft.Extensions.DependencyModel (>= 3.0.0)
- Microsoft.Extensions.Hosting.Abstractions (>= 3.0.0)
- Microsoft.Extensions.Logging (>= 3.0.0)
- Microsoft.Extensions.ObjectPool (>= 3.0.0)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 3.0.0)
- Microsoft.Orleans.Core.Abstractions (>= 3.5.1)
- Newtonsoft.Json (>= 10.0.3)
- System.Buffers (>= 4.5.1)
- System.Collections.Immutable (>= 1.7.0)
- System.Diagnostics.DiagnosticSource (>= 4.7.0)
- System.IO.Pipelines (>= 4.7.0)
- System.Memory (>= 4.5.3)
- System.Reflection.Emit (>= 4.7.0)
- System.Reflection.Emit.Lightweight (>= 4.7.0)
- System.Reflection.Metadata (>= 1.8.0)
- System.Runtime (>= 4.3.1)
- System.Threading.Channels (>= 4.7.0)
- System.ValueTuple (>= 4.5.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 5 popular GitHub repositories that depend on Microsoft.Orleans.Core:
Repository | Stars |
---|---|
dodyg/practical-aspnetcore
Practical samples of ASP.NET Core 10 Preview 2, 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
|
Version | Downloads | Last updated |
---|---|---|
9.2.0-preview1 | 74 | 4/4/2025 |
9.1.2 | 105,077 | 2/13/2025 |
9.0.1 | 201,374 | 11/23/2024 |
9.0.0 | 17,541 | 11/14/2024 |
8.2.0 | 598,829 | 7/12/2024 |
8.2.0-preview1 | 5,093 | 5/22/2024 |
8.1.0 | 437,002 | 4/17/2024 |
8.1.0-preview3 | 5,269 | 3/11/2024 |
8.1.0-preview2 | 1,705 | 2/23/2024 |
8.1.0-preview1 | 2,190 | 2/13/2024 |
8.0.0 | 462,867 | 1/5/2024 |
8.0.0-rc2 | 2,590 | 12/20/2023 |
8.0.0-rc1 | 2,492 | 12/4/2023 |
7.2.7 | 3,701 | 10/15/2024 |
7.2.6 | 77,849 | 3/9/2024 |
7.2.5 | 18,497 | 2/22/2024 |
7.2.4 | 341,635 | 12/2/2023 |
7.2.3 | 154,273 | 11/3/2023 |
7.2.2 | 87,111 | 10/16/2023 |
7.2.1 | 564,144 | 7/11/2023 |
7.2.0 | 411,404 | 7/7/2023 |
7.1.2 | 280,677 | 4/19/2023 |
7.1.1 | 114,708 | 3/23/2023 |
7.1.0 | 283,580 | 2/1/2023 |
7.0.0 | 390,838 | 11/8/2022 |
7.0.0-rc2 | 2,466 | 10/19/2022 |
4.0.0-preview2 | 24,597 | 8/4/2022 |
4.0.0-preview1 | 26,935 | 2/10/2022 |
3.8.0-preview2 | 66 | 4/4/2025 |
3.8.0-preview1 | 773 | 3/31/2025 |
3.7.2 | 176,064 | 5/10/2024 |
3.7.1 | 299,459 | 5/27/2023 |
3.7.0 | 138,522 | 3/23/2023 |
3.6.5 | 2,106,149 | 8/15/2022 |
3.6.4 | 57,104 | 8/10/2022 |
3.6.3 | 97,979 | 8/4/2022 |
3.6.2 | 1,538,517 | 4/15/2022 |
3.6.1 | 345,063 | 4/5/2022 |
3.6.0 | 1,023,626 | 1/20/2022 |
3.5.1 | 945,271 | 11/8/2021 |
3.5.0 | 544,247 | 9/3/2021 |
3.4.4 | 24,863 | 10/4/2021 |
3.4.3 | 442,571 | 6/3/2021 |
3.4.2 | 296,850 | 4/5/2021 |
3.4.1 | 365,197 | 2/3/2021 |
3.4.0 | 957,587 | 1/6/2021 |
3.4.0-rc1 | 33,682 | 12/9/2020 |
3.3.0 | 624,042 | 9/9/2020 |
3.3.0-rc2 | 40,333 | 9/2/2020 |
3.3.0-rc1 | 6,457 | 8/19/2020 |
3.2.2 | 177,193 | 7/22/2020 |
3.2.1 | 64,085 | 7/2/2020 |
3.2.0 | 251,329 | 6/4/2020 |
3.2.0-rc2 | 10,070 | 5/20/2020 |
3.2.0-rc1 | 7,500 | 5/7/2020 |
3.1.7 | 607,833 | 5/19/2020 |
3.1.6 | 576,642 | 4/16/2020 |
3.1.5 | 20,476 | 4/9/2020 |
3.1.4 | 397,065 | 3/26/2020 |
3.1.3 | 46,670 | 3/16/2020 |
3.1.2 | 64,585 | 3/5/2020 |
3.1.0 | 44,473 | 2/23/2020 |
3.1.0-rc3 | 7,131 | 2/13/2020 |
3.1.0-rc2 | 6,786 | 2/12/2020 |
3.1.0-rc1 | 6,297 | 2/10/2020 |
3.0.2 | 289,928 | 12/12/2019 |
3.0.1 | 41,801 | 11/27/2019 |
3.0.0 | 358,794 | 10/24/2019 |
3.0.0-rc2 | 11,900 | 10/16/2019 |
3.0.0-rc1 | 10,588 | 10/9/2019 |
3.0.0-beta1 | 27,939 | 8/16/2019 |
2.4.5 | 238,502 | 12/29/2019 |
2.4.4 | 93,460 | 11/27/2019 |
2.4.3 | 102,672 | 10/10/2019 |
2.4.2 | 148,795 | 8/31/2019 |
2.4.1 | 72,664 | 8/14/2019 |
2.4.0 | 35,986 | 8/8/2019 |
2.3.6 | 63,395 | 7/24/2019 |
2.3.5 | 155,922 | 6/14/2019 |
2.3.4 | 195,511 | 6/4/2019 |
2.3.3 | 18,639 | 6/2/2019 |
2.3.2 | 115,239 | 5/9/2019 |
2.3.1 | 33,943 | 4/26/2019 |
2.3.0 | 251,264 | 3/20/2019 |
2.3.0-rc2 | 11,493 | 3/13/2019 |
2.3.0-rc1 | 10,574 | 3/4/2019 |
2.2.4 | 34,824 | 2/25/2019 |
2.2.0 | 135,054 | 12/13/2018 |
2.2.0-rc1 | 10,064 | 12/4/2018 |
2.2.0-beta1 | 11,351 | 10/21/2018 |
2.1.2 | 188,295 | 10/11/2018 |
2.1.0 | 45,890 | 9/28/2018 |
2.1.0-rc2 | 10,798 | 9/21/2018 |
2.1.0-rc1 | 10,608 | 9/14/2018 |
2.1.0-beta1 | 17,861 | 8/27/2018 |
2.0.3 | 168,940 | 5/11/2018 |
2.0.0 | 201,857 | 3/28/2018 |
2.0.0-rc2 | 23,318 | 3/13/2018 |
2.0.0-rc1 | 23,946 | 2/26/2018 |
2.0.0-beta3 | 29,426 | 12/21/2017 |
2.0.0-beta2 | 9,747 | 12/11/2017 |
2.0.0-beta1 | 12,149 | 10/26/2017 |
1.5.10 | 36,170 | 10/10/2019 |
1.5.9 | 11,694 | 9/1/2019 |
1.5.8 | 12,578 | 5/31/2019 |
1.5.7 | 12,194 | 2/28/2019 |
1.5.6 | 17,788 | 9/28/2018 |
1.5.5 | 12,360 | 9/8/2018 |
1.5.4 | 26,327 | 6/13/2018 |
1.5.3 | 62,158 | 12/9/2017 |
1.5.2 | 56,742 | 10/17/2017 |
1.5.1 | 26,538 | 8/28/2017 |
1.5.0 | 55,747 | 7/6/2017 |
1.5.0-rc | 6,462 | 6/20/2017 |
1.5.0-beta1 | 6,585 | 4/29/2017 |
1.4.2 | 21,233 | 6/9/2017 |
1.4.1 | 32,085 | 3/27/2017 |
1.4.0 | 17,567 | 2/16/2017 |
1.4.0-beta | 5,517 | 2/1/2017 |
1.3.1 | 206,071 | 11/11/2016 |
1.3.0 | 23,763 | 10/12/2016 |
1.3.0-beta2 | 6,173 | 9/24/2016 |
1.3.0-beta1 | 9,578 | 7/28/2016 |
1.2.4 | 8,904 | 10/5/2016 |
1.2.3 | 19,395 | 7/12/2016 |
1.2.2 | 12,357 | 6/14/2016 |
1.2.1 | 9,264 | 5/18/2016 |
1.2.0 | 18,607 | 5/2/2016 |
1.2.0-beta | 5,879 | 4/19/2016 |
1.1.3 | 16,529 | 3/9/2016 |
1.1.2 | 15,309 | 1/20/2016 |
1.1.1 | 7,447 | 1/11/2016 |
1.1.0 | 14,183 | 12/14/2015 |
1.1.0-beta2 | 5,622 | 12/3/2015 |
1.1.0-beta1 | 5,584 | 11/3/2015 |
1.0.10 | 39,980 | 9/22/2015 |
1.0.9 | 16,028 | 7/16/2015 |
1.0.8 | 11,277 | 5/27/2015 |
1.0.7 | 2,402 | 5/15/2015 |
1.0.5 | 16,865 | 3/20/2015 |
1.0.3 | 4,759 | 2/27/2015 |
1.0.0 | 11,819 | 2/6/2015 |