I-Synergy.Framework.EventSourcing 2026.10825.12205

Prefix Reserved
dotnet add package I-Synergy.Framework.EventSourcing --version 2026.10825.12205
                    
NuGet\Install-Package I-Synergy.Framework.EventSourcing -Version 2026.10825.12205
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="I-Synergy.Framework.EventSourcing" Version="2026.10825.12205" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="I-Synergy.Framework.EventSourcing" Version="2026.10825.12205" />
                    
Directory.Packages.props
<PackageReference Include="I-Synergy.Framework.EventSourcing" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add I-Synergy.Framework.EventSourcing --version 2026.10825.12205
                    
#r "nuget: I-Synergy.Framework.EventSourcing, 2026.10825.12205"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package I-Synergy.Framework.EventSourcing@2026.10825.12205
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=I-Synergy.Framework.EventSourcing&version=2026.10825.12205
                    
Install as a Cake Addin
#tool nuget:?package=I-Synergy.Framework.EventSourcing&version=2026.10825.12205
                    
Install as a Cake Tool

I-Synergy Framework EventSourcing

Provides base infrastructure for event-sourced domain aggregates in I-Synergy applications.

Included abstractions

Type Purpose
IDomainEvent Marker interface for all domain events
DomainEventBase Abstract record — provides EventId + OccurredAt
IAggregateRoot<TId> Interface for event-sourced aggregate roots
AggregateRoot<TId> Base class — manages uncommitted events and version
IAggregateRepository<TAggregate, TId> Load/save aggregates via the event store
IEventStore Append-only event storage with snapshot support
EventRecord Immutable read model returned by event store queries
Snapshot Point-in-time aggregate state for replay optimisation
IProjection<TEvent> Updates a read model in response to a domain event
IProjectionRebuildService Rebuilds a projection by replaying the full event stream
Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on I-Synergy.Framework.EventSourcing:

Package Downloads
I-Synergy.Framework.EventSourcing.EntityFramework

EF Core implementation of IEventStore and IAggregateRepository for I-Synergy Event Sourcing

I-Synergy.Framework.EventSourcing.Storage

Provider-agnostic cold-tier archiving abstractions and services for I-Synergy Event Sourcing

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2026.10825.12205 57 8/25/2026
2026.10825.11512-preview 71 8/25/2026
2026.10822.10000 135 8/21/2026
2026.10818.11310 132 8/18/2026
2026.10817.11530 135 8/17/2026
2026.10817.11419-preview 118 8/17/2026
2026.10815.12144 125 8/15/2026
2026.10815.12012-preview 113 8/15/2026
2026.10815.11909-preview 111 8/15/2026
2026.10814.10255-preview 124 8/14/2026
2026.10813.11601 118 8/13/2026
2026.10813.11334-preview 110 8/13/2026
2026.10812.11511-preview 112 8/12/2026
2026.10811.12221-preview 119 8/11/2026
2026.10811.11857-preview 124 8/11/2026
2026.10810.10125 119 8/10/2026
2026.10809.12301-preview 108 8/9/2026
2026.10809.12039-preview 117 8/9/2026
2026.10803.11705-preview 128 8/3/2026
2026.10731.11405 138 7/31/2026
Loading failed