Skip to content

Conversation

alexvaluyskiy
Copy link
Contributor

No description provided.

@alexvaluyskiy alexvaluyskiy added this to the 1.3.0 milestone Aug 3, 2017
Actor = (IActorRef)info.GetValue("Actor", typeof(IActorRef));
}

public override void GetObjectData(SerializationInfo info, StreamingContext context)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is mandatory method for exceptions, which contains custom properties

Copy link
Member

@Aaronontheweb Aaronontheweb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

@Aaronontheweb
Copy link
Member

@alexvaluyskiy I'm getting compilation failures here since I rebased

@@ -302,7 +302,7 @@ public void RemoteRouter_must_let_remote_deployment_be_overridden_by_remote_conf
masterSystem.Stop(router);
}

[Fact(Skip = "Serialization of custom deciders is currently not supported")]
[Fact]
public void RemoteRouter_must_set_supplied_SupervisorStrategy()
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This test is working now

/// <summary>
/// Initializes a new instance of the <see cref="ActorInitializationException"/> class.
/// </summary>
protected ActorInitializationException()
public ActorInitializationException()
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

public constructor is mandatory for NetCore support (due to limitations of our serializer)

@alexvaluyskiy
Copy link
Contributor Author

@heynickc MNTK tests don't want to pass. I don't know why

@Aaronontheweb
Copy link
Member

@alexvaluyskiy looks like @Arkatufus has fixed it here #2936

@Danthar Danthar merged commit 8662629 into akkadotnet:v1.3 Aug 7, 2017
@alexvaluyskiy alexvaluyskiy deleted the protobuf_exceptions branch August 7, 2017 08:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants