AggregateSource icon indicating copy to clipboard operation
AggregateSource copied to clipboard

Lightweight infrastructure for doing eventsourcing using aggregates

Results 9 AggregateSource issues
Sort by recently updated
recently updated
newest added

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 9.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

NuGet packages for .NET Core would be nice :)

I'm planning to use F# intrinsics to pretty much all testing/impl of Aggregates a la [FsUno](https://github.com/thinkbeforecoding/FsUno). Within the sample are switchable GES/InMemory 'Store' impl consisting of two [F#] functions:- -...

Meet a new citizen ``` csharp public interface IEventConverter { IEnumerable Convert(TEvent @event); } ``` Requires that the IEventDeserializer relaxes a bit as well ``` csharp public interface IEventDeserializer {...

enhancement

Add the nuget packages to the teamcity nuget feed. Add eventstore log output to build artifacts.

Add support for taking and restoring a snapshot of an aggregate.

enhancement

Build a set of resources, explore collection api, explore atomfeed, expose them using a NancyModule. The resources revolve around events, streams, causations, correlations, etc ...

enhancement

Similar to what we did for GetEventStore, download, unzip, rename this dependency.

enhancement