iPlus.EntityFrameworkCore.Proxies
9.0.7
See the version list below for details.
Requires NuGet 3.6 or higher.
dotnet add package iPlus.EntityFrameworkCore.Proxies --version 9.0.7
NuGet\Install-Package iPlus.EntityFrameworkCore.Proxies -Version 9.0.7
<PackageReference Include="iPlus.EntityFrameworkCore.Proxies" Version="9.0.7" />
<PackageVersion Include="iPlus.EntityFrameworkCore.Proxies" Version="9.0.7" />
<PackageReference Include="iPlus.EntityFrameworkCore.Proxies" />
paket add iPlus.EntityFrameworkCore.Proxies --version 9.0.7
#r "nuget: iPlus.EntityFrameworkCore.Proxies, 9.0.7"
#:package iPlus.EntityFrameworkCore.Proxies@9.0.7
#addin nuget:?package=iPlus.EntityFrameworkCore.Proxies&version=9.0.7
#tool nuget:?package=iPlus.EntityFrameworkCore.Proxies&version=9.0.7
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)
- iPlus.EntityFrameworkCore (>= 9.0.7)
- Microsoft.Extensions.Caching.Memory (>= 9.0.7)
- Microsoft.Extensions.Logging (>= 9.0.7)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on iPlus.EntityFrameworkCore.Proxies:
| Package | Downloads |
|---|---|
|
iPlus.EntityFrameworkCore.Specification.Tests
iPlus Fork of ef core main repository |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 10.0.0-dev | 43 | 3/5/2026 |
| 9.0.7 | 89 | 3/5/2026 |