MKS.CQRS.EntityFrameworkCore
9.1.0
See the version list below for details.
dotnet add package MKS.CQRS.EntityFrameworkCore --version 9.1.0
NuGet\Install-Package MKS.CQRS.EntityFrameworkCore -Version 9.1.0
<PackageReference Include="MKS.CQRS.EntityFrameworkCore" Version="9.1.0" />
<PackageVersion Include="MKS.CQRS.EntityFrameworkCore" Version="9.1.0" />
<PackageReference Include="MKS.CQRS.EntityFrameworkCore" />
paket add MKS.CQRS.EntityFrameworkCore --version 9.1.0
#r "nuget: MKS.CQRS.EntityFrameworkCore, 9.1.0"
#:package MKS.CQRS.EntityFrameworkCore@9.1.0
#addin nuget:?package=MKS.CQRS.EntityFrameworkCore&version=9.1.0
#tool nuget:?package=MKS.CQRS.EntityFrameworkCore&version=9.1.0
Entity Framework Core implementation of CQRS patterns using MediatR and Repository pattern with configurable Microsoft.Extensions.Logging support.
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 (>= 13.0.0)
- Microsoft.EntityFrameworkCore (>= 9.0.8)
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.8)
- MKS.Repository.EntityFrameworkCore (>= 9.0.6)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version 9.1.0: Added automatic registration of derived command and query types.
New feature: RegisterDerivedCommandsAndQueries() automatically discovers and registers handlers for custom commands/queries that inherit from base MKS.CQRS commands and queries.
This enables seamless integration of domain-specific commands like LogSmsFailedCommand : CreateEntityCommand<SmsLog> without manual handler registration.
Enhanced DI container setup with comprehensive assembly scanning and type discovery for improved developer experience.