ErikEJ.EntityFrameworkCore.SqlServer.Dacpac 6.0.1

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.

Requires NuGet 5.0 or higher.

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

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

Reverse engineer a SQL Server .dacpac with the EF Core tooling

Nuget

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 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. 
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 (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 & CLI
Version Downloads Last updated
8.0.3 283 1/23/2024
8.0.2 174 1/15/2024
8.0.1 815 11/28/2023
8.0.0 124 11/17/2023
8.0.0-rc.1 68 11/2/2023
7.0.6 89 1/23/2024
7.0.5 71 1/15/2024
7.0.4 124 11/28/2023
7.0.2 11,644 1/21/2023
7.0.2-preview1 129 1/12/2023
7.0.1 644 11/22/2022
7.0.0 379 11/10/2022
7.0.0-rc2 100 10/30/2022
7.0.0-rc1 104 10/10/2022
6.0.6 75 1/23/2024
6.0.5 71 1/15/2024
6.0.4 107 11/28/2023
6.0.1 10,014 1/27/2022
6.0.1-preview3 161 1/26/2022
6.0.1-preview2 163 1/25/2022
6.0.1-preview1 179 11/16/2021
5.0.4 1,584 7/14/2021
5.0.3 502 3/30/2021
5.0.2 420 3/30/2021
5.0.1 431 3/30/2021
5.0.0 4,010 11/10/2020
5.0.0-rc3 222 10/14/2020
5.0.0-rc2 263 9/20/2020
5.0.0-rc1 247 9/15/2020
5.0.0-preview1 279 7/10/2020
3.1.10 808 7/14/2021
3.1.8 1,387 10/14/2020
3.1.7 590 9/20/2020
3.1.6 1,575 7/10/2020
3.1.5 614 6/24/2020
3.1.4 1,871 6/2/2020
3.1.2 676 4/16/2020
3.1.1 668 4/11/2020
3.1.0 1,011 2/4/2020

For EF Core 6.0 with DacFX 160