eActor 2.0.10

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

c# actor implementation

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  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 (2)

Showing the top 2 NuGet packages that depend on eActor:

Package Downloads
eArpc

c# rpc implementation

ePerformer.Primary

c# actor solution core

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.0.10 140 7/28/2026
2.0.9 146 7/14/2026
2.0.8 144 7/13/2026
2.0.7 177 7/13/2026
2.0.6 182 7/12/2026
2.0.5 179 7/10/2026
2.0.4 254 7/7/2026
2.0.3 423 6/3/2026
2.0.2 478 5/26/2026
2.0.1 190 5/20/2026
2.0.0 459 5/6/2026
1.2.46-alpha 272 8/8/2025
1.2.45-alpha 262 8/8/2025
1.2.44-alpha 264 7/8/2025
1.2.43-alpha 328 5/16/2025
1.2.42-alpha 255 5/16/2025
1.2.41-alpha 355 5/15/2025
1.2.40-alpha 317 5/14/2025
1.2.39-alpha 332 5/14/2025
1.2.38-alpha 247 5/8/2025
Loading failed