Microsoft.EntityFrameworkCore.Proxies 8.0.4

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer prerelease version of this package available.
See the version list below for details.

Requires NuGet 3.6 or higher.

dotnet add package Microsoft.EntityFrameworkCore.Proxies --version 8.0.4
NuGet\Install-Package Microsoft.EntityFrameworkCore.Proxies -Version 8.0.4
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="8.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.EntityFrameworkCore.Proxies --version 8.0.4
#r "nuget: Microsoft.EntityFrameworkCore.Proxies, 8.0.4"
#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=8.0.4

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

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 (334)

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 The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Shared test suite for Entity Framework Core database providers.

Mooho.Base

摩赫基础框架

AWF.Fabric

基础结构模块,提供框架级支持

GitHub repositories (70)

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 and the ASP.NET Core platforms. Provides the fundamental infrastructure, production-ready startup templates, application modules, UI themes, tooling, guides 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-preview.3.24172.4 176 4/11/2024
9.0.0-preview.2.24128.4 703 3/12/2024
9.0.0-preview.1.24081.2 2,289 2/13/2024
8.0.4 358 4/9/2024
8.0.3 104,472 3/12/2024
8.0.2 252,891 2/13/2024
8.0.1 295,725 1/9/2024
8.0.0 368,971 11/14/2023
8.0.0-rc.2.23480.1 10,183 10/10/2023
8.0.0-rc.1.23419.6 8,255 9/12/2023
8.0.0-preview.7.23375.4 1,949 8/8/2023
8.0.0-preview.6.23329.4 8,434 7/11/2023
8.0.0-preview.5.23280.1 4,082 6/13/2023
8.0.0-preview.4.23259.3 4,042 5/16/2023
8.0.0-preview.3.23174.2 2,930 4/11/2023
8.0.0-preview.2.23128.3 3,948 3/14/2023
8.0.0-preview.1.23111.4 2,644 2/21/2023
7.0.18 117 4/9/2024
7.0.17 15,239 3/12/2024
7.0.16 29,271 2/13/2024
7.0.15 70,327 1/9/2024
7.0.14 214,845 11/14/2023
7.0.13 245,916 10/24/2023
7.0.12 156,953 10/10/2023
7.0.11 366,812 9/12/2023
7.0.10 394,245 8/8/2023
7.0.9 331,801 7/11/2023
7.0.8 229,569 6/22/2023
7.0.7 107,537 6/13/2023
7.0.5 1,021,695 4/11/2023
7.0.4 469,793 3/14/2023
7.0.3 531,339 2/14/2023
7.0.2 726,818 1/10/2023
7.0.1 329,748 12/13/2022
7.0.0 633,021 11/7/2022
7.0.0-rc.2.22472.11 12,377 10/11/2022
7.0.0-rc.1.22426.7 2,319 9/14/2022
7.0.0-preview.7.22376.2 8,194 8/9/2022
7.0.0-preview.6.22329.4 2,503 7/12/2022
7.0.0-preview.5.22302.2 1,190 6/14/2022
7.0.0-preview.4.22229.2 1,287 5/10/2022
7.0.0-preview.3.22175.1 26,685 4/13/2022
7.0.0-preview.2.22153.1 1,890 3/14/2022
7.0.0-preview.1.22076.6 1,944 2/17/2022
6.0.29 165 4/9/2024
6.0.28 11,810 3/12/2024
6.0.27 21,814 2/13/2024
6.0.26 63,557 1/9/2024
6.0.25 79,770 11/14/2023
6.0.24 61,107 10/24/2023
6.0.23 38,179 10/10/2023
6.0.22 84,306 9/12/2023
6.0.21 96,369 8/8/2023
6.0.20 106,516 7/11/2023
6.0.19 104,759 6/22/2023
6.0.18 137,458 6/13/2023
6.0.16 343,809 4/11/2023
6.0.15 218,733 3/14/2023
6.0.14 190,030 2/14/2023
6.0.13 402,941 1/10/2023
6.0.12 236,078 12/13/2022
6.0.11 487,729 11/7/2022
6.0.10 946,006 10/11/2022
6.0.9 708,252 9/13/2022
6.0.8 1,082,518 8/9/2022
6.0.7 818,171 7/12/2022
6.0.6 703,585 6/14/2022
6.0.5 1,328,250 5/10/2022
6.0.4 1,055,131 4/11/2022
6.0.3 980,950 3/8/2022
6.0.2 692,122 2/8/2022
6.0.1 1,253,797 12/14/2021
6.0.0 942,011 11/8/2021
6.0.0-rc.2.21480.5 9,861 10/12/2021
6.0.0-rc.1.21452.10 4,387 9/14/2021
6.0.0-preview.7.21378.4 4,412 8/10/2021
6.0.0-preview.6.21352.1 2,134 7/14/2021
6.0.0-preview.5.21301.9 4,434 6/15/2021
6.0.0-preview.4.21253.1 3,667 5/24/2021
6.0.0-preview.3.21201.2 2,418 4/8/2021
6.0.0-preview.2.21154.2 1,796 3/11/2021
6.0.0-preview.1.21102.2 3,384 2/12/2021
5.0.17 302,695 5/10/2022
5.0.16 50,268 4/11/2022
5.0.15 113,113 3/8/2022
5.0.14 66,253 2/8/2022
5.0.13 268,282 12/14/2021
5.0.12 282,849 11/7/2021
5.0.11 596,661 10/12/2021
5.0.10 571,869 9/14/2021
5.0.9 490,808 8/10/2021
5.0.8 557,011 7/13/2021
5.0.7 672,781 6/8/2021
5.0.6 516,402 5/11/2021
5.0.5 741,769 4/6/2021
5.0.4 510,269 3/9/2021
5.0.3 892,866 2/9/2021
5.0.2 509,207 1/12/2021
5.0.1 557,786 12/8/2020
5.0.0 517,092 11/9/2020
5.0.0-rc.2.20475.6 24,615 10/13/2020
5.0.0-rc.1.20451.13 7,424 9/14/2020
5.0.0-preview.8.20407.4 4,729 8/25/2020
5.0.0-preview.7.20365.15 3,279 7/21/2020
5.0.0-preview.6.20312.4 2,004 6/25/2020
5.0.0-preview.5.20278.2 1,232 6/10/2020
5.0.0-preview.4.20220.10 5,472 5/18/2020
5.0.0-preview.3.20181.2 3,082 4/23/2020
5.0.0-preview.2.20159.4 1,701 4/2/2020
5.0.0-preview.2.20120.8 1,293 3/16/2020
3.1.32 183,775 12/13/2022
3.1.31 145,394 11/8/2022
3.1.30 40,068 10/11/2022
3.1.29 20,777 9/13/2022
3.1.28 70,632 8/9/2022
3.1.27 25,014 7/12/2022
3.1.26 53,423 6/14/2022
3.1.25 122,061 5/10/2022
3.1.24 32,523 4/11/2022
3.1.23 112,443 3/8/2022
3.1.22 248,936 12/14/2021
3.1.21 97,426 11/7/2021
3.1.20 76,537 10/11/2021
3.1.19 122,800 9/14/2021
3.1.18 1,003,058 8/10/2021
3.1.17 113,068 7/13/2021
3.1.16 115,833 6/8/2021
3.1.15 97,617 5/11/2021
3.1.14 410,763 4/6/2021
3.1.13 178,485 3/9/2021
3.1.12 181,054 2/9/2021
3.1.11 174,027 1/12/2021
3.1.10 509,225 11/9/2020
3.1.9 1,422,154 10/13/2020
3.1.8 1,647,867 9/8/2020
3.1.7 585,310 8/11/2020
3.1.6 673,297 7/14/2020
3.1.5 742,154 6/9/2020
3.1.4 906,029 5/12/2020
3.1.3 924,828 3/24/2020
3.1.2 811,894 2/19/2020
3.1.1 801,525 1/14/2020
3.1.0 725,459 12/3/2019
3.1.0-preview3.19554.8 5,883 11/13/2019
3.1.0-preview2.19525.5 1,675 11/1/2019
3.1.0-preview1.19506.2 2,342 10/15/2019
3.0.3 5,720 2/19/2020
3.0.2 3,403 1/14/2020
3.0.1 121,403 11/18/2019
3.0.0 512,376 9/23/2019
3.0.0-rc1.19456.14 1,192 9/16/2019
3.0.0-preview9.19423.6 3,224 9/4/2019
3.0.0-preview8.19405.11 10,107 8/13/2019
3.0.0-preview7.19362.6 6,173 7/23/2019
3.0.0-preview6.19304.10 13,940 6/12/2019
3.0.0-preview5.19227.1 13,193 5/6/2019
3.0.0-preview4.19216.3 883 4/18/2019
3.0.0-preview3.19153.1 12,982 3/6/2019
3.0.0-preview.19074.3 1,556 1/29/2019
3.0.0-preview.18572.1 1,771 12/3/2018
2.2.6 3,550,826 7/9/2019
2.2.4 1,577,801 4/9/2019
2.2.3 344,725 3/11/2019
2.2.2 885,642 2/12/2019
2.2.1 281,558 1/8/2019
2.2.0 564,046 12/3/2018
2.2.0-preview3-35497 13,140 10/17/2018
2.2.0-preview2-35157 7,712 9/12/2018
2.2.0-preview1-35029 2,917 8/22/2018
2.1.14 79,053 11/18/2019
2.1.11 241,811 5/14/2019
2.1.8 50,059 2/12/2019
2.1.4 728,910 10/1/2018
2.1.3 149,151 9/11/2018
2.1.2 187,946 8/21/2018
2.1.1 669,372 6/18/2018
2.1.0 364,925 5/29/2018
2.1.0-rc1-final 43,465 5/6/2018
2.1.0-preview2-final 53,682 4/10/2018
2.1.0-preview1-final 20,415 2/26/2018