Akka.MultiNode.TestAdapter 1.5.59

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

Akka.MultiNode.TestAdapter

Visual Studio 2019 Test Explorer, JetBrains Rider, and .NET CLI Test runner for the Akka.NET MultiNode tests

Documentation

Akka.MultiNode.TestAdapter is a standalone test adapter for Akka.NET multi node testkit; it is based on the popular Xunit test framework to allow multinode tests to run directly inside popular C# IDE such as Microsoft Visual Studio and JetBrains Rider and run them using the dotnet test .NET CLI command.

To use the test adapter in your multinode spec projects, You will need to add these nuget packages:

Documentation regarding the multinode specs themselves can be read in the Akka.NET documentation pages:

Json Settings

This test adapter follows the Xunit convention on loading test configuration via a json file. It will check the directory where the test assembly is located for a [Assembly Name].xunit.multinode.runner.json or a xunit.multinode.runner.json file.

{
  "outputDirectory": "TestResults",
  "failedSpecsDirectory": "FAILED_SPECS_LOGS",
  "listenAddress": "127.0.0.1",
  "listenPort":  0,
  "clearOutputDirectory": false
}
  • outputDirectory: Determines output directory for all log output files.
  • failedSpecsDirectory: Determines output directory for aggregated failed test logs.
  • listenAddress: Determines the address that this multi-node test runner will use to listen for log messages from individual spec.
  • listenPort: Determines the port number that this multi-node test runner will use to listen for log messages from individual spec.
  • ClearOutputDirectory: Clear the output directory before running the test session. If set to false, all test logs are appended to the out file.
Product 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.  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

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Akka.MultiNode.TestAdapter:

Repository Stars
akkadotnet/akka.net
Canonical actor model implementation for .NET with local + distributed actors in C# and F#.
Version Downloads Last Updated
1.5.59 27 1/27/2026
1.5.40 5,931 4/10/2025
1.5.28 5,784 9/5/2024
1.5.25 14,989 6/17/2024
1.5.24 244 6/7/2024
1.5.19 7,645 4/20/2024
1.5.18 415 4/12/2024
1.5.13 11,089 9/19/2023
1.5.8 2,590 6/16/2023
1.5.6 972 5/16/2023
1.5.0 6,457 3/2/2023
1.5.0-beta1 2,214 2/21/2023
1.1.1 17,361 4/21/2022
1.1.0 6,395 1/7/2022
1.1.0-beta2 483 12/23/2021
1.1.0-beta1 426 11/8/2021
1.0.0 7,423 10/20/2021
1.0.0-beta2 618 10/11/2021
1.0.0-beta1 504 9/29/2021

* [Upgraded to Akka.Cluster.TestKit v1.5.59](https://github.com/akkadotnet/akka.net/releases/tag/1.5.59)