ErikEJ.EntityFrameworkCore.SqlServer.Dacpac
7.0.2-preview1
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 7.0.2-preview1
NuGet\Install-Package ErikEJ.EntityFrameworkCore.SqlServer.Dacpac -Version 7.0.2-preview1
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="7.0.2-preview1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ErikEJ.EntityFrameworkCore.SqlServer.Dacpac" Version="7.0.2-preview1" />
<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 7.0.2-preview1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: ErikEJ.EntityFrameworkCore.SqlServer.Dacpac, 7.0.2-preview1"
#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@7.0.2-preview1
#: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=7.0.2-preview1&prerelease
#tool nuget:?package=ErikEJ.EntityFrameworkCore.SqlServer.Dacpac&version=7.0.2-preview1&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
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 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
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.6 | 114 | 4/6/2026 |
| 9.0.5 | 90 | 4/4/2026 |
| 9.0.4 | 185 | 2/15/2026 |
| 9.0.3 | 1,179 | 1/6/2026 |
| 9.0.3-preview.2 | 407 | 12/11/2025 |
| 9.0.3-preview.1 | 398 | 12/10/2025 |
| 9.0.2 | 8,272 | 9/25/2025 |
| 9.0.1 | 544 | 5/11/2025 |
| 9.0.0 | 23,016 | 11/27/2024 |
| 8.0.14 | 92 | 4/6/2026 |
| 8.0.13 | 80 | 4/4/2026 |
| 8.0.12 | 124 | 2/15/2026 |
| 8.0.11 | 218 | 1/6/2026 |
| 8.0.11-preview.2 | 394 | 12/11/2025 |
| 8.0.11-preview.1 | 393 | 12/10/2025 |
| 8.0.10 | 423 | 9/25/2025 |
| 8.0.9 | 333 | 5/11/2025 |
| 8.0.8 | 18,158 | 11/27/2024 |
| 8.0.6 | 5,757 | 9/15/2024 |
| 7.0.2-preview1 | 302 | 1/12/2023 |
Loading failed
For EF Core 7.0 with DacFX 161, update with improved DI