Would there be interest in adding optional tooling around the built .dacpac for:
- EF Core reverse engineering (generate models from the schema)
- Post-deploy drift detection (validate a deployed DB matches the project)
These would be opt-in, post-build features and would NOT change .sqlproj semantics—just additional workflows that consume the existing artifact.
I’ve built working prototypees (Docker-based) for both of these things as "sidecars" to my database project, but think the patterns are so valuable that it would be beneficial to share with others using the SDK. If this direction sounds useful / aligned, I’m happy to share more details on implementation.
Brief implementation details