MKS.CQRS.EntityFrameworkCore
9.0.6
See the version list below for details.
dotnet add package MKS.CQRS.EntityFrameworkCore --version 9.0.6
NuGet\Install-Package MKS.CQRS.EntityFrameworkCore -Version 9.0.6
<PackageReference Include="MKS.CQRS.EntityFrameworkCore" Version="9.0.6" />
<PackageVersion Include="MKS.CQRS.EntityFrameworkCore" Version="9.0.6" />
<PackageReference Include="MKS.CQRS.EntityFrameworkCore" />
paket add MKS.CQRS.EntityFrameworkCore --version 9.0.6
#r "nuget: MKS.CQRS.EntityFrameworkCore, 9.0.6"
#:package MKS.CQRS.EntityFrameworkCore@9.0.6
#addin nuget:?package=MKS.CQRS.EntityFrameworkCore&version=9.0.6
#tool nuget:?package=MKS.CQRS.EntityFrameworkCore&version=9.0.6
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.0.6: Improved automatic entity handler registration with reflection-based DbContext discovery using typeof() instead of string comparisons.
Enhanced command and query documentation with detailed notification information and examples using <see cref=> references.
Removed console output for cleaner service registration. Fixed UpdateFromQuery expression parsing for proper constant value handling.