MKS.CQRS.EntityFrameworkCore
9.2.1
dotnet add package MKS.CQRS.EntityFrameworkCore --version 9.2.1
NuGet\Install-Package MKS.CQRS.EntityFrameworkCore -Version 9.2.1
<PackageReference Include="MKS.CQRS.EntityFrameworkCore" Version="9.2.1" />
<PackageVersion Include="MKS.CQRS.EntityFrameworkCore" Version="9.2.1" />
<PackageReference Include="MKS.CQRS.EntityFrameworkCore" />
paket add MKS.CQRS.EntityFrameworkCore --version 9.2.1
#r "nuget: MKS.CQRS.EntityFrameworkCore, 9.2.1"
#:package MKS.CQRS.EntityFrameworkCore@9.2.1
#addin nuget:?package=MKS.CQRS.EntityFrameworkCore&version=9.2.1
#tool nuget:?package=MKS.CQRS.EntityFrameworkCore&version=9.2.1
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.2.0)
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.2.1: Fixed dual-generic derived type registration for CQRS handlers.
Resolved registration issues for custom queries inheriting from GetEntityDataBySpecificationQuery<TEntity, TResult>.
Enhanced RegisterHandlerForDerivedType to properly handle dual-generic inheritance patterns.
Added BaseTypeInfo class and improved type detection logic for better DI container integration.
This fixes 'No service for type IRequestHandler<CustomQuery, TResult>' registration errors.