I had to comment out the following in the Note class:
//EventSourceId = noteId;
the EventSourceId has a Guid at this point, and the noteId is empty
guid, so it was setting it back to empty if this isn't commented
out...
On Aug 30, 12:07 am, Pieter Joost van de Sande <
p...@born2code.net>
wrote:
> Good point. We added changed the responsibility some time ago. Forgot about
> that. So no need to initialize the EventSourceId yourself in an
> eventhandler. Just set it in the ctor and you are fine.
>
> I updated the MyNotes sample according to this:
http://github.com/ncqrs/ncqrs/blob/development/Samples/MyNotes/src/Do...