Akka.Remote 1.0.1

dotnet add package Akka.Remote --version 1.0.1
NuGet\Install-Package Akka.Remote -Version 1.0.1
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.Remote" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Akka.Remote --version 1.0.1
#r "nuget: Akka.Remote, 1.0.1"
#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.Remote as a Cake Addin
#addin nuget:?package=Akka.Remote&version=1.0.1

// Install Akka.Remote as a Cake Tool
#tool nuget:?package=Akka.Remote&version=1.0.1

Remote actor support for Akka.NET

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.

GitHub repositories (3)

Showing the top 3 popular GitHub repositories that depend on Akka.Remote:

Repository Stars
ThembisileNGQ/Akkatecture
a cqrs and event sourcing framework for dotnet core using akka.net
axzxs2001/Asp.NetCoreExperiment
原来所有项目都移动到**OleVersion**目录下进行保留。新的案例装以.net 5.0为主,一部分对以前案例进行升级,一部分将以前的工作经验总结出来,以供大家参考!
superquanter/quanter
从原来的StockTrader迁移过来
Version Downloads Last updated
1.0.1 742 4/28/2015
1.0.0 421 4/9/2015
1.0.0-dev1504032244 88 4/3/2015
0.8.0 391 2/12/2015
0.7.1 266 12/13/2014
0.7.0 214 10/20/2014
0.6.4 332 9/3/2014
0.6.3 310 8/16/2014
0.6.2 242 8/5/2014
0.6.1 309 7/10/2014
0.6.0 240 6/23/2014
0.5.8 129 5/23/2014
0.5.2 117 4/29/2014
0.5.0 202 4/16/2014
0.2.1-beta 102 3/22/2014
0.2.0-beta 92 3/19/2014

Bugfix release for Akka.NET v1.0.**
Fixes:
[v1.0 F# scheduling API not sending any scheduled messages](https://github.com/akkadotnet/akka.net/issues/831)
[PinnedDispatcher - uses single thread for all actors instead of creating persanal thread for every actor](https://github.com/akkadotnet/akka.net/issues/850)
[Hotfix async await when awaiting IO completion port based tasks](https://github.com/akkadotnet/akka.net/pull/843)
[Fix for async await suspend-resume mechanics](https://github.com/akkadotnet/akka.net/pull/836)
[Nested Ask async await causes null-pointer exception in ActorTaskScheduler](https://github.com/akkadotnet/akka.net/issues/855)
[Akka.Remote: can't reply back remotely to child of Pool router](https://github.com/akkadotnet/akka.net/issues/884)
[Context.DI().ActorOf shouldn't require a parameterless constructor](https://github.com/akkadotnet/akka.net/issues/832)
[DIActorContextAdapter uses typeof().Name instead of AssemblyQualifiedName](https://github.com/akkadotnet/akka.net/issues/833)
[IndexOutOfRangeException with RoundRobinRoutingLogic & SmallestMailboxRoutingLogic](https://github.com/akkadotnet/akka.net/issues/908)
New Features:
Akka.TestKit.NUnit**
Akka.NET now has support for [NUnit ](http://nunit.org/) inside its TestKit. You can install Akka.TestKit.NUnit via the NuGet commandline:
```
PM> Install-Package Akka.TestKit.NUnit
```
Akka.Persistence.SqlServer**
The first full implementation of Akka.Persistence is now available for SQL Server.
[Read the full instructions for working with Akka.Persistence.SQLServer here](https://github.com/akkadotnet/akka.net/tree/dev/src/contrib/persistence/Akka.Persistence.SqlServer).