Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save andreabalducci/4706041 to your computer and use it in GitHub Desktop.

Select an option

Save andreabalducci/4706041 to your computer and use it in GitHub Desktop.
List commits from Eventstore + CommonDomain by aggregate ID
db.Commits.find({ "_id.StreamId" : CSUUID("<GUID_HERE>") }).sort({ "_id.CommitSequence" : 1 });
@andreabalducci

Copy link
Copy Markdown
Author

CSUUID -> C# conversion from string to BindData

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment