Dapps.CqrsCore
1.2.7
dotnet add package Dapps.CqrsCore --version 1.2.7
NuGet\Install-Package Dapps.CqrsCore -Version 1.2.7
<PackageReference Include="Dapps.CqrsCore" Version="1.2.7" />
<PackageVersion Include="Dapps.CqrsCore" Version="1.2.7" />
<PackageReference Include="Dapps.CqrsCore" />
paket add Dapps.CqrsCore --version 1.2.7
#r "nuget: Dapps.CqrsCore, 1.2.7"
#:package Dapps.CqrsCore@1.2.7
#addin nuget:?package=Dapps.CqrsCore&version=1.2.7
#tool nuget:?package=Dapps.CqrsCore&version=1.2.7
Core library for CQRS + ES pattern in .net 5.
Provide base class, interface & default implementations for:
- Command, Command Stores, Command Queue
- Event, Event Stores, Event Repository, Event Queue
- Snapshot, Snapshot Store, Snapshot Repository
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. 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. |
-
net9.0
- MediatR (>= 12.5.0)
- Microsoft.Extensions.Configuration.Abstractions (>= 9.0.7)
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.7)
- Microsoft.Extensions.Options (>= 9.0.7)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Dapps.CqrsCore:
Package | Downloads |
---|---|
Dapps.CqrsCore.Persistence
Core library for persistence in cqrs + es pattern in .net 5 Provide base class, interface & default persistence stores |
|
Dapps.CqrsCore.AspNetCore
.Net Core & .Net 5 library for Dapps.CqrsCore & Dapps.CqrsCore.Persistence Add CQRS builder for CQRS Service which be using by application. |
GitHub repositories
This package is not used by any popular GitHub repositories.
- Remove base case CommandHandlers,
- Inclucde ICqrsEventDispatcher into ICqrsEventRepository to dispatch events after aggregate is saved.
- Add rollback function for CommandDbContext & SnapshotDBContext
- Bug fixing
- Rename some interfaces & classes