Microsoft.EntityFrameworkCore.Proxies 8.0.7

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.7                
NuGet\Install-Package Microsoft.EntityFrameworkCore.Proxies -Version 8.0.7                
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.7" />                
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.7                
#r "nuget: Microsoft.EntityFrameworkCore.Proxies, 8.0.7"                
#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.7

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

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

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

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-preview.6.24327.4 346 7/9/2024
9.0.0-preview.5.24306.3 845 6/11/2024
9.0.0-preview.4.24267.1 504 5/21/2024
9.0.0-preview.3.24172.4 1,700 4/11/2024
9.0.0-preview.2.24128.4 1,112 3/12/2024
9.0.0-preview.1.24081.2 2,732 2/13/2024
8.0.7 68,685 7/9/2024
8.0.6 289,919 5/28/2024
8.0.5 176,268 5/14/2024
8.0.4 498,928 4/9/2024
8.0.3 378,327 3/12/2024
8.0.2 577,649 2/13/2024
8.0.1 475,595 1/9/2024
8.0.0 558,536 11/14/2023
8.0.0-rc.2.23480.1 10,642 10/10/2023
8.0.0-rc.1.23419.6 9,416 9/12/2023
8.0.0-preview.7.23375.4 1,964 8/8/2023
8.0.0-preview.6.23329.4 10,098 7/11/2023
8.0.0-preview.5.23280.1 4,294 6/13/2023
8.0.0-preview.4.23259.3 4,085 5/16/2023
8.0.0-preview.3.23174.2 3,042 4/11/2023
8.0.0-preview.2.23128.3 3,996 3/14/2023
8.0.0-preview.1.23111.4 2,752 2/21/2023
7.0.20 24,067 5/28/2024
7.0.19 10,503 5/14/2024
7.0.18 28,934 4/9/2024
7.0.17 48,205 3/12/2024
7.0.16 58,341 2/13/2024
7.0.15 119,839 1/9/2024
7.0.14 275,385 11/14/2023
7.0.13 314,250 10/24/2023
7.0.12 196,309 10/10/2023
7.0.11 442,353 9/12/2023
7.0.10 447,537 8/8/2023
7.0.9 390,252 7/11/2023
7.0.8 268,380 6/22/2023
7.0.7 121,056 6/13/2023
7.0.5 1,124,393 4/11/2023
7.0.4 535,025 3/14/2023
7.0.3 587,883 2/14/2023
7.0.2 824,136 1/10/2023
7.0.1 356,967 12/13/2022
7.0.0 695,463 11/7/2022
7.0.0-rc.2.22472.11 12,486 10/11/2022
7.0.0-rc.1.22426.7 2,336 9/14/2022
7.0.0-preview.7.22376.2 8,251 8/9/2022
7.0.0-preview.6.22329.4 2,516 7/12/2022
7.0.0-preview.5.22302.2 1,203 6/14/2022
7.0.0-preview.4.22229.2 1,312 5/10/2022
7.0.0-preview.3.22175.1 26,785 4/13/2022
7.0.0-preview.2.22153.1 1,900 3/14/2022
7.0.0-preview.1.22076.6 1,969 2/17/2022
6.0.32 4,835 7/9/2024
6.0.31 21,076 5/28/2024
6.0.30 11,341 5/14/2024
6.0.29 78,452 4/9/2024
6.0.28 48,092 3/12/2024
6.0.27 49,123 2/13/2024
6.0.26 104,755 1/9/2024
6.0.25 107,004 11/14/2023
6.0.24 72,982 10/24/2023
6.0.23 52,596 10/10/2023
6.0.22 106,104 9/12/2023
6.0.21 139,490 8/8/2023
6.0.20 130,471 7/11/2023
6.0.19 111,413 6/22/2023
6.0.18 156,231 6/13/2023
6.0.16 413,969 4/11/2023
6.0.15 260,134 3/14/2023
6.0.14 220,226 2/14/2023
6.0.13 444,300 1/10/2023
6.0.12 257,869 12/13/2022
6.0.11 538,485 11/7/2022
6.0.10 1,080,075 10/11/2022
6.0.9 776,420 9/13/2022
6.0.8 1,189,256 8/9/2022
6.0.7 875,696 7/12/2022
6.0.6 752,105 6/14/2022
6.0.5 1,420,470 5/10/2022
6.0.4 1,125,941 4/11/2022
6.0.3 1,033,744 3/8/2022
6.0.2 715,889 2/8/2022
6.0.1 1,316,352 12/14/2021
6.0.0 997,913 11/8/2021
6.0.0-rc.2.21480.5 10,012 10/12/2021
6.0.0-rc.1.21452.10 4,404 9/14/2021
6.0.0-preview.7.21378.4 4,429 8/10/2021
6.0.0-preview.6.21352.1 2,145 7/14/2021
6.0.0-preview.5.21301.9 4,467 6/15/2021
6.0.0-preview.4.21253.1 3,689 5/24/2021
6.0.0-preview.3.21201.2 2,427 4/8/2021
6.0.0-preview.2.21154.2 1,815 3/11/2021
6.0.0-preview.1.21102.2 3,398 2/12/2021
5.0.17 342,143 5/10/2022
5.0.16 54,211 4/11/2022
5.0.15 117,876 3/8/2022
5.0.14 69,593 2/8/2022
5.0.13 282,644 12/14/2021
5.0.12 289,755 11/7/2021
5.0.11 607,425 10/12/2021
5.0.10 587,671 9/14/2021
5.0.9 502,044 8/10/2021
5.0.8 573,422 7/13/2021
5.0.7 686,174 6/8/2021
5.0.6 530,248 5/11/2021
5.0.5 766,626 4/6/2021
5.0.4 523,919 3/9/2021
5.0.3 897,564 2/9/2021
5.0.2 515,411 1/12/2021
5.0.1 564,354 12/8/2020
5.0.0 526,281 11/9/2020
5.0.0-rc.2.20475.6 24,693 10/13/2020
5.0.0-rc.1.20451.13 7,453 9/14/2020
5.0.0-preview.8.20407.4 4,846 8/25/2020
5.0.0-preview.7.20365.15 3,303 7/21/2020
5.0.0-preview.6.20312.4 2,012 6/25/2020
5.0.0-preview.5.20278.2 1,257 6/10/2020
5.0.0-preview.4.20220.10 5,500 5/18/2020
5.0.0-preview.3.20181.2 3,101 4/23/2020
5.0.0-preview.2.20159.4 1,709 4/2/2020
5.0.0-preview.2.20120.8 1,303 3/16/2020
3.1.32 246,583 12/13/2022
3.1.31 187,718 11/8/2022
3.1.30 46,362 10/11/2022
3.1.29 22,130 9/13/2022
3.1.28 75,698 8/9/2022
3.1.27 25,990 7/12/2022
3.1.26 55,090 6/14/2022
3.1.25 127,221 5/10/2022
3.1.24 34,550 4/11/2022
3.1.23 116,691 3/8/2022
3.1.22 270,855 12/14/2021
3.1.21 104,456 11/7/2021
3.1.20 84,015 10/11/2021
3.1.19 129,009 9/14/2021
3.1.18 1,008,790 8/10/2021
3.1.17 118,640 7/13/2021
3.1.16 121,171 6/8/2021
3.1.15 100,711 5/11/2021
3.1.14 425,040 4/6/2021
3.1.13 180,316 3/9/2021
3.1.12 182,350 2/9/2021
3.1.11 178,540 1/12/2021
3.1.10 519,577 11/9/2020
3.1.9 1,428,935 10/13/2020
3.1.8 1,670,361 9/8/2020
3.1.7 596,864 8/11/2020
3.1.6 679,370 7/14/2020
3.1.5 750,915 6/9/2020
3.1.4 931,162 5/12/2020
3.1.3 941,252 3/24/2020
3.1.2 829,865 2/19/2020
3.1.1 808,579 1/14/2020
3.1.0 737,415 12/3/2019
3.1.0-preview3.19554.8 5,925 11/13/2019
3.1.0-preview2.19525.5 1,684 11/1/2019
3.1.0-preview1.19506.2 2,350 10/15/2019
3.0.3 5,942 2/19/2020
3.0.2 3,465 1/14/2020
3.0.1 122,395 11/18/2019
3.0.0 520,549 9/23/2019
3.0.0-rc1.19456.14 1,201 9/16/2019
3.0.0-preview9.19423.6 3,252 9/4/2019
3.0.0-preview8.19405.11 10,143 8/13/2019
3.0.0-preview7.19362.6 6,210 7/23/2019
3.0.0-preview6.19304.10 14,033 6/12/2019
3.0.0-preview5.19227.1 13,250 5/6/2019
3.0.0-preview4.19216.3 889 4/18/2019
3.0.0-preview3.19153.1 12,998 3/6/2019
3.0.0-preview.19074.3 1,565 1/29/2019
3.0.0-preview.18572.1 1,782 12/3/2018
2.2.6 3,627,870 7/9/2019
2.2.4 1,603,362 4/9/2019
2.2.3 350,968 3/11/2019
2.2.2 889,771 2/12/2019
2.2.1 285,257 1/8/2019
2.2.0 576,766 12/3/2018
2.2.0-preview3-35497 13,201 10/17/2018
2.2.0-preview2-35157 7,880 9/12/2018
2.2.0-preview1-35029 2,956 8/22/2018
2.1.14 81,439 11/18/2019
2.1.11 243,259 5/14/2019
2.1.8 50,164 2/12/2019
2.1.4 744,428 10/1/2018
2.1.3 151,305 9/11/2018
2.1.2 190,124 8/21/2018
2.1.1 674,857 6/18/2018
2.1.0 380,811 5/29/2018
2.1.0-rc1-final 44,483 5/6/2018
2.1.0-preview2-final 55,056 4/10/2018
2.1.0-preview1-final 20,888 2/26/2018