Ben Edwards
Ben Edwards
FetchForWriting creates an optimistic lock by setting startingVersion property on the stream action. However there is an edge case where if the stream action already exists and already has a...
This is one of the things I found while [putting this test app together](https://github.com/elexisvenator/MyLittleCMS). There is hardcoded magic to make array types work correctly as duplicate fields and indexes. But...
Pretty simple, allows for declaring publishers as such: ```csharp opts.Publish() .MessagesImplementing() .ToPubsub(); ```