Microsoft.EntityFrameworkCore.Proxies 8.0.17

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.

Showing the top 20 packages that depend on Microsoft.EntityFrameworkCore.Proxies.

Packages Downloads
Quantum.Framework.Core.StandardLib
Package Description
66
Quantum.Framework.Core.StandardLib
Package Description
67
Quantum.Framework.Core.StandardLib
Package Description
68
Quantum.Framework.Core.StandardLib
Package Description
72
Quantum.Framework.Core.StandardLib
Package Description
73
Quantum.Framework.Core.StandardLib
Package Description
74
Quantum.Framework.Core.StandardLib
Package Description
79
Quantum.Framework.Core.StandardLib
Package Description
81
Quantum.Framework.Core.StandardLib
Package Description
83
Quantum.Framework.Core.StandardLib
Package Description
90
Quantum.Framework.Core.StandardLib
Package Description
100
Quantum.Framework.Core.StandardLib
Package Description
121
Quantum.Framework.Core.StandardLib
Package Description
162
Quantum.Framework.Core.StandardLib
Package Description
172
Quantum.Framework.Core.StandardLib
Package Description
188

.NET 8.0

Version Downloads Last updated
10.0.0-preview.5.25277.114 2 06/08/2025
10.0.0-preview.4.25258.110 3 05/15/2025
10.0.0-preview.3.25171.6 7 04/12/2025
10.0.0-preview.2.25163.8 7 04/03/2025
10.0.0-preview.1.25081.1 8 02/27/2025
9.0.6 1 06/14/2025
9.0.5 3 05/16/2025
9.0.4 7 04/12/2025
9.0.3 7 03/12/2025
9.0.2 9 02/22/2025
9.0.1 12 01/30/2025
9.0.0 14 12/06/2024
9.0.0-rc.2.24474.1 13 11/05/2024
9.0.0-rc.1.24451.1 15 11/09/2024
9.0.0-preview.7.24405.3 16 11/25/2024
9.0.0-preview.6.24327.4 16 11/09/2024
9.0.0-preview.5.24306.3 18 11/09/2024
9.0.0-preview.4.24267.1 18 05/23/2024
9.0.0-preview.3.24172.4 22 05/16/2024
9.0.0-preview.2.24128.4 18 05/09/2024
9.0.0-preview.1.24081.2 21 05/09/2024
8.0.17 1 06/14/2025
8.0.16 2 05/16/2025
8.0.15 9 04/12/2025
8.0.14 8 03/12/2025
8.0.13 10 02/22/2025
8.0.12 13 01/26/2025
8.0.11 34 12/03/2024
8.0.10 15 11/29/2024
8.0.8 16 11/09/2024
8.0.7 18 11/25/2024
8.0.6 14 11/28/2024
8.0.5 326 05/29/2024
8.0.4 177 05/09/2024
8.0.3 20 05/29/2024
8.0.2 22 05/09/2024
8.0.1 19 05/29/2024
8.0.0 18 05/09/2024
8.0.0-rc.2.23480.1 14 05/29/2024
8.0.0-rc.1.23419.6 18 05/09/2024
8.0.0-preview.7.23375.4 19 05/09/2024
8.0.0-preview.6.23329.4 17 05/09/2024
8.0.0-preview.5.23280.1 21 05/29/2024
8.0.0-preview.4.23259.3 17 05/29/2024
8.0.0-preview.3.23174.2 15 05/29/2024
8.0.0-preview.2.23128.3 21 05/09/2024
8.0.0-preview.1.23111.4 15 05/29/2024
7.0.20 13 11/28/2024
7.0.19 129 05/24/2024
7.0.18 20 05/09/2024
7.0.17 18 05/09/2024
7.0.16 20 05/17/2024
7.0.15 21 05/09/2024
7.0.14 18 05/09/2024
7.0.13 15 05/09/2024
7.0.12 20 05/09/2024
7.0.11 21 05/18/2024
7.0.10 17 05/29/2024
7.0.9 17 05/20/2024
7.0.8 21 05/29/2024
7.0.7 18 05/29/2024
7.0.5 20 05/29/2024
7.0.4 17 05/29/2024
7.0.3 19 05/16/2024
7.0.2 25 05/29/2024
7.0.1 18 05/09/2024
7.0.0 19 05/29/2024
7.0.0-rc.2.22472.11 19 05/29/2024
7.0.0-rc.1.22426.7 14 05/29/2024
7.0.0-preview.7.22376.2 16 05/29/2024
7.0.0-preview.6.22329.4 22 05/29/2024
7.0.0-preview.5.22302.2 21 05/29/2024
7.0.0-preview.4.22229.2 20 06/06/2022
7.0.0-preview.2.22153.1 17 05/29/2024
7.0.0-preview.1.22076.6 16 05/29/2024
6.0.36 13 12/06/2024
6.0.35 17 11/11/2024
6.0.33 16 11/23/2024
6.0.32 18 11/10/2024
6.0.31 15 11/27/2024
6.0.30 17 05/29/2024
6.0.29 21 05/29/2024
6.0.28 21 05/09/2024
6.0.27 22 05/09/2024
6.0.26 22 05/29/2024
6.0.25 20 05/29/2024
6.0.24 16 05/09/2024
6.0.23 16 05/29/2024
6.0.22 20 05/09/2024
6.0.21 17 05/29/2024
6.0.20 111 08/07/2023
6.0.19 20 05/29/2024
6.0.18 20 05/29/2024
6.0.16 22 05/29/2024
6.0.15 19 05/29/2024
6.0.14 17 05/09/2024
6.0.13 18 05/29/2024
6.0.12 18 05/29/2024
6.0.11 20 05/29/2024
6.0.10 24 05/29/2024
6.0.9 19 05/29/2024
6.0.8 21 05/29/2024
6.0.7 15 05/29/2024
6.0.6 16 05/09/2024
6.0.5 22 05/29/2024
6.0.3 17 05/29/2024
6.0.2 18 05/29/2024
6.0.1 15 05/29/2024
6.0.0-rc.2.21480.5 18 05/29/2024
6.0.0-rc.1.21452.10 19 05/29/2024
6.0.0-preview.7.21378.4 18 05/29/2024
6.0.0-preview.6.21352.1 15 05/29/2024
6.0.0-preview.4.21253.1 14 05/29/2024
6.0.0-preview.3.21201.2 16 05/29/2024
6.0.0-preview.2.21154.2 17 05/29/2024
6.0.0-preview.1.21102.2 17 05/29/2024
5.0.17 18 06/06/2022
5.0.9 17 05/10/2022
5.0.8 15 05/29/2024
5.0.6 15 05/29/2024
5.0.4 18 05/29/2024
5.0.3 22 05/29/2024
5.0.0-rc.2.20475.6 15 05/29/2024
5.0.0-rc.1.20451.13 14 05/29/2024
5.0.0-preview.8.20407.4 15 05/29/2024
5.0.0-preview.7.20365.15 18 05/29/2024
5.0.0-preview.6.20312.4 18 05/29/2024
5.0.0-preview.4.20220.10 19 05/29/2024
5.0.0-preview.2.20159.4 13 05/29/2024
5.0.0-preview.2.20120.8 22 05/29/2024
3.1.32 9,284 05/11/2023
3.1.31 19 05/29/2024
3.1.30 5,553 11/03/2022
3.1.29 21 05/29/2024
3.1.28 20 05/29/2024
3.1.27 21 05/29/2024
3.1.26 16 05/29/2024
3.1.25 21 05/29/2024
3.1.23 24 06/06/2022
3.1.12 17 05/29/2024
3.1.8 20 05/29/2024
3.1.3 18 05/29/2024
3.1.0-preview2.19525.5 18 05/10/2022
3.1.0-preview1.19506.2 13 05/29/2024
3.0.0-rc1.19456.14 15 05/29/2024
3.0.0-preview5.19227.1 16 05/29/2024
3.0.0-preview3.19153.1 14 05/29/2024
3.0.0-preview.19074.3 16 05/29/2024
3.0.0-preview.18572.1 19 05/29/2024
2.3.0 9 01/26/2025
2.2.0-preview3-35497 15 05/29/2024
2.2.0-preview2-35157 18 05/08/2022
2.2.0-preview1-35029 16 05/29/2024
2.1.0-rc1-final 19 05/29/2024
2.1.0-preview1-final 20 05/29/2024