EventFlow 0.4.353
dotnet add package EventFlow --version 0.4.353
NuGet\Install-Package EventFlow -Version 0.4.353
<PackageReference Include="EventFlow" Version="0.4.353" />
paket add EventFlow --version 0.4.353
#r "nuget: EventFlow, 0.4.353"
// Install EventFlow as a Cake Addin #addin nuget:?package=EventFlow&version=0.4.353 // Install EventFlow as a Cake Tool #tool nuget:?package=EventFlow&version=0.4.353
CQRS+ES framework
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net451 is compatible. 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. |
-
- Newtonsoft.Json (>= 6.0.4)
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on EventFlow:
Repository | Stars |
---|---|
twzhangyang/RestAirline
DDD+CQRS+EventSourcing+Hypermedia API+ASP.NET Core 3.1+Masstransit+terraform+docker+k8s
|
|
OKTAYKIR/EventFlow.Example
DDD+CQRS+Event-sourcing examples using EventFlow following CQRS-ES architecture. It is configured with RabbitMQ, MongoDB(Snapshot store), PostgreSQL(Read store), EventStore(GES). It's targeted to .Net Core 2.2 and include docker compose file.
|
Breaking: `ValueObject` now uses public properties instead of both
private and public fields
- Braking: Aggregate IDs are no longer `string` but objects implementing
`IIdentity`
Breaking: MSSQL transient exceptions are now retried
Breaking: All methods on `IMsSqlConnection` has an extra `Label` argument
New: `ITransientFaultHandler` added along with default retry strategies
for optimistic concurrency and MSSQL transient exceptions
New: Release notes added to NuGet packages
New: Better logging and more descriptive exceptions
Fixed: Unchecked missing in `ValueObject` when claculating hash
Fixed: `NullReferenceException` thrown if `null` was stored
in `SingleValueObject` and `ToString()` was called