VOOZH about

URL: https://www.nuget.org/packages/ErikEJ.EntityFrameworkCore.SqlServer.Dacpac

⇱ NuGet Gallery | ErikEJ.EntityFrameworkCore.SqlServer.Dacpac 9.0.6




ErikEJ.EntityFrameworkCore.SqlServer.Dacpac 9.0.6

Prefix Reserved

Requires NuGet 5.0 or higher.

dotnet add package ErikEJ.EntityFrameworkCore.SqlServer.Dacpac --version 9.0.6
 
 
NuGet\Install-Package ErikEJ.EntityFrameworkCore.SqlServer.Dacpac -Version 9.0.6
 
 
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="9.0.6" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ErikEJ.EntityFrameworkCore.SqlServer.Dacpac" Version="9.0.6" />
 
Directory.Packages.props
<PackageReference Include="ErikEJ.EntityFrameworkCore.SqlServer.Dacpac" />
 
Project file
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 9.0.6
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: ErikEJ.EntityFrameworkCore.SqlServer.Dacpac, 9.0.6"
 
 
#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@9.0.6
 
 
#: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=9.0.6
 
Install as a Cake Addin
#tool nuget:?package=ErikEJ.EntityFrameworkCore.SqlServer.Dacpac&version=9.0.6
 
Install as a Cake Tool
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

👁 Nuget

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 net8.0 is compatible.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 was computed.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 460 4/6/2026
9.0.5 117 4/4/2026
9.0.4 355 2/15/2026
9.0.3 1,448 1/6/2026
9.0.3-preview.2 432 12/11/2025
9.0.3-preview.1 415 12/10/2025
9.0.2 12,122 9/25/2025
9.0.1 591 5/11/2025
9.0.0 28,152 11/27/2024
8.0.14 211 4/6/2026
8.0.13 111 4/4/2026
8.0.12 147 2/15/2026
8.0.11 247 1/6/2026
8.0.11-preview.2 420 12/11/2025
8.0.11-preview.1 413 12/10/2025
8.0.10 451 9/25/2025
8.0.9 351 5/11/2025
8.0.8 24,704 11/27/2024
8.0.6 5,905 9/15/2024
6.0.8 2,662 7/8/2024
Loading failed

For EF Core 9.0 with DacFX 170.3