Microsoft.EntityFrameworkCore.Proxies 9.0.1

Prefix Reserved

Requires NuGet 3.6 or higher.

dotnet add package Microsoft.EntityFrameworkCore.Proxies --version 9.0.1                
NuGet\Install-Package Microsoft.EntityFrameworkCore.Proxies -Version 9.0.1                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="9.0.1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.EntityFrameworkCore.Proxies --version 9.0.1                
#r "nuget: Microsoft.EntityFrameworkCore.Proxies, 9.0.1"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Microsoft.EntityFrameworkCore.Proxies as a Cake Addin
#addin nuget:?package=Microsoft.EntityFrameworkCore.Proxies&version=9.0.1

// Install Microsoft.EntityFrameworkCore.Proxies as a Cake Tool
#tool nuget:?package=Microsoft.EntityFrameworkCore.Proxies&version=9.0.1                

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (384)

Showing the top 5 NuGet packages that depend on Microsoft.EntityFrameworkCore.Proxies:

Package Downloads
FenixAlliance.ACL.Dependencies

Application Component for the Alliance Business Suite.

NanoCore

The project is inspired by years of tedious repetitions, continuously re-writing similar code-snippets and libraries, to handle common functionality, not related to the business domain, such as logging, data persistence, message queuing, documentation, validation and similar.

Microsoft.EntityFrameworkCore.Specification.Tests

Shared test suite for Entity Framework Core database providers.

Mooho.Base

摩赫基础框架

EaCloud.EntityFrameworkCore

EaCloud 数据访问组件,封装 EntityFrameworkCore 数据访问功能的实现。

GitHub repositories (80)

