LabApps.Actors.Core 0.11.12

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package LabApps.Actors.Core --version 0.11.12
                    
NuGet\Install-Package LabApps.Actors.Core -Version 0.11.12
                    
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="LabApps.Actors.Core" Version="0.11.12" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="LabApps.Actors.Core" Version="0.11.12" />
                    
Directory.Packages.props
<PackageReference Include="LabApps.Actors.Core" />
                    
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 LabApps.Actors.Core --version 0.11.12
                    
#r "nuget: LabApps.Actors.Core, 0.11.12"
                    
#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.
#addin nuget:?package=LabApps.Actors.Core&version=0.11.12
                    
Install LabApps.Actors.Core as a Cake Addin
#tool nuget:?package=LabApps.Actors.Core&version=0.11.12
                    
Install LabApps.Actors.Core as a Cake Tool

Actors

WARNING This is pre-beta software that is changing often. Consult the license, and use at your own risk.

This project contains low-level components related to building and testing actor-based systems in C#/.NET that can then be deployed to multiple target platforms.

Core

Common actor interfaces and other types.

Runtime.SelfHosted

Actor runtime for standalone applications, unit testing and simulation.

Runtime.AzureFn

Actor runtime for deployment to Azure Functions. Uses durable entities for actor state.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  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.  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. 
.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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on LabApps.Actors.Core:

Package Downloads
LabApps.Actors.Runtime.SelfHosted

Self host runtime for actors.

LabApps.Actors.Runtime.AzureFn

Azure Functions runtime for actors.

LabApps.Actors.Client.gRPC

gRPC client for actors.

LabApps.Actors.Server.gRPC

gRPC server for actors.

LabApps.Actors.Runtime.Testing

Unit test runtime for actors.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.3 482 3/17/2023
1.0.2 433 3/2/2023
0.12.19 470 2/9/2023
0.12.18 534 1/28/2023
0.12.15 544 1/28/2023
0.12.13 572 12/21/2022
0.12.12 572 12/21/2022
0.12.11 556 12/17/2022
0.12.10 617 11/27/2022
0.12.9 636 11/20/2022
0.12.8 636 11/19/2022
0.12.7 654 11/2/2022
0.12.6 702 10/23/2022
0.12.3 787 9/18/2022
0.12.2 782 9/18/2022
0.12.1 779 9/18/2022
0.11.12 745 8/29/2022
0.11.11 760 8/28/2022
0.11.10 734 7/26/2022
0.11.9 770 6/29/2022
0.11.8 759 6/4/2022
0.11.7 773 6/4/2022
0.11.5 774 5/22/2022
0.11.4 803 5/22/2022
0.11.1 1,571 5/19/2022
0.10.19 1,602 5/5/2022
0.10.18 1,510 4/29/2022
0.10.17 1,570 4/28/2022
0.10.15 1,630 4/27/2022
0.10.12 1,645 4/13/2022
0.10.11 1,625 4/13/2022
0.10.9 1,593 3/28/2022
0.10.8 1,582 3/24/2022
0.10.6 1,689 3/24/2022
0.10.5 1,665 3/24/2022
0.10.3 1,644 3/6/2022
0.10.2-beta 366 3/4/2022
0.10.1-beta 339 2/28/2022
0.9.10 1,655 2/21/2022
0.9.5 1,718 1/23/2022
0.9.4 1,769 1/14/2022
0.9.2 1,690 1/14/2022
0.9.1 1,603 1/14/2022
0.8.7-beta 363 1/13/2022
0.8.6-beta 371 1/13/2022
0.7.52 1,153 1/3/2022
0.7.51 1,074 12/30/2021
0.7.47 1,041 12/25/2021
0.7.46 1,010 12/22/2021
0.7.44 997 12/22/2021
0.7.43 1,214 12/21/2021
0.7.42-beta 392 12/21/2021
0.7.41-beta 383 12/21/2021
0.7.40-beta 415 12/21/2021
0.7.39-beta 529 11/13/2021
0.7.33-beta 628 10/3/2021
0.7.32-beta 685 10/1/2021
0.7.30-beta 625 9/29/2021
0.7.15-beta 692 8/24/2021
0.7.14-beta 326 8/24/2021
0.7.11-beta 329 8/20/2021
0.7.6-beta 302 8/20/2021
0.7.3-beta 544 8/13/2021
0.7.2-beta 562 8/11/2021
0.6.57 1,262 8/7/2021
0.6.56 1,217 8/1/2021
0.6.53 1,214 6/21/2021
0.6.51 1,220 6/12/2021
0.6.47 1,268 6/7/2021
0.6.45 1,167 6/2/2021
0.6.40 1,245 5/31/2021
0.6.34 1,214 5/30/2021
0.6.26 1,186 5/15/2021
0.6.23 1,201 5/15/2021
0.6.22 979 5/14/2021
0.6.13 978 4/16/2021
0.6.11 911 4/15/2021
0.6.9 928 4/7/2021
0.6.8 1,018 3/19/2021
0.6.7 1,008 3/11/2021
0.6.5 965 3/7/2021
0.6.3 1,003 2/27/2021
0.6.2 1,028 1/30/2021
0.6.1 1,005 1/30/2021
0.5.12 1,588 1/17/2021
0.5.10 1,629 1/1/2021
0.5.9 1,472 12/21/2020
0.5.7 1,536 12/19/2020
0.5.5 1,734 12/19/2020
0.5.4 1,433 12/19/2020
0.5.3 1,448 12/19/2020
0.5.1 1,439 12/18/2020
0.4.75-dev 580 12/18/2020
0.4.39-dev 474 11/5/2020
0.4.11-dev 438 10/28/2020
0.4.8-dev 494 10/28/2020
0.4.7-dev 469 10/26/2020
0.4.5-dev 516 10/25/2020
0.4.3-dev 518 10/25/2020
0.4.2-dev 476 10/25/2020
0.4.1-dev 531 10/22/2020
0.3.24-beta 491 10/22/2020
0.3.23-beta 517 10/19/2020
0.3.2-beta 327 9/30/2020
0.2.8 1,563 5/19/2022
0.2.7 1,613 5/13/2022
0.2.5 1,545 5/6/2022
0.2.2 1,552 5/6/2022