Akka.TestKit by Akka.NET Team

<PackageReference Include="Akka.TestKit" Version="1.4.10" />

 Akka.TestKit 1.4.10

You need a Akka.TestKit.* package! Add the one appropriate 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.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Akka.TestKit</id>
    <version>1.4.10</version>
    <authors>Akka.NET Team</authors>
    <owners>Akka.NET Team</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://github.com/akkadotnet/akka.net/blob/master/LICENSE</licenseUrl>
    <projectUrl>https://github.com/akkadotnet/akka.net</projectUrl>
    <iconUrl>http://getakka.net/images/akkalogo.png</iconUrl>
    <description>You need a Akka.TestKit.* package! Add the one appropriate 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.</description>
    <releaseNotes>Maintenance Release for Akka.NET 1.4**
Akka.NET v1.4.10 includes some minor bug fixes and some major feature additions to Akka.Persistence.Query:
[Fixed: Akka.Persistence.Sql SqlJournal caching all Persistence Ids in memory does not scale](https://github.com/akkadotnet/akka.net/issues/4524)
[Fixed Akka.Persistence.Query PersistenceIds queries now work across all nodes, rather than local node](https://github.com/akkadotnet/akka.net/pull/4531)
[Akka.Actor: Akka.Pattern: Pass in clearer error message into OpenCircuitException](https://github.com/akkadotnet/akka.net/issues/4314)
[Akka.Persistence: Allow persistence plugins to customize JournalPerfSpec's default values](https://github.com/akkadotnet/akka.net/pull/4544)
[Akka.Remote: Racy RemotingTerminator actor crash in Akka.Remote initialization](https://github.com/akkadotnet/akka.net/issues/4530)
To see the [full set of fixes in Akka.NET v1.4.10, please see the milestone on Github](https://github.com/akkadotnet/akka.net/milestone/41).</releaseNotes>
    <copyright>Copyright © 2013-2020 Akka.NET Team</copyright>
    <tags>akka actors actor model Akka concurrency</tags>
    <repository type="git" url="https://github.com/akkadotnet/akka.net" commit="ad8ab550e483a976bcec1e0c226db5512a2d3a04" />
    <dependencies>
      <group targetFramework=".NETStandard2.0">
        <dependency id="Akka" version="1.4.10" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>