Skip to content

Migrations Bundles: Provide more info about the bundle #25872

@bricelam

Description

@bricelam

Today the bundle is effectively just dotnet ef database update, but I've been thinking it would be helpful to include gestures for these commands too in the bundle:

  • dotnet ef dbcontext info (or even just a way to see the DbContext type of the bundle in --help)
  • dotnet ef migrations list
  • dotnet ef migrations script (although this seems much less important since you can just generate a script instead of a bundle in the first place)

Metadata

Metadata

Assignees

No one assigned
    No fields configured for Feature.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions