iPlus.EntityFrameworkCore.Design
9.0.7
See the version list below for details.
dotnet add package iPlus.EntityFrameworkCore.Design --version 9.0.7
NuGet\Install-Package iPlus.EntityFrameworkCore.Design -Version 9.0.7
<PackageReference Include="iPlus.EntityFrameworkCore.Design" Version="9.0.7"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
<PackageVersion Include="iPlus.EntityFrameworkCore.Design" Version="9.0.7" />
<PackageReference Include="iPlus.EntityFrameworkCore.Design"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add iPlus.EntityFrameworkCore.Design --version 9.0.7
#r "nuget: iPlus.EntityFrameworkCore.Design, 9.0.7"
#:package iPlus.EntityFrameworkCore.Design@9.0.7
#addin nuget:?package=iPlus.EntityFrameworkCore.Design&version=9.0.7
#tool nuget:?package=iPlus.EntityFrameworkCore.Design&version=9.0.7
The Entity Framework Core tools help with design-time development tasks. They're primarily used to manage Migrations and to scaffold a DbContext and entity types by reverse engineering the schema of a database.
The Microsoft.EntityFrameworkCore.Design package is required for either command-line or Package Manager Console-based tooling, and is a dependency of dotnet-ef and Microsoft.EntityFrameworkCore.Tools.
Usage
Install the package into your project and then use either dotnet-ef or Microsoft.EntityFrameworkCore.Tools.
By default, the package will install with PrivateAssets="All" so that the tooling assembly will not be included with your published app. For example:
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
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 | Versions 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. net10.0 was computed. 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. |
-
net8.0
- Humanizer.Core (>= 2.14.1)
- iPlus.EntityFrameworkCore.Relational (>= 9.0.7)
- Microsoft.Build.Framework (>= 17.8.3)
- Microsoft.Build.Locator (>= 1.7.8)
- Microsoft.CodeAnalysis.CSharp (>= 4.8.0)
- Microsoft.CodeAnalysis.CSharp.Workspaces (>= 4.8.0)
- Microsoft.CodeAnalysis.Workspaces.MSBuild (>= 4.8.0)
- Microsoft.Extensions.Caching.Memory (>= 9.0.7)
- Microsoft.Extensions.Configuration.Abstractions (>= 9.0.7)
- Microsoft.Extensions.DependencyModel (>= 9.0.7)
- Microsoft.Extensions.Hosting (>= 9.0.7)
- Microsoft.Extensions.Logging (>= 9.0.7)
- Mono.TextTemplating (>= 3.0.0)
- System.Text.Json (>= 9.0.7)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on iPlus.EntityFrameworkCore.Design:
| Package | Downloads |
|---|---|
|
iPlus.EntityFrameworkCore.Tools
iPlus Fork of ef core main repository |
|
|
iPlus.EntityFrameworkCore.Specification.Tests
iPlus Fork of ef core main repository |
|
|
iPlus.EntityFrameworkCore.Relational.Specification.Tests
iPlus Fork of ef core main repository |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 10.0.0-dev | 54 | 3/5/2026 |
| 9.0.7 | 103 | 3/5/2026 |