ErikEJ.EntityFrameworkCore.SqlServer.Dacpac
6.0.1
Prefix Reserved
.NET 6.0
Requires NuGet 5.0 or higher.
Install-Package ErikEJ.EntityFrameworkCore.SqlServer.Dacpac -Version 6.0.1
dotnet add package ErikEJ.EntityFrameworkCore.SqlServer.Dacpac --version 6.0.1
<PackageReference Include="ErikEJ.EntityFrameworkCore.SqlServer.Dacpac" Version="6.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ErikEJ.EntityFrameworkCore.SqlServer.Dacpac --version 6.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: ErikEJ.EntityFrameworkCore.SqlServer.Dacpac, 6.0.1"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install ErikEJ.EntityFrameworkCore.SqlServer.Dacpac as a Cake Addin
#addin nuget:?package=ErikEJ.EntityFrameworkCore.SqlServer.Dacpac&version=6.0.1
// Install ErikEJ.EntityFrameworkCore.SqlServer.Dacpac as a Cake Tool
#tool nuget:?package=ErikEJ.EntityFrameworkCore.SqlServer.Dacpac&version=6.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Reverse engineer a SQL Server .dacpac with the EF Core tooling
Sample usage
dotnet ef dbcontext scaffold ..\Db.dacpac ErikEJ.EntityFrameworkCore.SqlServer.Dacpac
Current conventions
Use the -t parameter(s) to specify individual tables in this format: [dbo].[MyTable]
Known issues
If you would like to scaffold a seperate schema with Data Annotations, use the workaround described here
Feedback
Please report any issues, questions and suggestions here
Product | Versions |
---|---|
.NET | net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
net6.0
- Microsoft.EntityFrameworkCore.SqlServer (>= 6.0.0)
- Microsoft.SqlServer.DacFx (>= 160.5400.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on ErikEJ.EntityFrameworkCore.SqlServer.Dacpac:
Repository | Stars |
---|---|
ErikEJ/EFCorePowerTools
Entity Framework Core Power Tools - reverse engineering, migrations and model visualization for EF Core
|
Version | Downloads | Last updated |
---|---|---|
6.0.1 | 976 | 1/27/2022 |
6.0.1-preview3 | 53 | 1/26/2022 |
6.0.1-preview2 | 60 | 1/25/2022 |
6.0.1-preview1 | 77 | 11/16/2021 |
5.0.4 | 980 | 7/14/2021 |
5.0.3 | 284 | 3/30/2021 |
5.0.2 | 213 | 3/30/2021 |
5.0.1 | 224 | 3/30/2021 |
5.0.0 | 388 | 11/10/2020 |
5.0.0-rc3 | 140 | 10/14/2020 |
5.0.0-rc2 | 177 | 9/20/2020 |
5.0.0-rc1 | 167 | 9/15/2020 |
5.0.0-preview1 | 189 | 7/10/2020 |
3.1.10 | 260 | 7/14/2021 |
3.1.8 | 690 | 10/14/2020 |
3.1.7 | 338 | 9/20/2020 |
3.1.6 | 1,253 | 7/10/2020 |
3.1.5 | 375 | 6/24/2020 |
3.1.4 | 1,574 | 6/2/2020 |
3.1.2 | 454 | 4/16/2020 |
3.1.1 | 429 | 4/11/2020 |
3.1.0 | 610 | 2/4/2020 |
For EF Core 6.0 with DacFX 160