Simple NEventStore implementation using CommonDomain
to rebuild Aggregate state. Most of the code was found on:
- examples of testing the domain using joliver commondomain/eventstore (StackOverflow)
- http://pastebin.com/upZS72W0
The EventSpecification
test was heavily inspired by Greg Young's Assert.That(We.Understand) skillcast.
I've also added EventualConsistencyTests replacing calls to deprecated SynchronousDispatch functionality using @larsw suggestion on NEventStore/NEventStore#360 (comment)