AggregateSource 0.0.13
See the version list below for details.
dotnet add package AggregateSource --version 0.0.13
NuGet\Install-Package AggregateSource -Version 0.0.13
<PackageReference Include="AggregateSource" Version="0.0.13" />
paket add AggregateSource --version 0.0.13
#r "nuget: AggregateSource, 0.0.13"
// Install AggregateSource as a Cake Addin #addin nuget:?package=AggregateSource&version=0.0.13 // Install AggregateSource as a Cake Tool #tool nuget:?package=AggregateSource&version=0.0.13
AggregateSource provides lightweight infrastructure for building an eventsourced, aggregate based domain model.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (5)
Showing the top 5 NuGet packages that depend on AggregateSource:
Package | Downloads |
---|---|
AggregateSource.Testing
AggregateSource.Testing provides lightweight infrastructure for building eventsourced, aggregate based test specifications. |
|
AggregateSource.EventStore
AggregateSource.EventStore provides integration with GetEventStore (http://geteventstore.com/). |
|
AggregateSource.Content.ExplicitRouting
AggregateSource provides lightweight infrastructure for building an eventsourced, aggregate based domain model. Root & entity with explicit routing. |
|
AggregateSource.NEventStore
AggregateSource.NEventStore provides integration with NEventStore (https://github.com/NEventStore/NEventStore). |
|
AggregateSource.Content.ExplicitStateExplicitRouting
AggregateSource provides lightweight infrastructure for building an eventsourced, aggregate based domain model. Root & entity with explicit state & routing. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on AggregateSource:
Repository | Stars |
---|---|
yreynhout/AggregateSource
Lightweight infrastructure for doing eventsourcing using aggregates
|
Version | Downloads | Last updated |
---|---|---|
0.0.308 | 7,730 | 11/4/2016 |
0.0.300 | 11,228 | 12/1/2014 |
0.0.293-RC2 | 1,189 | 3/24/2014 |
0.0.290 | 2,415 | 3/20/2014 |
0.0.289 | 1,568 | 3/19/2014 |
0.0.285 | 1,860 | 1/6/2014 |
0.0.174 | 1,636 | 10/11/2013 |
0.0.162 | 1,548 | 10/3/2013 |
0.0.161 | 1,550 | 10/3/2013 |
0.0.127 | 1,583 | 9/18/2013 |
0.0.125 | 1,582 | 9/18/2013 |
0.0.124 | 1,559 | 9/18/2013 |
0.0.116 | 1,551 | 9/17/2013 |
0.0.115 | 1,596 | 9/17/2013 |
0.0.114 | 1,589 | 9/17/2013 |
0.0.78 | 1,804 | 7/27/2013 |
0.0.77 | 1,964 | 7/27/2013 |
0.0.57 | 1,825 | 7/26/2013 |
0.0.56 | 1,646 | 7/24/2013 |
0.0.38 | 1,615 | 7/23/2013 |
0.0.21 | 1,939 | 5/24/2013 |
0.0.20 | 1,702 | 5/24/2013 |
0.0.19 | 1,755 | 5/24/2013 |
0.0.17 | 1,926 | 5/24/2013 |
0.0.16 | 1,659 | 5/24/2013 |
0.0.13 | 1,919 | 5/20/2013 |
A very early release. There's support for aggregates & entities, as well as a collection based repository interface that plays nicely with a unit of work. Fluent test specifications can be written using either the Scenario class or the FactoryScenarioFor, CommandScenarioFor and QueryScenarioFor classes. Warning! The API is still in flux.