Akka.TestKit.NUnit 1.0.4

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Akka.TestKit.NUnit --version 1.0.4
NuGet\Install-Package Akka.TestKit.NUnit -Version 1.0.4
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.TestKit.NUnit" Version="1.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Akka.TestKit.NUnit --version 1.0.4
#r "nuget: Akka.TestKit.NUnit, 1.0.4"
#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.
// Install Akka.TestKit.NUnit as a Cake Addin
#addin nuget:?package=Akka.TestKit.NUnit&version=1.0.4

// Install Akka.TestKit.NUnit as a Cake Tool
#tool nuget:?package=Akka.TestKit.NUnit&version=1.0.4

TestKit for writing tests for Akka.NET using NUnit.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 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

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.5.0 60,048 3/7/2023
1.4.39 32,221 7/22/2022
1.3.8 54,129 7/16/2018
1.3.2 7,880 10/31/2017
1.2.1 23,914 6/27/2017
1.1.3 5,222 2/10/2017
1.1.2 9,152 9/30/2016
1.1.1 5,384 7/18/2016
1.0.8 2,746 4/28/2016
1.0.7 1,502 4/7/2016
1.0.6 2,718 1/18/2016
1.0.5 2,636 12/3/2015
1.0.4 3,187 8/8/2015
1.0.3 2,326 6/12/2015
1.0.2 1,275 6/3/2015
1.0.1 1,554 4/28/2015

Maintenance release for Akka.NET v1.0.3**
Akka.IO**
This release introduces some major new features to Akka.NET, including [Akka.IO - a new set of capabilities built directly into the Akka NuGet package that allow you to communicate with your actors directly via TCP and UDP sockets](http://getakka.net/docs/IO) from external (non-actor) systems.
If you want to see a really cool example of Akka.IO in action, look at [this sample that shows off how to use the Telnet commandline to interact directly with Akka.NET actors](https://github.com/akkadotnet/akka.net/blob/dev/src/examples/TcpEchoService.Server).
Akka.Persistence.MongoDb** and **Akka.Persistence.Sqlite**
Two new flavors of Akka.Persistence support are now available. You can install them via the commandline!
```
PM> Install-Package Akka.Persistence.MongoDb -pre
```
and
```
PM> Install-Package Akka.Persistence.Sqlite -pre
```
Fixes & Changes - Akka.NET Core**
[F# API - problem with discriminated union serialization](https://github.com/akkadotnet/akka.net/issues/999)
[Fix Null Sender issue](https://github.com/akkadotnet/akka.net/issues/1212)
[Outdated FsPickler version in Akka.FSharp can lead to runtime errors when other FsPickler-dependent packages are installed](https://github.com/akkadotnet/akka.net/issues/1206)
[Add default Ask timeout to HOCON configuration](https://github.com/akkadotnet/akka.net/issues/1163)
[Remote watching is repeated](https://github.com/akkadotnet/akka.net/issues/1090)
[RemoteDaemon bug, not removing children ](https://github.com/akkadotnet/akka.net/pull/1068)
[HOCON include support](https://github.com/akkadotnet/akka.net/pull/1169)
[Replace SystemNanoTime with MonotonicClock](https://github.com/akkadotnet/akka.net/pull/1174)
Akka.DI.StructureMap**
We now have support for the [StructureMap dependency injection framework](http://docs.structuremap.net/) out of the box. You can install it here!
```
PM> Install-Package Akka.DI.StructureMap
```