RevEng: Let IDatabaseModelFactory override the scaffolded connection string #19799
Labels
area-scaffolding
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
good first issue
This issue should be relatively straightforward to fix.
type-enhancement
Milestone
ErikEJ.EntityFrameworkCore.SqlServer.Dacpac currently scaffolds something like this:
Because that's the "connection string" you pass to
dotnet ef dbcontext scaffold
. We should add a hook for IDatabaseModelFactory implementations to override the connection string that gets scaffolded. We'd probably do this using an annotation on DatabaseModel.cc @ErikEJ
The text was updated successfully, but these errors were encountered: