Fixed GetDeterministicHashCodeAsString (use InvariantCulture) (#41)
* Akka.Remote example * ToString(CultureInfo.InvariantCulture) * .
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using Akka.Actor;
|
||||
using ProxyInterfaceConsumerForAkka.Interfaces;
|
||||
|
||||
namespace ProxyInterfaceConsumerForAkka;
|
||||
|
||||
public class Program
|
||||
{
|
||||
public static void Main()
|
||||
{
|
||||
LocalActorRefProvider p = null;
|
||||
ILocalActorRefProvider proxy = new LocalActorRefProviderProxy(p);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user