Microsoft.EntityFrameworkCore.Proxies
9.0.10
Prefix Reserved
See the version list below for details.
Requires NuGet 3.6 or higher.
dotnet add package Microsoft.EntityFrameworkCore.Proxies --version 9.0.10
NuGet\Install-Package Microsoft.EntityFrameworkCore.Proxies -Version 9.0.10
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="9.0.10" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Proxies" Version="9.0.10" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" />
paket add Microsoft.EntityFrameworkCore.Proxies --version 9.0.10
#r "nuget: Microsoft.EntityFrameworkCore.Proxies, 9.0.10"
#:package Microsoft.EntityFrameworkCore.Proxies@9.0.10
#addin nuget:?package=Microsoft.EntityFrameworkCore.Proxies&version=9.0.10
#tool nuget:?package=Microsoft.EntityFrameworkCore.Proxies&version=9.0.10
The Microsoft.EntityFrameworkCore.Proxies
package contains implementations of dynamic proxies for lazy-loading and/or change-tracking.
Usage
Call UseLazyLoadingProxies
when configuring your DbContext
to enable lazy-loading proxies. For example:
protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder)
=> optionsBuilder.UseLazyLoadingProxies();
Call UseChangeTrackingProxies
when configuring your DbContext
to enable change-tracking proxies. For example:
protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder)
=> optionsBuilder.UseChangeTrackingProxies();
Call both methods for proxies that implement both lazy-loading and change-tracking. For example:
protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder)
=> optionsBuilder
.UseLazyLoadingProxies()
.UseChangeTrackingProxies();
Getting started with EF Core
See Getting started with EF Core for more information about EF NuGet packages, including which to install when getting started.
Feedback
If you encounter a bug or issues with this package,you can open an Github issue. For more details, see getting support.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. 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. |
-
net8.0
- Castle.Core (>= 5.1.1)
- Microsoft.EntityFrameworkCore (>= 9.0.10)
- Microsoft.Extensions.Caching.Memory (>= 9.0.10)
- Microsoft.Extensions.Logging (>= 9.0.10)
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Microsoft.EntityFrameworkCore.Proxies:
Repository | Stars |
---|---|
abpframework/abp
Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
|
Version | Downloads | Last Updated |
---|---|---|
10.0.0-rc.2.25466.103 | 0 | 9/22/2025 |
10.0.0-rc.1.25451.107 | 0 | 9/22/2025 |
10.0.0-rc.1.25421.113 | 0 | 9/12/2025 |
10.0.0-preview.7.25380.108 | 0 | 8/11/2025 |
10.0.0-preview.7.25380.105 | 0 | 8/6/2025 |
10.0.0-preview.6.25358.103 | 0 | 7/17/2025 |
10.0.0-preview.6.25321.102 | 0 | 6/25/2025 |
10.0.0-preview.5.25280.105 | 0 | 6/2/2025 |
10.0.0-preview.5.25277.114 | 0 | 6/3/2025 |
10.0.0-preview.5.25277.101 | 0 | 5/29/2025 |
10.0.0-preview.4.25266.103 | 0 | 5/20/2025 |
10.0.0-preview.4.25255.103 | 0 | 5/12/2025 |
9.0.10 | 0 | 9/25/2025 |
9.0.7 | 0 | 7/11/2025 |
3.0.0-preview.19074.3 | 2 | 1/28/2019 |
3.0.0-preview.18572.1 | 1 | 11/30/2018 |