Akka.TestKit 1.1.2

You need a Akka.TestKit.* package! Add the one appropiate for the test framework you use instead. For example: Akka.TestKit.Xunit or Akka.TestKit.VsTest. This package only contains base functionality for writing tests for the Akka.NET framework.

Showing the top 20 packages that depend on Akka.TestKit.

Packages Downloads
Akka.Persistence.TestKit
TestKit for writing tests for Akka.NET Persistance module.
49
Akka.Persistence.TestKit
TestKit for writing tests for Akka.NET Persistance module.
48
Akka.TestKit.Xunit2
TestKit for writing tests for Akka.NET using xUnit.
48
Akka.Streams.TestKit
Testkit for Reactive stream support for Akka.NET
47
Akka.TestKit.Xunit2
TestKit for writing tests for Akka.NET using xUnit.
46
Akka.Streams.TestKit
Testkit for Reactive stream support for Akka.NET
46
Akka.Streams.TestKit
Testkit for Reactive stream support for Akka.NET
45
Akka.Persistence.TestKit
TestKit for writing tests for Akka.NET Persistance module.
44
Akka.Streams.TestKit
Testkit for Reactive stream support for Akka.NET
43
Akka.TestKit.Xunit2
TestKit for writing tests for Akka.NET using xUnit.
43
Akka.TestKit.Xunit2
TestKit for writing tests for Akka.NET using xUnit.
41
Akka.Persistence.TestKit
TestKit for writing tests for Akka.NET Persistance module.
41
Akka.Streams.TestKit
Testkit for Reactive stream support for Akka.NET
41
Akka.Streams.TestKit
Testkit for Reactive stream support for Akka.NET
40
Akka.Streams.TestKit
Testkit for Reactive stream support for Akka.NET
39
Akka.Persistence.TestKit
TestKit for writing tests for Akka.NET Persistance module.
39

