iPlus.EntityFrameworkCore.Abstractions 10.0.5

Requires NuGet 3.6 or higher.

dotnet add package iPlus.EntityFrameworkCore.Abstractions --version 10.0.5
                    
NuGet\Install-Package iPlus.EntityFrameworkCore.Abstractions -Version 10.0.5
                    
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="iPlus.EntityFrameworkCore.Abstractions" Version="10.0.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="iPlus.EntityFrameworkCore.Abstractions" Version="10.0.5" />
                    
Directory.Packages.props
<PackageReference Include="iPlus.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 iPlus.EntityFrameworkCore.Abstractions --version 10.0.5
                    
#r "nuget: iPlus.EntityFrameworkCore.Abstractions, 10.0.5"
                    
#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.
#:package iPlus.EntityFrameworkCore.Abstractions@10.0.5
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=iPlus.EntityFrameworkCore.Abstractions&version=10.0.5
                    
Install as a Cake Addin
#tool nuget:?package=iPlus.EntityFrameworkCore.Abstractions&version=10.0.5
                    
Install as a Cake Tool

Microsoft.EntityFrameworkCore.Abstractions is a small package containing abstractions which may be useful for applications in places where a dependency on the full Microsoft.EntityFrameworkCore is not desirable.

Usage

This package is included automatically as a dependency of the main Microsoft.EntityFrameworkCore package. Usually, the abstractions package is only explicitly installed in places where it is undesirable to use the main package. For example, it can be installed to use mapping attributes on POCO entity types which are otherwise independent of EF Core.

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 net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net10.0

    • No dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on iPlus.EntityFrameworkCore.Abstractions:

Package Downloads
iPlus.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

iPlus.EntityFrameworkCore.Specification.Tests

Shared test suite for Entity Framework Core database providers.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.0.5 3,789 4/14/2026
10.0.5-dev 196 4/14/2026
10.0.0-dev 125 3/5/2026
9.0.7 3,866 3/5/2026