Showing the top 5 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.
cq-panda/Vue.NetCore
(已支持sqlsugar).NetCore、.Net6、Vue2、Vue3、Vite、TypeScript、Element plus+uniapp前后端分离,全自动生成代码;支持移动端(ios/android/h5/微信小程序。http://www.volcore.xyz/
dotnetcore/osharp
OSharp是一个基于.Net6.0的快速开发框架,框架对 AspNetCore 的配置、依赖注入、日志、缓存、实体框架、Mvc(WebApi)、身份认证、功能权限、数据权限等模块进行更高一级的自动化封装,并规范了一套业务实现的代码结构与操作流程,使 .Net 框架更易于应用到实际项目开发中。
thepirat000/Audit.NET
An extensible framework to audit executing operations in .NET and .NET Core.
Webreaper/Damselfly
Damselfly is a server-based Photograph Management app. The goal of Damselfly is to index an extremely large collection of images, and allow easy search and retrieval of those images, using metadata such as the IPTC keyword tags, as well as the folder and file names. Damselfly includes support for object/face detection.
Version Downloads Last updated
9.0.1 11,232 1/14/2025
9.0.0 232,460 11/12/2024
9.0.0-rc.2.24474.1 8,892 10/8/2024
9.0.0-rc.1.24451.1 7,955 9/10/2024
9.0.0-preview.7.24405.3 1,504 8/13/2024
9.0.0-preview.6.24327.4 2,505 7/9/2024
9.0.0-preview.5.24306.3 3,357 6/11/2024
9.0.0-preview.4.24267.1 1,960 5/21/2024
9.0.0-preview.3.24172.4 2,928 4/11/2024
9.0.0-preview.2.24128.4 1,895 3/12/2024
9.0.0-preview.1.24081.2 4,501 2/13/2024
8.0.12 9,953 1/14/2025
8.0.11 285,833 11/12/2024
8.0.10 626,302 10/8/2024
8.0.8 1,047,531 8/13/2024
8.0.7 586,012 7/9/2024
8.0.6 759,517 5/28/2024
8.0.5 435,496 5/14/2024
8.0.4 1,158,041 4/9/2024
8.0.3 612,088 3/12/2024
8.0.2 925,258 2/13/2024
8.0.1 676,869 1/9/2024
8.0.0 849,675 11/14/2023
8.0.0-rc.2.23480.1 11,025 10/10/2023
8.0.0-rc.1.23419.6 11,412 9/12/2023
8.0.0-preview.7.23375.4 2,016 8/8/2023
8.0.0-preview.6.23329.4 11,980 7/11/2023
8.0.0-preview.5.23280.1 6,213 6/13/2023
8.0.0-preview.4.23259.3 4,172 5/16/2023
8.0.0-preview.3.23174.2 3,157 4/11/2023
8.0.0-preview.2.23128.3 4,075 3/14/2023
8.0.0-preview.1.23111.4 2,896 2/21/2023
7.0.20 142,245 5/28/2024
7.0.19 20,439 5/14/2024
7.0.18 63,259 4/9/2024
7.0.17 82,418 3/12/2024
7.0.16 84,435 2/13/2024
7.0.15 177,489 1/9/2024
7.0.14 337,554 11/14/2023
7.0.13 372,852 10/24/2023
7.0.12 235,069 10/10/2023
7.0.11 545,417 9/12/2023
7.0.10 506,865 8/8/2023
7.0.9 473,831 7/11/2023
7.0.8 309,145 6/22/2023
7.0.7 142,919 6/13/2023
7.0.5 1,218,246 4/11/2023
7.0.4 597,055 3/14/2023
7.0.3 645,749 2/14/2023
7.0.2 931,919 1/10/2023
7.0.1 392,735 12/13/2022
7.0.0 762,384 11/7/2022
7.0.0-rc.2.22472.11 12,647 10/11/2022
7.0.0-rc.1.22426.7 2,379 9/14/2022
7.0.0-preview.7.22376.2 8,306 8/9/2022
7.0.0-preview.6.22329.4 2,566 7/12/2022
7.0.0-preview.5.22302.2 1,240 6/14/2022
7.0.0-preview.4.22229.2 1,373 5/10/2022
7.0.0-preview.3.22175.1 27,004 4/13/2022
7.0.0-preview.2.22153.1 1,960 3/14/2022
7.0.0-preview.1.22076.6 2,020 2/17/2022
6.0.36 17,102 11/12/2024
6.0.35 19,455 10/8/2024
6.0.33 63,256 8/13/2024
6.0.32 51,968 7/9/2024
6.0.31 55,860 5/28/2024
6.0.30 23,332 5/14/2024
6.0.29 248,937 4/9/2024
6.0.28 88,380 3/12/2024
6.0.27 74,488 2/13/2024
6.0.26 147,309 1/9/2024
6.0.25 136,266 11/14/2023
6.0.24 89,010 10/24/2023
6.0.23 66,143 10/10/2023
6.0.22 133,593 9/12/2023
6.0.21 203,074 8/8/2023
6.0.20 156,851 7/11/2023
6.0.19 116,716 6/22/2023
6.0.18 163,180 6/13/2023
6.0.16 480,100 4/11/2023
6.0.15 297,197 3/14/2023
6.0.14 260,431 2/14/2023
6.0.13 502,175 1/10/2023
6.0.12 284,267 12/13/2022
6.0.11 582,324 11/7/2022
6.0.10 1,202,348 10/11/2022
6.0.9 855,198 9/13/2022
6.0.8 1,314,561 8/9/2022
6.0.7 944,474 7/12/2022
6.0.6 818,965 6/14/2022
6.0.5 1,539,935 5/10/2022
6.0.4 1,208,689 4/11/2022
6.0.3 1,075,877 3/8/2022
6.0.2 745,760 2/8/2022
6.0.1 1,395,034 12/14/2021
6.0.0 1,086,644 11/8/2021
6.0.0-rc.2.21480.5 10,220 10/12/2021
6.0.0-rc.1.21452.10 4,458 9/14/2021
6.0.0-preview.7.21378.4 4,480 8/10/2021
6.0.0-preview.6.21352.1 2,183 7/14/2021
6.0.0-preview.5.21301.9 4,759 6/15/2021
6.0.0-preview.4.21253.1 3,747 5/24/2021
6.0.0-preview.3.21201.2 2,472 4/8/2021
6.0.0-preview.2.21154.2 1,858 3/11/2021
6.0.0-preview.1.21102.2 3,435 2/12/2021
5.0.17 396,315 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 58,299 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 124,039 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 72,953 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 309,720 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 299,162 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 623,568 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 611,436 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 515,725 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 599,577 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 702,559 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 541,257 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 835,697 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 552,570 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 903,887 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 523,567 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 577,882 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 539,947 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.6 24,828 10/13/2020
5.0.0-rc.1.20451.13 7,491 9/14/2020
5.0.0-preview.8.20407.4 5,060 8/25/2020
5.0.0-preview.7.20365.15 3,353 7/21/2020
5.0.0-preview.6.20312.4 2,051 6/25/2020
5.0.0-preview.5.20278.2 1,303 6/10/2020
5.0.0-preview.4.20220.10 5,544 5/18/2020
5.0.0-preview.3.20181.2 3,218 4/23/2020
5.0.0-preview.2.20159.4 1,738 4/2/2020
5.0.0-preview.2.20120.8 1,334 3/16/2020
3.1.32 369,954 12/13/2022
3.1.31 306,015 11/8/2022
3.1.30 56,117 10/11/2022
3.1.29 24,001 9/13/2022
3.1.28 85,914 8/9/2022
3.1.27 27,798 7/12/2022
3.1.26 60,064 6/14/2022
3.1.25 131,650 5/10/2022
3.1.24 37,649 4/11/2022
3.1.23 121,353 3/8/2022
3.1.22 295,715 12/14/2021
3.1.21 115,314 11/7/2021
3.1.20 94,779 10/11/2021
3.1.19 141,644 9/14/2021
3.1.18 1,016,199 8/10/2021
3.1.17 129,281 7/13/2021
3.1.16 129,115 6/8/2021
3.1.15 106,597 5/11/2021
3.1.14 449,094 4/6/2021
3.1.13 186,118 3/9/2021
3.1.12 184,747 2/9/2021
3.1.11 181,740 1/12/2021
3.1.10 534,000 11/9/2020
3.1.9 1,439,462 10/13/2020
3.1.8 1,710,501 9/8/2020
3.1.7 616,540 8/11/2020
3.1.6 693,973 7/14/2020
3.1.5 780,330 6/9/2020
3.1.4 959,940 5/12/2020
3.1.3 966,124 3/24/2020
3.1.2 841,914 2/19/2020
3.1.1 819,310 1/14/2020
3.1.0 754,933 12/3/2019
3.1.0-preview3.19554.8 6,296 11/13/2019
3.1.0-preview2.19525.5 1,713 11/1/2019
3.1.0-preview1.19506.2 2,386 10/15/2019
3.0.3 6,340 2/19/2020
3.0.2 3,624 1/14/2020
3.0.1 124,186 11/18/2019
3.0.0 535,562 9/23/2019
3.0.0-rc1.19456.14 1,234 9/16/2019
3.0.0-preview9.19423.6 3,289 9/4/2019
3.0.0-preview8.19405.11 10,681 8/13/2019
3.0.0-preview7.19362.6 6,513 7/23/2019
3.0.0-preview6.19304.10 14,999 6/12/2019
3.0.0-preview5.19227.1 13,639 5/6/2019
3.0.0-preview4.19216.3 919 4/18/2019
3.0.0-preview3.19153.1 14,049 3/6/2019
3.0.0-preview.19074.3 1,610 1/29/2019
3.0.0-preview.18572.1 1,827 12/3/2018
2.3.0 148 1/14/2025
2.2.6 3,725,137 7/9/2019 2.2.6 is deprecated because it is no longer maintained.
2.2.4 1,642,501 4/9/2019 2.2.4 is deprecated because it is no longer maintained.
2.2.3 362,292 3/11/2019 2.2.3 is deprecated because it is no longer maintained.
2.2.2 900,649 2/12/2019 2.2.2 is deprecated because it is no longer maintained.
2.2.1 292,493 1/8/2019 2.2.1 is deprecated because it is no longer maintained.
2.2.0 597,693 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 13,324 10/17/2018
2.2.0-preview2-35157 8,187 9/12/2018
2.2.0-preview1-35029 3,032 8/22/2018
2.1.14 84,794 11/18/2019
2.1.11 245,199 5/14/2019
2.1.8 50,439 2/12/2019
2.1.4 812,803 10/1/2018
2.1.3 154,565 9/11/2018
2.1.2 194,259 8/21/2018
2.1.1 689,803 6/18/2018
2.1.0 414,115 5/29/2018
2.1.0-rc1-final 46,984 5/6/2018
2.1.0-preview2-final 58,483 4/10/2018
2.1.0-preview1-final 21,490 2/26/2018