Microsoft.EntityFrameworkCore.Abstractions 2.2.0-preview2-35157

Prefix Reserved
This is a prerelease version of Microsoft.EntityFrameworkCore.Abstractions.
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.Abstractions --version 2.2.0-preview2-35157
                    
NuGet\Install-Package Microsoft.EntityFrameworkCore.Abstractions -Version 2.2.0-preview2-35157
                    
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.Abstractions" Version="2.2.0-preview2-35157" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.EntityFrameworkCore.Abstractions" Version="2.2.0-preview2-35157" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.EntityFrameworkCore.Abstractions" />
                    
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.Abstractions --version 2.2.0-preview2-35157
                    
#r "nuget: Microsoft.EntityFrameworkCore.Abstractions, 2.2.0-preview2-35157"
                    
#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.Abstractions&version=2.2.0-preview2-35157&prerelease
                    
Install Microsoft.EntityFrameworkCore.Abstractions as a Cake Addin
#tool nuget:?package=Microsoft.EntityFrameworkCore.Abstractions&version=2.2.0-preview2-35157&prerelease
                    
Install Microsoft.EntityFrameworkCore.Abstractions as a Cake Tool

Provides abstractions and attributes that are used to configure Entity Framework Core
This package was built from the source at:
https://github.com/aspnet/EntityFramework.git/tree/cbd2a2074d908673195abbb14de5a460acaa2aea

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETStandard 2.0

    • No dependencies.

NuGet packages (288)

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

Package Downloads
Microsoft.EntityFrameworkCore

Entity Framework Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations. EF Core works with SQL Server, Azure SQL Database, SQLite, Azure Cosmos DB, MySQL, PostgreSQL, and other databases through a provider plugin API. Commonly Used Types: Microsoft.EntityFrameworkCore.DbContext Microsoft.EntityFrameworkCore.DbSet

Microsoft.AspNetCore.App

Provides a default set of APIs for building an ASP.NET Core application. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.

Microsoft.AspNetCore.All

Provides a default set of APIs for building an ASP.NET Core application, and also includes API for third-party integrations with ASP.NET Core. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.

Microsoft.EntityFrameworkCore.Specification.Tests

Shared test suite for Entity Framework Core database providers.

Ibang.Platform.Common.Infrastructure

Package Description

GitHub repositories (38)

Showing the top 20 popular GitHub repositories that depend on Microsoft.EntityFrameworkCore.Abstractions:

