Skip to content

Conversation

alexvaluyskiy
Copy link
Contributor

  • Hide MatchHandler from the public API
  • Added Xml comments to AutoReceive messages
  • Enabled InternalVisibleTo for Persistence and for Streams

@@ -159,7 +159,7 @@ protected override void OnReplaySuccess()
/// <param name="receive">TBD</param>
/// <param name="message">TBD</param>
/// <returns>TBD</returns>
protected override bool AroundReceive(Receive receive, object message)
protected internal override bool AroundReceive(Receive receive, object message)
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 not affect a public API. But we need it if we want to enable [InternalVisibleTo] for this assembly

@Aaronontheweb
Copy link
Member

@alexvaluyskiy have a conflict with @sean-gilliam's PR

Add InternalVisibleTo for Persistence and Streams
Make MatchHandler internal
@Aaronontheweb Aaronontheweb merged commit 73c0a40 into akkadotnet:dev Mar 29, 2017
@Aaronontheweb Aaronontheweb added this to the 1.2.0 milestone Mar 29, 2017
@alexvaluyskiy alexvaluyskiy deleted the hidemembers branch March 30, 2017 17:34
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.

2 participants