MetaFac.Actors 1.2.6

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

Actors

Types supporting the actor programming.

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

Showing the top 1 NuGet packages that depend on MetaFac.Actors:

Package Downloads
MetaFac.Actors.SelfHost

Types for self-hosting actors.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.2.6 348 6/12/2024
1.2.5 255 6/12/2024
1.2.3 277 5/17/2024
1.2.2 307 5/5/2024
1.2.1 265 5/5/2024
1.1.27 276 5/5/2024
1.1.25 301 2/10/2024
1.1.24 336 1/3/2024
1.1.22 277 1/3/2024
1.1.20 271 1/3/2024
1.1.18 308 11/4/2023
1.1.17 237 11/3/2023
1.1.16 235 10/18/2023
1.1.15 240 9/26/2023
1.1.14 263 9/24/2023
1.1.13 243 9/23/2023
1.1.11 254 8/25/2023
1.1.10 268 8/9/2023
1.1.9 272 7/10/2023
1.1.7 290 7/3/2023
Loading failed