Repository Stars
scottksmith95/LINQKit
LINQKit is a free set of extensions for LINQ to SQL and Entity Framework power users.
IoTSharp/IoTSharp
IoTSharp is an open-source IoT platform for data collection, processing, visualization, and device management.
security-code-scan/security-code-scan
Vulnerability Patterns Detector for C# and VB.NET
OData/WebApi
OData Web API: A server library built upon ODataLib and WebApi
mehdihadeli/food-delivery-microservices
🍔 A practical and imaginary food delivery microservices, built with .Net 9, MassTransit, Domain-Driven Design, CQRS, Vertical Slice Architecture, Event-Driven Architecture, and the latest technologies.
VictorTzeng/Zxw.Framework.NetCore
基于EF Core的Code First模式的DotNetCore快速开发框架,其中包括DBContext、IOC组件autofac和AspectCore.Injector、代码生成器(也支持DB First)、基于AspectCore的memcache和Redis缓存组件,以及基于ICanPay的支付库和一些日常用的方法和扩展,比如批量插入、更新、删除以及触发器支持,当然还有demo。欢迎提交各种建议、意见和pr~
cmu-sei/GHOSTS
GHOSTS is a realistic user simulation framework for cyber experimentation, simulation, training, and exercise
microsoft/WindowsProtocolTestSuites
⭐⭐ Join us at sambaXP + SNIA SMB3 IO Lab EMEA (April 7- April 10, 2025)
zkweb-framework/ZKWeb
A flexible web framework supports .Net Framework and .Net Core
TeslaFly01/SmartSqlT
🔥🔥🔥 SmartSQL 是一款方便、快捷的数据库文档查询、导出工具!该工具从最初支持CHM文档格式开始,通过不断地探索开发、集思广益和不断改进,又陆续支持Word、Excel、PDF、Html、Xml、Json、MarkDown等文档格式的导出。同时支持SqlServer、MySql、PostgreSQL、SQLite等多种数据库的文档查询和导出功能。
Jcparkyn/nodexr
Graphical regular expression editor
ergulkizilkaya/ReCapProject
msawczyn/EFDesigner
Entity Framework visual design surface and code-first code generation for EF6, Core and beyond
mehdihadeli/food-delivery-modular-monolith
🌭 A practical and imaginary food and grocery delivery modular monolith, built with .Net 8, Domain-Driven Design, CQRS, Vertical Slice Architecture, Event-Driven Architecture, and the latest technologies.
fmbot-discord/fmbot
.fmbot is a social Discord bot that provides music statistics for you and your friends.
CervantesSec/cervantes
Cervantes is an open-source, collaborative platform designed specifically for pentesters and red teams. It serves as a comprehensive management tool, streamlining the organization of projects, clients, vulnerabilities, and reports in a single, centralized location.
liuhll/silky
The Silky framework is designed to help developers quickly build a microservice development framework through simple code and configuration under the .net platform.
Idered/snatch
📋 Beautiful clipboard manager for Windows
AscensionGameDev/Intersect-Engine
Intersect provides a complete game development suite for creating 2d mmorpgs with no programming experience required!
impworks/bonsai
Self-hosted family wiki engine / photoalbum
Version Downloads Last updated
10.0.0-preview.3.25171.6 440 4/10/2025
10.0.0-preview.2.25163.8 2,932 3/18/2025
10.0.0-preview.1.25081.1 3,092 2/25/2025
9.0.4 176,708 4/8/2025
9.0.3 2,248,293 3/11/2025
9.0.2 3,607,409 2/11/2025
9.0.1 4,790,732 1/14/2025
9.0.0 9,746,828 11/12/2024
9.0.0-rc.2.24474.1 177,550 10/8/2024
9.0.0-rc.1.24451.1 118,217 9/10/2024
9.0.0-preview.7.24405.3 77,004 8/13/2024
9.0.0-preview.6.24327.4 115,633 7/9/2024
9.0.0-preview.5.24306.3 41,455 6/11/2024
9.0.0-preview.4.24267.1 56,531 5/21/2024
9.0.0-preview.3.24172.4 169,234 4/11/2024
9.0.0-preview.2.24128.4 61,197 3/12/2024
9.0.0-preview.1.24081.2 100,069 2/13/2024
8.0.15 58,700 4/8/2025
8.0.14 1,058,068 3/11/2025
8.0.13 1,970,336 2/11/2025
8.0.12 2,597,123 1/14/2025
8.0.11 11,972,977 11/12/2024
8.0.10 16,801,598 10/8/2024
8.0.8 22,008,434 8/13/2024
8.0.7 13,712,187 7/9/2024
8.0.6 15,896,213 5/28/2024
8.0.5 6,803,681 5/14/2024
8.0.4 32,032,421 4/9/2024
8.0.3 10,672,476 3/12/2024
8.0.2 22,929,474 2/13/2024
8.0.1 13,494,260 1/9/2024
8.0.0 40,079,461 11/14/2023
8.0.0-rc.2.23480.1 547,987 10/10/2023
8.0.0-rc.1.23419.6 149,030 9/12/2023
8.0.0-preview.7.23375.4 104,982 8/8/2023
8.0.0-preview.6.23329.4 191,702 7/11/2023
8.0.0-preview.5.23280.1 173,975 6/13/2023
8.0.0-preview.4.23259.3 143,258 5/16/2023
8.0.0-preview.3.23174.2 218,948 4/11/2023
8.0.0-preview.2.23128.3 198,769 3/14/2023
8.0.0-preview.1.23111.4 137,807 2/21/2023
7.0.20 3,047,458 5/28/2024
7.0.19 486,162 5/14/2024
7.0.18 2,468,328 4/9/2024
7.0.17 1,562,980 3/12/2024
7.0.16 2,001,148 2/13/2024
7.0.15 3,128,607 1/9/2024
7.0.14 5,929,689 11/14/2023
7.0.13 6,536,911 10/24/2023
7.0.12 4,339,742 10/10/2023
7.0.11 15,583,027 9/12/2023
7.0.10 9,502,251 8/8/2023
7.0.9 8,801,404 7/11/2023
7.0.8 5,398,423 6/22/2023
7.0.7 3,713,613 6/13/2023
7.0.5 28,859,641 4/11/2023
7.0.4 9,316,550 3/14/2023
7.0.3 15,917,277 2/14/2023
7.0.2 18,323,439 1/10/2023
7.0.1 11,288,257 12/13/2022
7.0.0 29,136,973 11/7/2022
7.0.0-rc.2.22472.11 230,643 10/11/2022
7.0.0-rc.1.22426.7 212,234 9/14/2022
7.0.0-preview.7.22376.2 94,664 8/9/2022
7.0.0-preview.6.22329.4 74,139 7/12/2022
7.0.0-preview.5.22302.2 62,323 6/14/2022
7.0.0-preview.4.22229.2 78,677 5/10/2022
7.0.0-preview.3.22175.1 77,085 4/13/2022
7.0.0-preview.2.22153.1 83,205 3/14/2022
7.0.0-preview.1.22076.6 55,494 2/17/2022
6.0.36 888,833 11/12/2024
6.0.35 565,581 10/8/2024
6.0.33 1,545,665 8/13/2024
6.0.32 708,942 7/9/2024
6.0.31 1,001,091 5/28/2024
6.0.30 521,758 5/14/2024
6.0.29 2,825,400 4/9/2024
6.0.28 1,470,581 3/12/2024
6.0.27 1,782,836 2/13/2024
6.0.26 2,526,917 1/9/2024
6.0.25 3,505,565 11/14/2023
6.0.24 1,825,739 10/24/2023
6.0.23 1,209,433 10/10/2023
6.0.22 3,997,444 9/12/2023
6.0.21 3,504,831 8/8/2023
6.0.20 2,801,690 7/11/2023
6.0.19 2,340,583 6/22/2023
6.0.18 1,246,281 6/13/2023
6.0.16 7,414,564 4/11/2023
6.0.15 4,126,130 3/14/2023
6.0.14 5,169,636 2/14/2023
6.0.13 6,838,442 1/10/2023
6.0.12 14,249,280 12/13/2022
6.0.11 9,852,541 11/7/2022
6.0.10 17,330,084 10/11/2022
6.0.9 15,174,282 9/13/2022
6.0.8 18,225,919 8/9/2022
6.0.7 54,849,908 7/12/2022
6.0.6 14,602,602 6/14/2022
6.0.5 24,205,071 5/10/2022
6.0.4 19,734,662 4/11/2022
6.0.3 24,107,479 3/8/2022
6.0.2 19,555,577 2/8/2022
6.0.1 35,330,106 12/14/2021
6.0.0 68,580,903 11/8/2021
6.0.0-rc.2.21480.5 330,371 10/12/2021
6.0.0-rc.1.21452.10 261,485 9/14/2021
6.0.0-preview.7.21378.4 90,361 8/10/2021
6.0.0-preview.6.21352.1 38,931 7/14/2021
6.0.0-preview.5.21301.9 184,917 6/15/2021
6.0.0-preview.4.21253.1 72,971 5/24/2021
6.0.0-preview.3.21201.2 93,060 4/8/2021
6.0.0-preview.2.21154.2 68,589 3/11/2021
6.0.0-preview.1.21102.2 88,666 2/12/2021
5.0.17 7,599,487 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 1,486,844 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 2,337,792 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 2,367,405 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 4,430,033 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 4,865,129 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 8,404,156 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 16,107,342 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 10,371,325 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 9,647,135 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 16,017,787 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 8,347,212 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 11,489,744 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 8,205,154 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 8,124,613 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 11,620,380 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 15,937,814 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 26,527,560 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.6 404,909 10/13/2020
5.0.0-rc.1.20451.13 321,306 9/14/2020
5.0.0-preview.8.20407.4 200,235 8/25/2020
5.0.0-preview.7.20365.15 112,193 7/21/2020
5.0.0-preview.6.20312.4 62,196 6/25/2020
5.0.0-preview.5.20278.2 47,771 6/10/2020
5.0.0-preview.4.20220.10 71,266 5/18/2020
5.0.0-preview.3.20181.2 92,858 4/23/2020
5.0.0-preview.2.20159.4 59,878 4/2/2020
5.0.0-preview.2.20120.8 44,143 3/16/2020
3.1.32 5,617,840 12/13/2022
3.1.31 1,091,879 11/8/2022
3.1.30 740,997 10/11/2022
3.1.29 1,270,139 9/13/2022
3.1.28 843,278 8/9/2022
3.1.27 746,697 7/12/2022
3.1.26 636,441 6/14/2022
3.1.25 1,085,852 5/10/2022
3.1.24 663,038 4/11/2022
3.1.23 1,068,818 3/8/2022
3.1.22 3,426,982 12/14/2021
3.1.21 2,645,933 11/7/2021
3.1.20 1,571,886 10/11/2021
3.1.19 2,472,874 9/14/2021
3.1.18 6,150,664 8/10/2021
3.1.17 1,903,871 7/13/2021
3.1.16 2,435,972 6/8/2021
3.1.15 2,833,563 5/11/2021
3.1.14 3,084,416 4/6/2021
3.1.13 4,591,974 3/9/2021
3.1.12 3,000,050 2/9/2021
3.1.11 6,210,986 1/12/2021
3.1.10 8,327,439 11/9/2020
3.1.9 12,007,607 10/13/2020
3.1.8 17,645,847 9/8/2020
3.1.7 10,050,125 8/11/2020
3.1.6 10,894,703 7/14/2020
3.1.5 12,779,182 6/9/2020
3.1.4 22,137,335 5/12/2020
3.1.3 28,302,068 3/24/2020
3.1.2 11,974,616 2/19/2020
3.1.1 20,231,600 1/14/2020
3.1.0 34,540,865 12/3/2019
3.1.0-preview3.19554.8 166,902 11/13/2019
3.1.0-preview2.19525.5 32,512 11/1/2019
3.1.0-preview1.19506.2 755,888 10/15/2019
3.0.3 181,360 2/19/2020
3.0.2 77,046 1/14/2020
3.0.1 1,383,873 11/18/2019
3.0.0 19,023,685 9/23/2019
3.0.0-rc1.19456.14 45,074 9/16/2019
3.0.0-preview9.19423.6 1,379,541 9/4/2019
3.0.0-preview8.19405.11 389,245 8/13/2019
3.0.0-preview7.19362.6 87,155 7/23/2019
3.0.0-preview6.19304.10 162,853 6/12/2019
3.0.0-preview5.19227.1 671,462 5/6/2019
3.0.0-preview4.19216.3 21,883 4/18/2019
3.0.0-preview3.19153.1 203,162 3/6/2019
3.0.0-preview.19074.3 34,053 1/29/2019
3.0.0-preview.18572.1 47,547 12/3/2018
2.3.0 9,213 1/14/2025
2.2.6 31,691,766 7/9/2019 2.2.6 is deprecated because it is no longer maintained.
2.2.4 20,894,317 4/9/2019 2.2.4 is deprecated because it is no longer maintained.
2.2.3 5,344,447 3/11/2019 2.2.3 is deprecated because it is no longer maintained.
2.2.2 6,428,308 2/12/2019 2.2.2 is deprecated because it is no longer maintained.
2.2.1 6,909,615 1/8/2019 2.2.1 is deprecated because it is no longer maintained.
2.2.0 22,898,595 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 182,932 10/17/2018
2.2.0-preview2-35157 148,251 9/12/2018
2.2.0-preview1-35029 86,913 8/22/2018
2.1.14 3,989,550 11/18/2019
2.1.11 3,727,082 5/14/2019
2.1.8 3,758,749 2/12/2019
2.1.4 15,490,399 10/1/2018
2.1.3 4,922,915 9/11/2018
2.1.2 9,191,940 8/21/2018
2.1.1 16,472,577 6/18/2018
2.1.0 13,338,691 5/29/2018
2.1.0-rc1-final 221,679 5/6/2018
2.1.0-preview2-final 204,346 4/10/2018