Microsoft.EntityFrameworkCore.Proxies 8.0.14

Prefix Reserved
There is a newer 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.14
                    
NuGet\Install-Package Microsoft.EntityFrameworkCore.Proxies -Version 8.0.14
                    
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.14" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.EntityFrameworkCore.Proxies" Version="8.0.14" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Microsoft.EntityFrameworkCore.Proxies --version 8.0.14
                    
#r "nuget: Microsoft.EntityFrameworkCore.Proxies, 8.0.14"
                    
#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.
#addin nuget:?package=Microsoft.EntityFrameworkCore.Proxies&version=8.0.14
                    
Install Microsoft.EntityFrameworkCore.Proxies as a Cake Addin
#tool nuget:?package=Microsoft.EntityFrameworkCore.Proxies&version=8.0.14
                    
Install Microsoft.EntityFrameworkCore.Proxies as a Cake Tool

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

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

摩赫基础框架

Google.Cloud.EntityFrameworkCore.Spanner

Google Cloud Spanner database provider for Entity Framework Core.

GitHub repositories (77)

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
10.0.0-preview.2.25163.8 484 3/18/2025
10.0.0-preview.1.25081.1 883 2/25/2025
9.0.3 83,671 3/11/2025
9.0.2 239,153 2/11/2025
9.0.1 268,065 1/14/2025
9.0.0 519,178 11/12/2024
9.0.0-rc.2.24474.1 9,063 10/8/2024
9.0.0-rc.1.24451.1 8,275 9/10/2024
9.0.0-preview.7.24405.3 1,678 8/13/2024
9.0.0-preview.6.24327.4 2,690 7/9/2024
9.0.0-preview.5.24306.3 4,015 6/11/2024
9.0.0-preview.4.24267.1 1,983 5/21/2024
9.0.0-preview.3.24172.4 3,700 4/11/2024
9.0.0-preview.2.24128.4 1,973 3/12/2024
9.0.0-preview.1.24081.2 4,989 2/13/2024
8.0.14 39,908 3/11/2025
8.0.13 92,764 2/11/2025
8.0.12 133,391 1/14/2025
8.0.11 665,369 11/12/2024
8.0.10 1,000,520 10/8/2024
8.0.8 1,402,146 8/13/2024
8.0.7 732,463 7/9/2024
8.0.6 923,250 5/28/2024
8.0.5 533,513 5/14/2024
8.0.4 1,424,960 4/9/2024
8.0.3 703,019 3/12/2024
8.0.2 1,064,437 2/13/2024
8.0.1 758,033 1/9/2024
8.0.0 966,752 11/14/2023
8.0.0-rc.2.23480.1 11,282 10/10/2023
8.0.0-rc.1.23419.6 11,919 9/12/2023
8.0.0-preview.7.23375.4 2,034 8/8/2023
8.0.0-preview.6.23329.4 12,103 7/11/2023
8.0.0-preview.5.23280.1 17,075 6/13/2023
8.0.0-preview.4.23259.3 4,224 5/16/2023
8.0.0-preview.3.23174.2 3,269 4/11/2023
8.0.0-preview.2.23128.3 4,110 3/14/2023
8.0.0-preview.1.23111.4 2,928 2/21/2023
7.0.20 204,193 5/28/2024
7.0.19 23,082 5/14/2024
7.0.18 77,268 4/9/2024
7.0.17 91,554 3/12/2024
7.0.16 92,778 2/13/2024
7.0.15 197,601 1/9/2024
7.0.14 358,184 11/14/2023
7.0.13 393,826 10/24/2023
7.0.12 248,201 10/10/2023
7.0.11 575,314 9/12/2023
7.0.10 525,394 8/8/2023
7.0.9 512,374 7/11/2023
7.0.8 324,013 6/22/2023
7.0.7 154,035 6/13/2023
7.0.5 1,242,448 4/11/2023
7.0.4 619,015 3/14/2023
7.0.3 670,696 2/14/2023
7.0.2 989,894 1/10/2023
7.0.1 408,555 12/13/2022
7.0.0 793,195 11/7/2022
7.0.0-rc.2.22472.11 12,710 10/11/2022
7.0.0-rc.1.22426.7 2,430 9/14/2022
7.0.0-preview.7.22376.2 8,359 8/9/2022
7.0.0-preview.6.22329.4 2,614 7/12/2022
7.0.0-preview.5.22302.2 1,284 6/14/2022
7.0.0-preview.4.22229.2 1,436 5/10/2022
7.0.0-preview.3.22175.1 27,410 4/13/2022
7.0.0-preview.2.22153.1 1,992 3/14/2022
7.0.0-preview.1.22076.6 2,046 2/17/2022
6.0.36 40,233 11/12/2024
6.0.35 24,355 10/8/2024
6.0.33 79,486 8/13/2024
6.0.32 65,077 7/9/2024
6.0.31 62,851 5/28/2024
6.0.30 28,706 5/14/2024
6.0.29 259,801 4/9/2024
6.0.28 103,930 3/12/2024
6.0.27 82,344 2/13/2024
6.0.26 159,940 1/9/2024
6.0.25 146,987 11/14/2023
6.0.24 95,841 10/24/2023
6.0.23 70,540 10/10/2023
6.0.22 143,363 9/12/2023
6.0.21 226,548 8/8/2023
6.0.20 162,756 7/11/2023
6.0.19 118,560 6/22/2023
6.0.18 166,587 6/13/2023
6.0.16 499,435 4/11/2023
6.0.15 306,851 3/14/2023
6.0.14 275,773 2/14/2023
6.0.13 516,653 1/10/2023
6.0.12 295,763 12/13/2022
6.0.11 598,295 11/7/2022
6.0.10 1,242,674 10/11/2022
6.0.9 883,698 9/13/2022
6.0.8 1,347,290 8/9/2022
6.0.7 968,512 7/12/2022
6.0.6 838,655 6/14/2022
6.0.5 1,584,241 5/10/2022
6.0.4 1,225,627 4/11/2022
6.0.3 1,091,962 3/8/2022
6.0.2 756,836 2/8/2022
6.0.1 1,424,695 12/14/2021
6.0.0 1,117,582 11/8/2021
6.0.0-rc.2.21480.5 10,348 10/12/2021
6.0.0-rc.1.21452.10 4,495 9/14/2021
6.0.0-preview.7.21378.4 4,510 8/10/2021
6.0.0-preview.6.21352.1 2,212 7/14/2021
6.0.0-preview.5.21301.9 4,794 6/15/2021
6.0.0-preview.4.21253.1 3,788 5/24/2021
6.0.0-preview.3.21201.2 2,505 4/8/2021
6.0.0-preview.2.21154.2 1,893 3/11/2021
6.0.0-preview.1.21102.2 3,467 2/12/2021
5.0.17 415,090 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 59,685 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 126,834 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 74,224 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 320,167 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 302,341 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 629,435 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 624,235 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 520,900 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 611,035 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 708,509 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 545,480 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 857,664 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 558,676 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 906,554 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 526,461 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 581,797 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 545,395 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.6 24,927 10/13/2020
5.0.0-rc.1.20451.13 7,534 9/14/2020
5.0.0-preview.8.20407.4 5,163 8/25/2020
5.0.0-preview.7.20365.15 3,419 7/21/2020
5.0.0-preview.6.20312.4 2,084 6/25/2020
5.0.0-preview.5.20278.2 1,343 6/10/2020
5.0.0-preview.4.20220.10 5,576 5/18/2020
5.0.0-preview.3.20181.2 3,259 4/23/2020
5.0.0-preview.2.20159.4 1,768 4/2/2020
5.0.0-preview.2.20120.8 1,370 3/16/2020
3.1.32 420,685 12/13/2022
3.1.31 354,046 11/8/2022
3.1.30 63,152 10/11/2022
3.1.29 24,890 9/13/2022
3.1.28 90,840 8/9/2022
3.1.27 28,542 7/12/2022
3.1.26 62,528 6/14/2022
3.1.25 133,731 5/10/2022
3.1.24 38,674 4/11/2022
3.1.23 123,458 3/8/2022
3.1.22 304,719 12/14/2021
3.1.21 119,743 11/7/2021
3.1.20 98,475 10/11/2021
3.1.19 146,439 9/14/2021
3.1.18 1,019,565 8/10/2021
3.1.17 133,166 7/13/2021
3.1.16 132,054 6/8/2021
3.1.15 109,865 5/11/2021
3.1.14 461,410 4/6/2021
3.1.13 187,122 3/9/2021
3.1.12 186,568 2/9/2021
3.1.11 183,825 1/12/2021
3.1.10 540,344 11/9/2020
3.1.9 1,443,272 10/13/2020
3.1.8 1,718,692 9/8/2020
3.1.7 623,443 8/11/2020
3.1.6 698,460 7/14/2020
3.1.5 790,944 6/9/2020
3.1.4 972,016 5/12/2020
3.1.3 975,978 3/24/2020
3.1.2 846,377 2/19/2020
3.1.1 823,850 1/14/2020
3.1.0 762,390 12/3/2019
3.1.0-preview3.19554.8 6,354 11/13/2019
3.1.0-preview2.19525.5 1,744 11/1/2019
3.1.0-preview1.19506.2 2,417 10/15/2019
3.0.3 6,552 2/19/2020
3.0.2 3,739 1/14/2020
3.0.1 124,363 11/18/2019
3.0.0 541,247 9/23/2019
3.0.0-rc1.19456.14 1,269 9/16/2019
3.0.0-preview9.19423.6 3,329 9/4/2019
3.0.0-preview8.19405.11 10,717 8/13/2019
3.0.0-preview7.19362.6 6,545 7/23/2019
3.0.0-preview6.19304.10 15,036 6/12/2019
3.0.0-preview5.19227.1 13,676 5/6/2019
3.0.0-preview4.19216.3 955 4/18/2019
3.0.0-preview3.19153.1 14,090 3/6/2019
3.0.0-preview.19074.3 1,644 1/29/2019
3.0.0-preview.18572.1 1,868 12/3/2018
2.3.0 627 1/14/2025
2.2.6 3,759,410 7/9/2019 2.2.6 is deprecated because it is no longer maintained.
2.2.4 1,653,821 4/9/2019 2.2.4 is deprecated because it is no longer maintained.
2.2.3 367,934 3/11/2019 2.2.3 is deprecated because it is no longer maintained.
2.2.2 901,782 2/12/2019 2.2.2 is deprecated because it is no longer maintained.
2.2.1 295,522 1/8/2019 2.2.1 is deprecated because it is no longer maintained.
2.2.0 604,458 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 13,372 10/17/2018
2.2.0-preview2-35157 8,353 9/12/2018
2.2.0-preview1-35029 3,112 8/22/2018
2.1.14 86,060 11/18/2019
2.1.11 245,690 5/14/2019
2.1.8 50,542 2/12/2019
2.1.4 840,359 10/1/2018
2.1.3 156,441 9/11/2018
2.1.2 195,324 8/21/2018
2.1.1 696,428 6/18/2018
2.1.0 428,650 5/29/2018
2.1.0-rc1-final 47,081 5/6/2018
2.1.0-preview2-final 58,617 4/10/2018
2.1.0-preview1-final 21,621 2/26/2018