Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

SharpCoreDB.CQRS

CQRS and outbox primitives for SharpCoreDB.

Version: v1.9.3 Package: SharpCoreDB.CQRS

Patch updates in v1.9.3

  • ✅ Aligned package metadata and version references to the synchronized 1.9.3 release line.
  • ✅ Release automation now publishes all packable SharpCoreDB packages in CI/CD.

Features

  • Command contracts and handler abstractions
  • In-memory and DI-backed command dispatchers
  • Aggregate root base with pending domain events
  • In-memory and persistent SharpCoreDB-backed outbox stores
  • Retry/dead-letter-capable outbox dispatch services and hosted workers

Changes in v1.9.0

  • Package/docs synchronized to v1.9.0
  • Outbox persistence + retry/dead-letter guidance improved
  • Integration alignment with EventSourcing/Projections companion packages

Installation

dotnet add package SharpCoreDB.CQRS --version 1.9.0

Related packages

  • SharpCoreDB.EventSourcing
  • SharpCoreDB.Projections

Documentation

  • docs/INDEX.md
  • src/SharpCoreDB.CQRS/NuGet.README.md