MKS.CQRS.EntityFrameworkCore
9.2.0
See the version list below for details.
dotnet add package MKS.CQRS.EntityFrameworkCore --version 9.2.0
NuGet\Install-Package MKS.CQRS.EntityFrameworkCore -Version 9.2.0
<PackageReference Include="MKS.CQRS.EntityFrameworkCore" Version="9.2.0" />
<PackageVersion Include="MKS.CQRS.EntityFrameworkCore" Version="9.2.0" />
<PackageReference Include="MKS.CQRS.EntityFrameworkCore" />
paket add MKS.CQRS.EntityFrameworkCore --version 9.2.0
#r "nuget: MKS.CQRS.EntityFrameworkCore, 9.2.0"
#:package MKS.CQRS.EntityFrameworkCore@9.2.0
#addin nuget:?package=MKS.CQRS.EntityFrameworkCore&version=9.2.0
#tool nuget:?package=MKS.CQRS.EntityFrameworkCore&version=9.2.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.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.0: Added projected data query handlers with result transformation support.
New queries: GetEntityDataBySpecificationQuery<TEntity, TResult> and GetManyEntitiesDataBySpecificationQuery<TEntity, TResult>.
New handlers: GetEntityDataBySpecificationQueryHandler<TEntity, TResult> and GetManyEntitiesDataBySpecificationQueryHandler<TEntity, TResult>.
These enable efficient database-level projections for CQRS read operations, reducing memory usage and improving performance.
Enhanced DI registration with automatic support for dual-generic handlers and derived query types.