ErikEJ.EntityFrameworkCore.SqlServer.Dacpac
7.0.2
Prefix Reserved
See the version list below for details.
Requires NuGet 5.0 or higher.
dotnet add package ErikEJ.EntityFrameworkCore.SqlServer.Dacpac --version 7.0.2
NuGet\Install-Package ErikEJ.EntityFrameworkCore.SqlServer.Dacpac -Version 7.0.2
<PackageReference Include="ErikEJ.EntityFrameworkCore.SqlServer.Dacpac" Version="7.0.2" />
<PackageVersion Include="ErikEJ.EntityFrameworkCore.SqlServer.Dacpac" Version="7.0.2" />
<PackageReference Include="ErikEJ.EntityFrameworkCore.SqlServer.Dacpac" />
paket add ErikEJ.EntityFrameworkCore.SqlServer.Dacpac --version 7.0.2
#r "nuget: ErikEJ.EntityFrameworkCore.SqlServer.Dacpac, 7.0.2"
#:package ErikEJ.EntityFrameworkCore.SqlServer.Dacpac@7.0.2
#addin nuget:?package=ErikEJ.EntityFrameworkCore.SqlServer.Dacpac&version=7.0.2
#tool nuget:?package=ErikEJ.EntityFrameworkCore.SqlServer.Dacpac&version=7.0.2
Reverse engineer a SQL Server .dacpac with the EF Core tooling
Sample usage
CLI:
dotnet ef dbcontext scaffold ..\Db.dacpac ErikEJ.EntityFrameworkCore.SqlServer.Dacpac
PMC:
Scaffold-DbContext ..\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 Compatible and additional computed target framework versions. |
|---|---|
| .NET | net6.0 is compatible. 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. 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. |
-
net6.0
- Microsoft.EntityFrameworkCore.SqlServer (>= 7.0.0)
- Microsoft.SqlServer.DacFx (>= 161.6374.0)
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 |
|---|---|---|
| 9.0.4 | 81 | 2/15/2026 |
| 9.0.3 | 420 | 1/6/2026 |
| 9.0.3-preview.2 | 398 | 12/11/2025 |
| 9.0.3-preview.1 | 383 | 12/10/2025 |
| 9.0.2 | 5,228 | 9/25/2025 |
| 9.0.1 | 512 | 5/11/2025 |
| 9.0.0 | 18,160 | 11/27/2024 |
| 8.0.12 | 85 | 2/15/2026 |
| 8.0.11 | 155 | 1/6/2026 |
| 8.0.11-preview.2 | 381 | 12/11/2025 |
| 8.0.11-preview.1 | 376 | 12/10/2025 |
| 8.0.10 | 409 | 9/25/2025 |
| 8.0.9 | 317 | 5/11/2025 |
| 8.0.8 | 12,915 | 11/27/2024 |
| 8.0.6 | 5,475 | 9/15/2024 |
| 8.0.5 | 2,461 | 7/8/2024 |
| 7.0.8 | 506 | 7/8/2024 |
| 7.0.2 | 57,754 | 1/21/2023 |
| 6.0.8 | 2,623 | 7/8/2024 |
| 6.0.7 | 224 | 5/13/2024 |
For EF Core 7.0 with DacFX 161, update with improved DI