ErikEJ.EntityFrameworkCore.SqlServer.Dacpac 9.0.0

Prefix Reserved

Requires NuGet 5.0 or higher.

dotnet add package ErikEJ.EntityFrameworkCore.SqlServer.Dacpac --version 9.0.0
                    
NuGet\Install-Package ErikEJ.EntityFrameworkCore.SqlServer.Dacpac -Version 9.0.0
                    
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.0" />
                    
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.0" />
                    
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.0
                    
#r "nuget: ErikEJ.EntityFrameworkCore.SqlServer.Dacpac, 9.0.0"
                    
#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.
#addin nuget:?package=ErikEJ.EntityFrameworkCore.SqlServer.Dacpac&version=9.0.0
                    
Install ErikEJ.EntityFrameworkCore.SqlServer.Dacpac as a Cake Addin
#tool nuget:?package=ErikEJ.EntityFrameworkCore.SqlServer.Dacpac&version=9.0.0
                    
Install ErikEJ.EntityFrameworkCore.SqlServer.Dacpac as a Cake Tool

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 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. 
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.0 2,531 11/27/2024
8.0.8 3,618 11/27/2024
8.0.6 4,345 9/15/2024
8.0.5 2,061 7/8/2024
8.0.4 1,147 5/13/2024
8.0.3 1,643 1/23/2024
8.0.2 601 1/15/2024
8.0.1 872 11/28/2023
8.0.0 184 11/17/2023
8.0.0-rc.1 91 11/2/2023
7.0.8 355 7/8/2024
7.0.7 158 5/13/2024
7.0.6 958 1/23/2024
7.0.5 121 1/15/2024
7.0.4 167 11/28/2023
7.0.2 57,482 1/21/2023
7.0.2-preview1 169 1/12/2023
7.0.1 725 11/22/2022
7.0.0 426 11/10/2022
7.0.0-rc2 131 10/30/2022
7.0.0-rc1 133 10/10/2022
6.0.8 2,462 7/8/2024
6.0.7 115 5/13/2024
6.0.6 235 1/23/2024
6.0.5 124 1/15/2024
6.0.4 156 11/28/2023
6.0.1 13,277 1/27/2022
6.0.1-preview3 211 1/26/2022
6.0.1-preview2 219 1/25/2022
6.0.1-preview1 224 11/16/2021
5.0.4 2,291 7/14/2021
5.0.3 565 3/30/2021
5.0.2 484 3/30/2021
5.0.1 502 3/30/2021
5.0.0 4,734 11/10/2020
5.0.0-rc3 273 10/14/2020
5.0.0-rc2 315 9/20/2020
5.0.0-rc1 293 9/15/2020
5.0.0-preview1 325 7/10/2020
3.1.10 903 7/14/2021
3.1.8 1,816 10/14/2020
3.1.7 671 9/20/2020
3.1.6 1,661 7/10/2020
3.1.5 683 6/24/2020
3.1.4 1,949 6/2/2020
3.1.2 748 4/16/2020
3.1.1 738 4/11/2020
3.1.0 1,113 2/4/2020

For EF Core 9.0 with DacFX 162.5