ErikEJ.EntityFrameworkCore.SqlServer.Dacpac 7.0.2

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
.NET 6.0

Requires NuGet 5.0 or higher.

dotnet add package ErikEJ.EntityFrameworkCore.SqlServer.Dacpac --version 7.0.2
NuGet\Install-Package ErikEJ.EntityFrameworkCore.SqlServer.Dacpac -Version 7.0.2
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" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ErikEJ.EntityFrameworkCore.SqlServer.Dacpac --version 7.0.2
#r "nuget: ErikEJ.EntityFrameworkCore.SqlServer.Dacpac, 7.0.2"
#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.
// Install ErikEJ.EntityFrameworkCore.SqlServer.Dacpac as a Cake Addin
#addin nuget:?package=ErikEJ.EntityFrameworkCore.SqlServer.Dacpac&version=7.0.2

// Install ErikEJ.EntityFrameworkCore.SqlServer.Dacpac as a Cake Tool
#tool nuget:?package=ErikEJ.EntityFrameworkCore.SqlServer.Dacpac&version=7.0.2

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 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. 
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on ErikEJ.EntityFrameworkCore.SqlServer.Dacpac:

Repository Stars
ErikEJ/EFCorePowerTools
Entity Framework Core Power Tools - reverse engineering, migrations and model visualization in Visual Studio
Version Downloads Last updated
7.0.2 1,042 1/21/2023
7.0.2-preview1 66 1/12/2023
7.0.1 476 11/22/2022
7.0.0 295 11/10/2022
7.0.0-rc2 72 10/30/2022
7.0.0-rc1 75 10/10/2022
6.0.1 5,415 1/27/2022
6.0.1-preview3 113 1/26/2022
6.0.1-preview2 116 1/25/2022
6.0.1-preview1 137 11/16/2021
5.0.4 1,347 7/14/2021
5.0.3 416 3/30/2021
5.0.2 348 3/30/2021
5.0.1 359 3/30/2021
5.0.0 1,718 11/10/2020
5.0.0-rc3 200 10/14/2020
5.0.0-rc2 237 9/20/2020
5.0.0-rc1 223 9/15/2020
5.0.0-preview1 253 7/10/2020
3.1.10 696 7/14/2021
3.1.8 1,095 10/14/2020
3.1.7 510 9/20/2020
3.1.6 1,479 7/10/2020
3.1.5 522 6/24/2020
3.1.4 1,781 6/2/2020
3.1.2 596 4/16/2020
3.1.1 583 4/11/2020
3.1.0 923 2/4/2020

For EF Core 7.0 with DacFX 161, update with improved DI