ErikEJ.EntityFrameworkCore.SqlServer.Dacpac
8.0.0-rc.1
Prefix Reserved
This is a prerelease version of ErikEJ.EntityFrameworkCore.SqlServer.Dacpac.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
Requires NuGet 5.0 or higher.
dotnet add package ErikEJ.EntityFrameworkCore.SqlServer.Dacpac --version 8.0.0-rc.1
NuGet\Install-Package ErikEJ.EntityFrameworkCore.SqlServer.Dacpac -Version 8.0.0-rc.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ErikEJ.EntityFrameworkCore.SqlServer.Dacpac" Version="8.0.0-rc.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ErikEJ.EntityFrameworkCore.SqlServer.Dacpac" Version="8.0.0-rc.1" />
<PackageReference Include="ErikEJ.EntityFrameworkCore.SqlServer.Dacpac" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ErikEJ.EntityFrameworkCore.SqlServer.Dacpac --version 8.0.0-rc.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: ErikEJ.EntityFrameworkCore.SqlServer.Dacpac, 8.0.0-rc.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package ErikEJ.EntityFrameworkCore.SqlServer.Dacpac@8.0.0-rc.1
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ErikEJ.EntityFrameworkCore.SqlServer.Dacpac&version=8.0.0-rc.1&prerelease
#tool nuget:?package=ErikEJ.EntityFrameworkCore.SqlServer.Dacpac&version=8.0.0-rc.1&prerelease
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
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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- Microsoft.EntityFrameworkCore.SqlServer (>= 8.0.0-rc.2.23480.1)
- Microsoft.SqlServer.DacFx (>= 162.1.167)
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.3 | 352 | 1/6/2026 |
| 9.0.3-preview.2 | 395 | 12/11/2025 |
| 9.0.3-preview.1 | 383 | 12/10/2025 |
| 9.0.2 | 4,991 | 9/25/2025 |
| 9.0.1 | 511 | 5/11/2025 |
| 9.0.0 | 18,147 | 11/27/2024 |
| 8.0.11 | 126 | 1/6/2026 |
| 8.0.11-preview.2 | 379 | 12/11/2025 |
| 8.0.11-preview.1 | 376 | 12/10/2025 |
| 8.0.10 | 408 | 9/25/2025 |
| 8.0.9 | 317 | 5/11/2025 |
| 8.0.8 | 12,837 | 11/27/2024 |
| 8.0.6 | 5,464 | 9/15/2024 |
| 8.0.5 | 2,461 | 7/8/2024 |
| 8.0.4 | 1,322 | 5/13/2024 |
| 8.0.0-rc.1 | 162 | 11/2/2023 |
| 7.0.8 | 506 | 7/8/2024 |
| 7.0.7 | 265 | 5/13/2024 |
| 6.0.8 | 2,622 | 7/8/2024 |
| 6.0.7 | 224 | 5/13/2024 |
Loading failed
For EF Core 8.0 with DacFX 162