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

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 345 4/11/2024
9.0.0-preview.2.24128.4 820 3/12/2024
9.0.0-preview.1.24081.2 2,363 2/13/2024
8.0.4 43,549 4/9/2024
8.0.3 157,358 3/12/2024
8.0.2 308,448 2/13/2024
8.0.1 329,772 1/9/2024
8.0.0 396,681 11/14/2023
8.0.0-rc.2.23480.1 10,242 10/10/2023
8.0.0-rc.1.23419.6 8,455 9/12/2023
8.0.0-preview.7.23375.4 1,951 8/8/2023
8.0.0-preview.6.23329.4 8,798 7/11/2023
8.0.0-preview.5.23280.1 4,099 6/13/2023
8.0.0-preview.4.23259.3 4,043 5/16/2023
8.0.0-preview.3.23174.2 2,937 4/11/2023
8.0.0-preview.2.23128.3 3,955 3/14/2023
8.0.0-preview.1.23111.4 2,661 2/21/2023
7.0.18 5,060 4/9/2024
7.0.17 22,624 3/12/2024
7.0.16 34,527 2/13/2024
7.0.15 77,101 1/9/2024
7.0.14 225,083 11/14/2023
7.0.13 258,237 10/24/2023
7.0.12 164,224 10/10/2023
7.0.11 379,214 9/12/2023
7.0.10 402,127 8/8/2023
7.0.9 340,704 7/11/2023
7.0.8 235,544 6/22/2023
7.0.7 109,875 6/13/2023
7.0.5 1,037,700 4/11/2023
7.0.4 479,559 3/14/2023
7.0.3 541,242 2/14/2023
7.0.2 742,407 1/10/2023
7.0.1 334,460 12/13/2022
7.0.0 642,946 11/7/2022
7.0.0-rc.2.22472.11 12,439 10/11/2022
7.0.0-rc.1.22426.7 2,321 9/14/2022
7.0.0-preview.7.22376.2 8,206 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,289 5/10/2022
7.0.0-preview.3.22175.1 26,686 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 4,528 4/9/2024
6.0.28 18,041 3/12/2024
6.0.27 26,629 2/13/2024
6.0.26 71,610 1/9/2024
6.0.25 84,198 11/14/2023
6.0.24 63,420 10/24/2023
6.0.23 40,701 10/10/2023
6.0.22 88,133 9/12/2023
6.0.21 103,064 8/8/2023
6.0.20 110,286 7/11/2023
6.0.19 106,305 6/22/2023
6.0.18 141,835 6/13/2023
6.0.16 354,311 4/11/2023
6.0.15 224,464 3/14/2023
6.0.14 194,036 2/14/2023
6.0.13 409,113 1/10/2023
6.0.12 239,865 12/13/2022
6.0.11 495,365 11/7/2022
6.0.10 962,885 10/11/2022
6.0.9 719,036 9/13/2022
6.0.8 1,097,961 8/9/2022
6.0.7 826,630 7/12/2022
6.0.6 711,296 6/14/2022
6.0.5 1,342,123 5/10/2022
6.0.4 1,066,164 4/11/2022
6.0.3 991,900 3/8/2022
6.0.2 695,920 2/8/2022
6.0.1 1,263,654 12/14/2021
6.0.0 950,665 11/8/2021
6.0.0-rc.2.21480.5 9,882 10/12/2021
6.0.0-rc.1.21452.10 4,387 9/14/2021
6.0.0-preview.7.21378.4 4,414 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,669 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 307,527 5/10/2022
5.0.16 50,685 4/11/2022
5.0.15 113,855 3/8/2022
5.0.14 66,859 2/8/2022
5.0.13 269,983 12/14/2021
5.0.12 283,764 11/7/2021
5.0.11 598,917 10/12/2021
5.0.10 573,792 9/14/2021
5.0.9 492,729 8/10/2021
5.0.8 559,910 7/13/2021
5.0.7 674,659 6/8/2021
5.0.6 520,680 5/11/2021
5.0.5 745,995 4/6/2021
5.0.4 512,667 3/9/2021
5.0.3 893,570 2/9/2021
5.0.2 510,486 1/12/2021
5.0.1 558,697 12/8/2020
5.0.0 518,363 11/9/2020
5.0.0-rc.2.20475.6 24,629 10/13/2020
5.0.0-rc.1.20451.13 7,429 9/14/2020
5.0.0-preview.8.20407.4 4,735 8/25/2020
5.0.0-preview.7.20365.15 3,282 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,085 4/23/2020
5.0.0-preview.2.20159.4 1,702 4/2/2020
5.0.0-preview.2.20120.8 1,295 3/16/2020
3.1.32 192,061 12/13/2022
3.1.31 149,633 11/8/2022
3.1.30 40,863 10/11/2022
3.1.29 21,115 9/13/2022
3.1.28 71,250 8/9/2022
3.1.27 25,192 7/12/2022
3.1.26 53,734 6/14/2022
3.1.25 123,234 5/10/2022
3.1.24 32,823 4/11/2022
3.1.23 113,309 3/8/2022
3.1.22 251,680 12/14/2021
3.1.21 98,119 11/7/2021
3.1.20 77,512 10/11/2021
3.1.19 123,664 9/14/2021
3.1.18 1,003,905 8/10/2021
3.1.17 113,722 7/13/2021
3.1.16 116,744 6/8/2021
3.1.15 97,945 5/11/2021
3.1.14 412,845 4/6/2021
3.1.13 178,747 3/9/2021
3.1.12 181,288 2/9/2021
3.1.11 174,957 1/12/2021
3.1.10 510,479 11/9/2020
3.1.9 1,423,014 10/13/2020
3.1.8 1,654,324 9/8/2020
3.1.7 587,207 8/11/2020
3.1.6 674,889 7/14/2020
3.1.5 743,599 6/9/2020
3.1.4 910,033 5/12/2020
3.1.3 926,944 3/24/2020
3.1.2 813,244 2/19/2020
3.1.1 802,707 1/14/2020
3.1.0 727,981 12/3/2019
3.1.0-preview3.19554.8 5,888 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,762 2/19/2020
3.0.2 3,429 1/14/2020
3.0.1 121,774 11/18/2019
3.0.0 513,699 9/23/2019
3.0.0-rc1.19456.14 1,192 9/16/2019
3.0.0-preview9.19423.6 3,244 9/4/2019
3.0.0-preview8.19405.11 10,133 8/13/2019
3.0.0-preview7.19362.6 6,205 7/23/2019
3.0.0-preview6.19304.10 14,012 6/12/2019
3.0.0-preview5.19227.1 13,239 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,568,430 7/9/2019
2.2.4 1,585,324 4/9/2019
2.2.3 345,803 3/11/2019
2.2.2 888,526 2/12/2019
2.2.1 282,736 1/8/2019
2.2.0 568,433 12/3/2018
2.2.0-preview3-35497 13,181 10/17/2018
2.2.0-preview2-35157 7,756 9/12/2018
2.2.0-preview1-35029 2,949 8/22/2018
2.1.14 79,328 11/18/2019
2.1.11 242,345 5/14/2019
2.1.8 50,088 2/12/2019
2.1.4 730,830 10/1/2018
2.1.3 149,450 9/11/2018
2.1.2 188,705 8/21/2018
2.1.1 671,073 6/18/2018
2.1.0 367,365 5/29/2018
2.1.0-rc1-final 44,466 5/6/2018
2.1.0-preview2-final 55,026 4/10/2018
2.1.0-preview1-final 20,841 2/26/2018