iPlus.EntityFrameworkCore.Tasks
10.0.5
dotnet add package iPlus.EntityFrameworkCore.Tasks --version 10.0.5
NuGet\Install-Package iPlus.EntityFrameworkCore.Tasks -Version 10.0.5
<PackageReference Include="iPlus.EntityFrameworkCore.Tasks" Version="10.0.5"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
<PackageVersion Include="iPlus.EntityFrameworkCore.Tasks" Version="10.0.5" />
<PackageReference Include="iPlus.EntityFrameworkCore.Tasks"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add iPlus.EntityFrameworkCore.Tasks --version 10.0.5
#r "nuget: iPlus.EntityFrameworkCore.Tasks, 10.0.5"
#:package iPlus.EntityFrameworkCore.Tasks@10.0.5
#addin nuget:?package=iPlus.EntityFrameworkCore.Tasks&version=10.0.5
#tool nuget:?package=iPlus.EntityFrameworkCore.Tasks&version=10.0.5
The Entity Framework Core MSBuild tasks integrate EF design-time tools into the build process. They're primarily used to generate the compiled model.
This package should be referenced by the project containing the derived DbContext.
Usage
Install the package into your project, set <EFOptimizeContext Condition="'$(Configuration)'=='Release'">true</EFOptimizeContext> and then run build normally.
If the startup project is different from the current project it needs to be specified: <EFStartupProject>..\Startup\Startup.csproj</EFStartupProject>
The startup project must also reference the Microsoft.EntityFrameworkCore.Tasks package.
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.
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- Microsoft.EntityFrameworkCore.Design (>= 10.0.5)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 10.0.5 | 92 | 4/14/2026 |
| 10.0.5-dev | 97 | 4/14/2026 |