easydesk/Generate Migration Script with EF Core DbContexts

Generate an SQL script that applies migrations for a list of DbContext instances

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
project-dirThe path to the directory of the project containing the DbContexts.yes
output-fileThe name of the generated SQL script.yes
ef-core-versionThe version of the EF Core tools to use to generate scripts (defaults to latest).no*
build-configurationThe build configuration to be used.noRelease
db-context-listA whitespace separated list of the names of the DbContexts to be scripted. If left unset, all DbContexts in the app will be scripted.no

no outputs