Maintenance release for Akka.NET v1.1** Akka.NET 1.1.2 introduces some exciting developments for Akka.NET users. Mono Support and Improved IPV4/6 Configuration** First, Akka.NET 1.1.2 is the first release of Akka.NET to be production-certified for Mono. We've made some changes to Akka.Remote, in particular, to design it to work within some of the confines of Mono 4.4.2. For instance, we now support the following HOCON configuration value for the default Helios TCP transport: ``` helios.tcp { # Omitted for brevity transport-protocol = tcp port = 2552 hostname = "" public-hostname = "" dns-use-ipv6 = false enforce-ip-family = false } ``` `helios.tcp.enforce-ip-family` is a new setting added to the `helios.tcp` transport designed to allow Akka.Remote to function in environments that don't support IPV6. This includes Mono 4.4.2, Windows Azure WebApps, and possibly others. When this setting is turned on and `dns-use-ipv6 = false`, all sockets will be forced to use IPV4 only instead of dual mode. If this setting is turned on and `dns-use-ipv6 = true`, all sockets opened by the Helios transport will be forced to use IPV6 instead of dual-mode. Currently, as of Mono 4.4.2, this setting is turned on by default. Mono 4.6, when it's released, will allow dual-mode to work consistently again in the future. We run the entire Akka.NET test suite on Mono and all modules pass. Akka.Cluster Downing Providers** We've added a new feature to Akka.Cluster known as a "downing provider" - this is a pluggable strategy that you can configure via HOCON to specify how nodes in your Akka.NET cluster may automatically mark unreachable nodes as down. Out of the box Akka.Cluster only provides the default "auto-down" strategy that's been included as part of Akka.Cluster in the past. However, you can now subclass the `Akka.Cluster.IDowningProvider` interface to implement your own strategies, which you can then load through HOCON: ``` # i.e.: akka.cluster.downing-provider-class = "Akka.Cluster.Tests.FailingDowningProvider, Akka.Cluster.Tests" akka.cluster.downing-provider-class = "Fully-qualified-type-name, Assembly" ``` Other Fixes** We've also made significant improvements to the Akka.NET scheduler, more than doubling its performance and an significantly decreasing its memory allocation and garbage collection; updated Akka.Streams; fixed bugs in Akka.Cluster routers; and more. You [can read the full list of changes in 1.1.2 here](https://github.com/akkadotnet/akka.net/milestone/11). | COMMITS | LOC+ | LOC- | AUTHOR | | --- | --- | --- | --- | | 16 | 3913 | 1440 | ravengerUA | | 9 | 2323 | 467 | Aaron Stannard | | 9 | 12568 | 2865 | Marc Piechura | | 4 | 12 | 5 | Michael Kantarovsky | | 3 | 381 | 196 | Bartosz Sypytkowski | | 2 | 99 | 0 | rogeralsing | | 2 | 359 | 17 | Chris Constantin | | 2 | 29 | 6 | Denys Zhuravel | | 2 | 11 | 11 | Ismael Hamed | | 1 | 74 | 25 | mrrd | | 1 | 5 | 2 | Szymon Kulec | | 1 | 48 | 65 | alexpantyukhin | | 1 | 3 | 2 | Tamas Vajk | | 1 | 2 | 0 | Julien Adam | | 1 | 121 | 26 | andrey.leskov | | 1 | 1020 | 458 | Sean Gilliam | | 1 | 1 | 1 | Maciej Misztal |

Any 0.0

Version Downloads Last updated
1.5.47 0 08/14/2025
1.5.46 4 07/18/2025
1.5.45 7 07/08/2025
1.5.44 8 06/27/2025
1.5.43 14 06/12/2025
1.5.42 14 05/23/2025
1.5.41 12 05/17/2025
1.5.40 20 03/31/2025
1.5.39 24 03/16/2025
1.5.38 28 02/18/2025
1.5.37 22 01/27/2025
1.5.36 30 01/27/2025
1.5.35 23 01/19/2025
1.5.34 29 01/14/2025
1.5.33 27 01/14/2025
1.5.32 22 12/08/2024
1.5.31 25 11/18/2024
1.5.30 25 10/06/2024
1.5.29 31 10/06/2024
1.5.28 28 09/05/2024
1.5.28-beta1 29 08/24/2024
1.5.27.1 24 07/26/2024
1.5.27 39 07/26/2024
1.5.27-beta2 31 07/05/2024
1.5.27-beta1 42 07/05/2024
1.5.26 34 06/28/2024
1.5.25 210 06/25/2024
1.5.24 32 06/07/2024
1.5.23 32 06/07/2024
1.5.22 31 06/07/2024
1.5.21 33 06/07/2024
1.5.20 29 04/30/2024
1.5.19 20 04/30/2024
1.5.18 41 03/13/2024
1.5.17.1 39 03/13/2024
1.5.17 50 03/13/2024
1.5.16 44 02/20/2024
1.5.15 22 01/12/2024
1.5.14 29 01/13/2024
1.5.13 32 01/13/2024
1.5.13-beta1 34 01/14/2024
1.5.12 31 10/13/2024
1.5.11 29 06/13/2024
1.5.10 38 10/09/2024
1.5.9 36 07/22/2024
1.5.8 33 03/19/2024
1.5.7 44 06/13/2023
1.5.6 34 06/13/2023
1.5.5 36 06/14/2023
1.5.4 31 06/13/2023
1.5.3 22 06/12/2023
1.5.2 33 06/12/2023
1.5.1 31 06/12/2023
1.5.0 35 06/12/2023
1.5.0-beta6 42 08/25/2023
1.5.0-beta5 28 08/28/2023
1.5.0-beta4 34 08/31/2023
1.5.0-beta3 35 08/26/2023
1.5.0-beta2 41 08/29/2023
1.5.0-beta1 39 08/25/2023
1.5.0-alpha4 31 08/26/2023
1.5.0-alpha3 30 08/24/2023
1.5.0-alpha2 29 08/25/2023
1.5.0-alpha1 27 12/27/2023
1.4.51 35 08/27/2023
1.4.50 27 05/22/2024
1.4.49 37 04/09/2024
1.4.49-beta1 29 08/28/2023
1.4.48 32 04/02/2024
1.4.47 25 07/21/2024
1.4.46 36 08/31/2023
1.4.45 34 08/28/2023
1.4.44 33 07/25/2024
1.4.43 29 03/19/2024
1.4.42 37 10/13/2024
1.4.41 35 10/07/2024
1.4.40 33 08/26/2023
1.4.39 29 08/30/2023
1.4.38 30 08/20/2024
1.4.37 33 02/20/2024
1.4.36 32 08/17/2024
1.4.35 32 02/20/2024
1.4.34 22 10/13/2024
1.4.33 25 04/26/2024
1.4.32 25 10/13/2024
1.4.31 34 05/06/2022
1.4.30 42 07/29/2024
1.4.29 27 08/28/2023
1.4.28 31 08/29/2023
1.4.27 26 10/13/2024
1.4.26 37 03/12/2024
1.4.25 27 08/29/2023
1.4.24 34 09/03/2024
1.4.23 30 10/13/2024
1.4.22 31 03/31/2024
1.4.21 32 08/24/2023
1.4.21-beta1 35 08/25/2023
1.4.20 25 08/27/2023
1.4.19 37 09/20/2024
1.4.18 25 07/31/2024
1.4.17 35 01/27/2024
1.4.16 26 07/23/2024
1.4.15 37 08/31/2023
1.4.14 44 02/20/2024
1.4.13 32 08/27/2023
1.4.12 37 08/28/2023
1.4.11 33 02/20/2024
1.4.10 23 08/25/2023
1.4.9 36 06/13/2023
1.4.8 33 06/12/2023
1.4.7 37 06/12/2023
1.4.6 33 06/11/2023
1.4.5 36 06/13/2023
1.4.4 37 06/12/2023
1.4.3 27 06/12/2023
1.4.2 35 06/13/2023
1.4.1 210 06/12/2023
1.4.1-rc3 210 06/27/2024
1.4.1-rc2 208 06/27/2024
1.4.1-rc1 208 06/27/2024
1.4.0-beta4 218 08/26/2023
1.4.0-beta3 219 08/30/2023
1.4.0-beta2 222 08/26/2023
1.4.0-beta1 216 08/28/2023
1.3.19 222 05/03/2024
1.3.18 215 06/27/2024
1.3.17 212 06/27/2024
1.3.16 212 06/27/2024
1.3.15 218 08/29/2023
1.3.14 211 08/26/2023
1.3.13 205 06/27/2024
1.3.12 213 04/11/2024
1.3.11 212 02/20/2024
1.3.10 211 03/18/2024
1.3.9 216 06/12/2023
1.3.8 214 06/13/2023
1.3.7 215 12/27/2023
1.3.6 204 06/13/2023
1.3.5 207 06/27/2024
1.3.4 215 06/12/2023
1.3.3 220 06/13/2023
1.3.2 217 06/13/2023
1.3.1 203 06/27/2024
1.3.0 221 06/12/2023
1.2.3 213 06/13/2023
1.2.2 215 06/12/2023
1.2.1 211 06/11/2023
1.2.0 209 06/14/2023
1.1.3 209 06/12/2023
1.1.2 215 06/12/2023
1.1.1 210 06/13/2023
1.1.0 209 06/13/2023
1.0.8 208 06/13/2023
1.0.7 205 06/13/2023
1.0.6 212 06/11/2023
1.0.5 214 06/12/2023
1.0.4 210 06/12/2023
1.0.3 214 06/12/2023
1.0.2 212 06/13/2023
1.0.1 216 06/12/2023
1.0.0 216 06/12/2023
1.0.0-dev1504032244 211 08/28/2023
0.8.0 208 06/12/2023
0.7.1 207 06/11/2023
0.7.0 214 06/13/2023