MKS.Repository.EntityFrameworkCore
9.0.4
See the version list below for details.
dotnet add package MKS.Repository.EntityFrameworkCore --version 9.0.4
NuGet\Install-Package MKS.Repository.EntityFrameworkCore -Version 9.0.4
<PackageReference Include="MKS.Repository.EntityFrameworkCore" Version="9.0.4" />
<PackageVersion Include="MKS.Repository.EntityFrameworkCore" Version="9.0.4" />
<PackageReference Include="MKS.Repository.EntityFrameworkCore" />
paket add MKS.Repository.EntityFrameworkCore --version 9.0.4
#r "nuget: MKS.Repository.EntityFrameworkCore, 9.0.4"
#:package MKS.Repository.EntityFrameworkCore@9.0.4
#addin nuget:?package=MKS.Repository.EntityFrameworkCore&version=9.0.4
#tool nuget:?package=MKS.Repository.EntityFrameworkCore&version=9.0.4
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.4)
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.4: Final fix for NuGet package icon - copied to each project folder.
Performance optimizations - DbContext resolved once in constructor instead of each method call.
Fixed error messages to English for international compatibility.
Includes EfRepository, EfReadRepository, EfWriteRepository, and EfBulkRepository.
Full Entity Framework Core integration with specification pattern support.