3 packages tagged with “efcpt”
Enterprise-grade MSBuild integration for EF Core Power Tools CLI. Automate database-first EF Core model generation as part of your build pipeline. Zero manual steps, full CI/CD support, reproducible builds. Automatically builds your SQL Server Database Project (.sqlproj) to a DACPAC, runs efcpt, and generates DbContext and entity classes during dotnet build.
Templates for creating projects that use JD.Efcpt.Sdk to automatically generate EF Core models from database projects. Use 'dotnet new efcptbuild' to create a new SDK-based project, or select "EF Core Power Tools SDK Project" in Visual Studio's File > New Project dialog.
MSBuild SDK for EF Core Power Tools CLI integration. Use as a project SDK for the simplest setup: <Project Sdk="JD.Efcpt.Sdk/1.0.0">. Automate database-first EF Core model generation as part of your build pipeline with zero configuration.