Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ToDotGraph() method #33

Merged
merged 5 commits into from
Nov 7, 2015
Merged

Conversation

tlk
Copy link
Contributor

@tlk tlk commented Oct 29, 2015

Proposal for nblumhardt/stateless/issues/31

@@ -11,7 +11,7 @@ internal class StateRepresentation
{
readonly TState _state;

readonly IDictionary<TTrigger, ICollection<TriggerBehaviour>> _triggerBehaviours =
protected internal readonly IDictionary<TTrigger, ICollection<TriggerBehaviour>> _triggerBehaviours =
Copy link
Collaborator

Choose a reason for hiding this comment

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

Rather than making the fields protected internal could we wrap them in internal properties?

@nblumhardt
Copy link
Collaborator

Looks great, just a couple of minor comments.

Is it also possible to include a README update in the PR that notes this method and links to some DOT visualisation options? Just a thought :-)

Cheers!

@tlk
Copy link
Contributor Author

tlk commented Nov 3, 2015

Thanks for the feedback! Please let me know if there are any remaining/new issues or if you have more good suggestions. Also, I'll gladly squash the feature branch into a single commit if your prefer that. :-)

nblumhardt added a commit that referenced this pull request Nov 7, 2015
Add ToDotGraph() method
@nblumhardt nblumhardt merged commit a463c44 into dotnet-state-machine:master Nov 7, 2015
@nblumhardt
Copy link
Collaborator

Thanks, looks great. Looks like I need to get CI for this set up :-)

@tlk
Copy link
Contributor Author

tlk commented Nov 11, 2015

Thanks!

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