MKS.Repository.EntityFrameworkCore
10.0.4
dotnet add package MKS.Repository.EntityFrameworkCore --version 10.0.4
NuGet\Install-Package MKS.Repository.EntityFrameworkCore -Version 10.0.4
<PackageReference Include="MKS.Repository.EntityFrameworkCore" Version="10.0.4" />
<PackageVersion Include="MKS.Repository.EntityFrameworkCore" Version="10.0.4" />
<PackageReference Include="MKS.Repository.EntityFrameworkCore" />
paket add MKS.Repository.EntityFrameworkCore --version 10.0.4
#r "nuget: MKS.Repository.EntityFrameworkCore, 10.0.4"
#:package MKS.Repository.EntityFrameworkCore@10.0.4
#addin nuget:?package=MKS.Repository.EntityFrameworkCore&version=10.0.4
#tool nuget:?package=MKS.Repository.EntityFrameworkCore&version=10.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 | net10.0 is compatible. 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. |
-
net10.0
- Ardalis.Specification.EntityFrameworkCore (>= 9.3.1)
- Microsoft.EntityFrameworkCore (>= 10.0.0)
- Microsoft.EntityFrameworkCore.Relational (>= 10.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.0)
- MKS.Repository.Abstractions (>= 10.0.4)
- OpenTelemetry.Api (>= 1.13.1)
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 | Downloads | Last Updated |
|---|---|---|
| 10.0.4 | 297 | 3/25/2026 |
| 10.0.3 | 268 | 3/18/2026 |
| 10.0.2 | 175 | 3/9/2026 |
| 10.0.1 | 139 | 3/4/2026 |
| 10.0.0 | 357 | 11/13/2025 |
| 9.4.2 | 614 | 11/17/2025 |
| 9.4.1 | 409 | 11/17/2025 |
| 9.4.0 | 308 | 11/11/2025 |
| 9.3.1 | 228 | 11/6/2025 |
| 9.3.0 | 216 | 11/5/2025 |
| 9.2.4 | 318 | 9/11/2025 |
| 9.2.3 | 197 | 9/10/2025 |
| 3.1.6 | 155 | 1/19/2026 |
| 3.1.5 | 327 | 12/17/2025 |
| 3.1.4 | 316 | 12/17/2025 |
| 3.1.3 | 327 | 12/16/2025 |
| 3.1.2 | 311 | 12/16/2025 |
| 3.1.1 | 330 | 12/16/2025 |
| 3.1.0 | 265 | 12/14/2025 |
| 3.0.0 | 226 | 12/5/2025 |
Version 9.4.0: Integrated OpenTelemetry distributed tracing across all repository operations.
New: OpenTelemetryConfiguration class with ActivitySource names for tracing configuration.
New: Comprehensive tracing for all repository operations (read, write, bulk, transactions).
Added: Activity spans for DbTransactionScope commit/rollback/dispose operations with detailed metadata.
Added: Tracing for DbContextResolver with cache hit/miss tracking.
Enhanced: All operations now emit detailed telemetry data including entity types, operation names, result counts, and error information.
Improved: Better observability for debugging and performance monitoring in distributed systems.
Breaking: Added dependency on OpenTelemetry.Api (lightweight, no runtime impact if not configured).
Version 9.3.1: Added AutoCommit parameter to DbTransactionScope for manual transaction control.
Version 9.3.0: Implemented transaction support with DbTransactionScope.