Skip to content

Question: Interest in EF Core reverse engineering + drift detection tooling? #883

@nmummau

Description

@nmummau

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions