Microsoft.EntityFrameworkCore.Proxies 9.0.0

Prefix Reserved

Requires NuGet 3.6 or higher.

dotnet add package Microsoft.EntityFrameworkCore.Proxies --version 9.0.0                
NuGet\Install-Package Microsoft.EntityFrameworkCore.Proxies -Version 9.0.0                
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.0" />                
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.0                
#r "nuget: Microsoft.EntityFrameworkCore.Proxies, 9.0.0"                
#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.0

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

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

NuGet packages (383)

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

Package Downloads
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.

FenixAlliance.ACL.Dependencies

Application Component for the Alliance Business Suite.

Microsoft.EntityFrameworkCore.Specification.Tests

Shared test suite for Entity Framework Core database providers.

Mooho.Base

摩赫基础框架

EaCloud.EntityFrameworkCore

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

GitHub repositories (78)

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.0 122,873 11/12/2024
9.0.0-rc.2.24474.1 8,773 10/8/2024
9.0.0-rc.1.24451.1 7,799 9/10/2024
9.0.0-preview.7.24405.3 1,469 8/13/2024
9.0.0-preview.6.24327.4 2,446 7/9/2024
9.0.0-preview.5.24306.3 3,238 6/11/2024
9.0.0-preview.4.24267.1 1,952 5/21/2024
9.0.0-preview.3.24172.4 2,641 4/11/2024
9.0.0-preview.2.24128.4 1,888 3/12/2024
9.0.0-preview.1.24081.2 4,434 2/13/2024
8.0.11 182,040 11/12/2024
8.0.10 527,558 10/8/2024
8.0.8 949,612 8/13/2024
8.0.7 550,369 7/9/2024
8.0.6 722,355 5/28/2024
8.0.5 408,090 5/14/2024
8.0.4 1,072,415 4/9/2024
8.0.3 588,209 3/12/2024
8.0.2 894,353 2/13/2024
8.0.1 654,046 1/9/2024
8.0.0 817,463 11/14/2023
8.0.0-rc.2.23480.1 10,996 10/10/2023
8.0.0-rc.1.23419.6 11,246 9/12/2023
8.0.0-preview.7.23375.4 2,011 8/8/2023
8.0.0-preview.6.23329.4 11,955 7/11/2023
8.0.0-preview.5.23280.1 4,632 6/13/2023
8.0.0-preview.4.23259.3 4,164 5/16/2023
8.0.0-preview.3.23174.2 3,135 4/11/2023
8.0.0-preview.2.23128.3 4,070 3/14/2023
8.0.0-preview.1.23111.4 2,889 2/21/2023
7.0.20 126,766 5/28/2024
7.0.19 19,700 5/14/2024
7.0.18 56,576 4/9/2024
7.0.17 79,510 3/12/2024
7.0.16 82,181 2/13/2024
7.0.15 172,158 1/9/2024
7.0.14 332,507 11/14/2023
7.0.13 368,116 10/24/2023
7.0.12 231,073 10/10/2023
7.0.11 536,373 9/12/2023
7.0.10 502,009 8/8/2023
7.0.9 461,256 7/11/2023
7.0.8 305,660 6/22/2023
7.0.7 140,645 6/13/2023
7.0.5 1,211,327 4/11/2023
7.0.4 591,224 3/14/2023
7.0.3 639,882 2/14/2023
7.0.2 917,211 1/10/2023
7.0.1 389,769 12/13/2022
7.0.0 754,228 11/7/2022
7.0.0-rc.2.22472.11 12,637 10/11/2022
7.0.0-rc.1.22426.7 2,373 9/14/2022
7.0.0-preview.7.22376.2 8,295 8/9/2022
7.0.0-preview.6.22329.4 2,558 7/12/2022
7.0.0-preview.5.22302.2 1,236 6/14/2022
7.0.0-preview.4.22229.2 1,364 5/10/2022
7.0.0-preview.3.22175.1 26,922 4/13/2022
7.0.0-preview.2.22153.1 1,951 3/14/2022
7.0.0-preview.1.22076.6 2,016 2/17/2022
6.0.36 12,080 11/12/2024
6.0.35 17,779 10/8/2024
6.0.33 58,978 8/13/2024
6.0.32 48,393 7/9/2024
6.0.31 54,153 5/28/2024
6.0.30 21,999 5/14/2024
6.0.29 243,102 4/9/2024
6.0.28 84,939 3/12/2024
6.0.27 72,307 2/13/2024
6.0.26 143,635 1/9/2024
6.0.25 133,713 11/14/2023
6.0.24 87,666 10/24/2023
6.0.23 65,250 10/10/2023
6.0.22 131,100 9/12/2023
6.0.21 196,462 8/8/2023
6.0.20 155,593 7/11/2023
6.0.19 116,172 6/22/2023
6.0.18 162,436 6/13/2023
6.0.16 474,601 4/11/2023
6.0.15 294,427 3/14/2023
6.0.14 256,969 2/14/2023
6.0.13 499,222 1/10/2023
6.0.12 280,615 12/13/2022
6.0.11 578,441 11/7/2022
6.0.10 1,191,009 10/11/2022
6.0.9 848,446 9/13/2022
6.0.8 1,300,747 8/9/2022
6.0.7 936,550 7/12/2022
6.0.6 813,025 6/14/2022
6.0.5 1,526,550 5/10/2022
6.0.4 1,202,157 4/11/2022
6.0.3 1,071,992 3/8/2022
6.0.2 743,221 2/8/2022
6.0.1 1,386,784 12/14/2021
6.0.0 1,077,868 11/8/2021
6.0.0-rc.2.21480.5 10,204 10/12/2021
6.0.0-rc.1.21452.10 4,454 9/14/2021
6.0.0-preview.7.21378.4 4,471 8/10/2021
6.0.0-preview.6.21352.1 2,177 7/14/2021
6.0.0-preview.5.21301.9 4,739 6/15/2021
6.0.0-preview.4.21253.1 3,739 5/24/2021
6.0.0-preview.3.21201.2 2,466 4/8/2021
6.0.0-preview.2.21154.2 1,851 3/11/2021
6.0.0-preview.1.21102.2 3,429 2/12/2021
5.0.17 390,876 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 57,899 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 123,321 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 72,696 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 306,765 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 298,236 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 622,041 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 608,523 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 514,227 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 596,774 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 701,111 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 540,245 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 824,272 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 550,929 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 903,133 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 522,709 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 577,033 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 538,476 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.6 24,818 10/13/2020
5.0.0-rc.1.20451.13 7,484 9/14/2020
5.0.0-preview.8.20407.4 5,021 8/25/2020
5.0.0-preview.7.20365.15 3,344 7/21/2020
5.0.0-preview.6.20312.4 2,045 6/25/2020
5.0.0-preview.5.20278.2 1,296 6/10/2020
5.0.0-preview.4.20220.10 5,540 5/18/2020
5.0.0-preview.3.20181.2 3,209 4/23/2020
5.0.0-preview.2.20159.4 1,734 4/2/2020
5.0.0-preview.2.20120.8 1,329 3/16/2020
3.1.32 353,884 12/13/2022
3.1.31 292,155 11/8/2022
3.1.30 54,552 10/11/2022
3.1.29 23,776 9/13/2022
3.1.28 84,512 8/9/2022
3.1.27 27,599 7/12/2022
3.1.26 59,227 6/14/2022
3.1.25 131,147 5/10/2022
3.1.24 37,212 4/11/2022
3.1.23 120,777 3/8/2022
3.1.22 293,347 12/14/2021
3.1.21 114,014 11/7/2021
3.1.20 94,140 10/11/2021
3.1.19 140,090 9/14/2021
3.1.18 1,015,348 8/10/2021
3.1.17 127,911 7/13/2021
3.1.16 128,422 6/8/2021
3.1.15 105,741 5/11/2021
3.1.14 446,948 4/6/2021
3.1.13 185,961 3/9/2021
3.1.12 184,519 2/9/2021
3.1.11 181,519 1/12/2021
3.1.10 532,306 11/9/2020
3.1.9 1,438,310 10/13/2020
3.1.8 1,708,758 9/8/2020
3.1.7 615,145 8/11/2020
3.1.6 693,318 7/14/2020
3.1.5 776,201 6/9/2020
3.1.4 956,958 5/12/2020
3.1.3 963,568 3/24/2020
3.1.2 840,784 2/19/2020
3.1.1 818,245 1/14/2020
3.1.0 752,903 12/3/2019
3.1.0-preview3.19554.8 6,286 11/13/2019
3.1.0-preview2.19525.5 1,709 11/1/2019
3.1.0-preview1.19506.2 2,381 10/15/2019
3.0.3 6,269 2/19/2020
3.0.2 3,614 1/14/2020
3.0.1 124,137 11/18/2019
3.0.0 534,151 9/23/2019
3.0.0-rc1.19456.14 1,229 9/16/2019
3.0.0-preview9.19423.6 3,283 9/4/2019
3.0.0-preview8.19405.11 10,677 8/13/2019
3.0.0-preview7.19362.6 6,509 7/23/2019
3.0.0-preview6.19304.10 14,994 6/12/2019
3.0.0-preview5.19227.1 13,635 5/6/2019
3.0.0-preview4.19216.3 915 4/18/2019
3.0.0-preview3.19153.1 14,045 3/6/2019
3.0.0-preview.19074.3 1,598 1/29/2019
3.0.0-preview.18572.1 1,815 12/3/2018
2.2.6 3,716,133 7/9/2019 2.2.6 is deprecated because it is no longer maintained.
2.2.4 1,639,451 4/9/2019 2.2.4 is deprecated because it is no longer maintained.
2.2.3 360,986 3/11/2019 2.2.3 is deprecated because it is no longer maintained.
2.2.2 900,327 2/12/2019 2.2.2 is deprecated because it is no longer maintained.
2.2.1 291,882 1/8/2019 2.2.1 is deprecated because it is no longer maintained.
2.2.0 595,888 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 13,312 10/17/2018
2.2.0-preview2-35157 8,144 9/12/2018
2.2.0-preview1-35029 3,025 8/22/2018
2.1.14 84,362 11/18/2019
2.1.11 245,037 5/14/2019
2.1.8 50,422 2/12/2019
2.1.4 804,027 10/1/2018
2.1.3 154,152 9/11/2018
2.1.2 194,070 8/21/2018
2.1.1 687,652 6/18/2018
2.1.0 411,240 5/29/2018
2.1.0-rc1-final 46,981 5/6/2018
2.1.0-preview2-final 58,474 4/10/2018
2.1.0-preview1-final 21,487 2/26/2018