ErikEJ.EntityFrameworkCore.SqlServer.Dacpac
8.0.6
Prefix Reserved
See the version list below for details.
Requires NuGet 5.0 or higher.
dotnet add package ErikEJ.EntityFrameworkCore.SqlServer.Dacpac --version 8.0.6
NuGet\Install-Package ErikEJ.EntityFrameworkCore.SqlServer.Dacpac -Version 8.0.6
<PackageReference Include="ErikEJ.EntityFrameworkCore.SqlServer.Dacpac" Version="8.0.6" />
<PackageVersion Include="ErikEJ.EntityFrameworkCore.SqlServer.Dacpac" Version="8.0.6" />
<PackageReference Include="ErikEJ.EntityFrameworkCore.SqlServer.Dacpac" />
paket add ErikEJ.EntityFrameworkCore.SqlServer.Dacpac --version 8.0.6
#r "nuget: ErikEJ.EntityFrameworkCore.SqlServer.Dacpac, 8.0.6"
#:package ErikEJ.EntityFrameworkCore.SqlServer.Dacpac@8.0.6
#addin nuget:?package=ErikEJ.EntityFrameworkCore.SqlServer.Dacpac&version=8.0.6
#tool nuget:?package=ErikEJ.EntityFrameworkCore.SqlServer.Dacpac&version=8.0.6
Reverse engineer a SQL Server .dacpac with the EF Core tooling
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 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. 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. |
-
net8.0
- Microsoft.EntityFrameworkCore.SqlServer (>= 8.0.0)
- Microsoft.SqlServer.DacFx (>= 162.3.566)
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.2 | 110 | 9/25/2025 |
9.0.1 | 373 | 5/11/2025 |
9.0.0 | 11,082 | 11/27/2024 |
8.0.10 | 111 | 9/25/2025 |
8.0.9 | 243 | 5/11/2025 |
8.0.8 | 8,721 | 11/27/2024 |
8.0.6 | 4,895 | 9/15/2024 |
8.0.5 | 2,368 | 7/8/2024 |
8.0.4 | 1,254 | 5/13/2024 |
8.0.3 | 1,712 | 1/23/2024 |
8.0.2 | 898 | 1/15/2024 |
8.0.1 | 922 | 11/28/2023 |
8.0.0 | 245 | 11/17/2023 |
8.0.0-rc.1 | 119 | 11/2/2023 |
7.0.8 | 407 | 7/8/2024 |
7.0.7 | 203 | 5/13/2024 |
7.0.6 | 1,011 | 1/23/2024 |
7.0.5 | 170 | 1/15/2024 |
7.0.4 | 217 | 11/28/2023 |
7.0.2 | 57,670 | 1/21/2023 |
7.0.2-preview1 | 239 | 1/12/2023 |
7.0.1 | 800 | 11/22/2022 |
7.0.0 | 512 | 11/10/2022 |
7.0.0-rc2 | 200 | 10/30/2022 |
7.0.0-rc1 | 198 | 10/10/2022 |
6.0.8 | 2,518 | 7/8/2024 |
6.0.7 | 172 | 5/13/2024 |
6.0.6 | 307 | 1/23/2024 |
6.0.5 | 178 | 1/15/2024 |
6.0.4 | 207 | 11/28/2023 |
6.0.1 | 13,961 | 1/27/2022 |
6.0.1-preview3 | 277 | 1/26/2022 |
6.0.1-preview2 | 303 | 1/25/2022 |
6.0.1-preview1 | 308 | 11/16/2021 |
5.0.4 | 2,437 | 7/14/2021 |
5.0.3 | 660 | 3/30/2021 |
5.0.2 | 581 | 3/30/2021 |
5.0.1 | 592 | 3/30/2021 |
5.0.0 | 4,835 | 11/10/2020 |
5.0.0-rc3 | 355 | 10/14/2020 |
5.0.0-rc2 | 406 | 9/20/2020 |
5.0.0-rc1 | 377 | 9/15/2020 |
5.0.0-preview1 | 409 | 7/10/2020 |
3.1.10 | 1,002 | 7/14/2021 |
3.1.8 | 1,921 | 10/14/2020 |
3.1.7 | 756 | 9/20/2020 |
3.1.6 | 1,745 | 7/10/2020 |
3.1.5 | 790 | 6/24/2020 |
3.1.4 | 2,053 | 6/2/2020 |
3.1.2 | 838 | 4/16/2020 |
3.1.1 | 849 | 4/11/2020 |
3.1.0 | 1,219 | 2/4/2020 |
For EF Core 8.0 with DacFX 162.3 - better defaults