MKS.Repository.EntityFrameworkCore
9.0.6
See the version list below for details.
dotnet add package MKS.Repository.EntityFrameworkCore --version 9.0.6
NuGet\Install-Package MKS.Repository.EntityFrameworkCore -Version 9.0.6
<PackageReference Include="MKS.Repository.EntityFrameworkCore" Version="9.0.6" />
<PackageVersion Include="MKS.Repository.EntityFrameworkCore" Version="9.0.6" />
<PackageReference Include="MKS.Repository.EntityFrameworkCore" />
paket add MKS.Repository.EntityFrameworkCore --version 9.0.6
#r "nuget: MKS.Repository.EntityFrameworkCore, 9.0.6"
#:package MKS.Repository.EntityFrameworkCore@9.0.6
#addin nuget:?package=MKS.Repository.EntityFrameworkCore&version=9.0.6
#tool nuget:?package=MKS.Repository.EntityFrameworkCore&version=9.0.6
Entity Framework Core implementation of MKS Repository abstractions, providing concrete repository classes with full EF Core integration and performance optimizations.
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
- Ardalis.Specification.EntityFrameworkCore (>= 9.2.0)
- Microsoft.EntityFrameworkCore (>= 9.0.8)
- Microsoft.EntityFrameworkCore.Relational (>= 9.0.8)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 9.0.8)
- MKS.Repository.Abstractions (>= 9.0.6)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on MKS.Repository.EntityFrameworkCore:
Package | Downloads |
---|---|
MKS.CQRS.EntityFrameworkCore
Entity Framework Core implementation of CQRS patterns using MediatR and Repository pattern with configurable Microsoft.Extensions.Logging support. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version 9.0.6: Fixed critical UpdateFromQuery expression parsing bug - now properly handles constant values and entity property references.
Added automatic SetProperty conversion with proper lambda expression creation for ExecuteUpdateAsync compatibility.
Improved DbContextResolver with typeof() checks instead of string comparisons for better type safety.
Enhanced XML documentation with detailed examples and usage patterns.