ErikEJ.EntityFrameworkCore.SqlServer.Dacpac
8.0.5
Prefix Reserved
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.5
NuGet\Install-Package ErikEJ.EntityFrameworkCore.SqlServer.Dacpac -Version 8.0.5
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.5" />
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.5" />
<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.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: ErikEJ.EntityFrameworkCore.SqlServer.Dacpac, 8.0.5"
#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.5
#: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.5
#tool nuget:?package=ErikEJ.EntityFrameworkCore.SqlServer.Dacpac&version=8.0.5
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)
- 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.4 | 123 | 2/15/2026 |
| 9.0.3 | 750 | 1/6/2026 |
| 9.0.3-preview.2 | 405 | 12/11/2025 |
| 9.0.3-preview.1 | 393 | 12/10/2025 |
| 9.0.2 | 6,457 | 9/25/2025 |
| 9.0.1 | 526 | 5/11/2025 |
| 9.0.0 | 20,017 | 11/27/2024 |
| 8.0.12 | 112 | 2/15/2026 |
| 8.0.11 | 212 | 1/6/2026 |
| 8.0.11-preview.2 | 391 | 12/11/2025 |
| 8.0.11-preview.1 | 389 | 12/10/2025 |
| 8.0.10 | 418 | 9/25/2025 |
| 8.0.9 | 326 | 5/11/2025 |
| 8.0.8 | 14,142 | 11/27/2024 |
| 8.0.6 | 5,543 | 9/15/2024 |
| 8.0.5 | 2,478 | 7/8/2024 |
| 8.0.4 | 1,333 | 5/13/2024 |
| 7.0.8 | 518 | 7/8/2024 |
| 6.0.8 | 2,633 | 7/8/2024 |
| 6.0.7 | 230 | 5/13/2024 |
Loading failed
For EF Core 8.0 with DacFX 162.3