ErikEJ.EntityFrameworkCore.SqlServer.Dacpac
8.0.6
Prefix Reserved
See the version list below for details.
Requires NuGet 5.0 or higher.
dotnet add package ErikEJ.EntityFrameworkCore.SqlServer.Dacpac --version 8.0.6
NuGet\Install-Package ErikEJ.EntityFrameworkCore.SqlServer.Dacpac -Version 8.0.6
<PackageReference Include="ErikEJ.EntityFrameworkCore.SqlServer.Dacpac" Version="8.0.6" />
<PackageVersion Include="ErikEJ.EntityFrameworkCore.SqlServer.Dacpac" Version="8.0.6" />
<PackageReference Include="ErikEJ.EntityFrameworkCore.SqlServer.Dacpac" />
paket add ErikEJ.EntityFrameworkCore.SqlServer.Dacpac --version 8.0.6
#r "nuget: ErikEJ.EntityFrameworkCore.SqlServer.Dacpac, 8.0.6"
#:package ErikEJ.EntityFrameworkCore.SqlServer.Dacpac@8.0.6
#addin nuget:?package=ErikEJ.EntityFrameworkCore.SqlServer.Dacpac&version=8.0.6
#tool nuget:?package=ErikEJ.EntityFrameworkCore.SqlServer.Dacpac&version=8.0.6
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 | 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
- Microsoft.EntityFrameworkCore.SqlServer (>= 8.0.0)
- Microsoft.SqlServer.DacFx (>= 162.3.566)
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.6 | 358 | 4/6/2026 |
| 9.0.5 | 105 | 4/4/2026 |
| 9.0.4 | 256 | 2/15/2026 |
| 9.0.3 | 1,341 | 1/6/2026 |
| 9.0.3-preview.2 | 422 | 12/11/2025 |
| 9.0.3-preview.1 | 408 | 12/10/2025 |
| 9.0.2 | 10,170 | 9/25/2025 |
| 9.0.1 | 565 | 5/11/2025 |
| 9.0.0 | 25,822 | 11/27/2024 |
| 8.0.14 | 110 | 4/6/2026 |
| 8.0.13 | 99 | 4/4/2026 |
| 8.0.12 | 139 | 2/15/2026 |
| 8.0.11 | 232 | 1/6/2026 |
| 8.0.11-preview.2 | 409 | 12/11/2025 |
| 8.0.11-preview.1 | 406 | 12/10/2025 |
| 8.0.10 | 433 | 9/25/2025 |
| 8.0.9 | 340 | 5/11/2025 |
| 8.0.8 | 20,674 | 11/27/2024 |
| 8.0.6 | 5,854 | 9/15/2024 |
| 6.0.8 | 2,649 | 7/8/2024 |
For EF Core 8.0 with DacFX 162.3 - better defaults