easydesk/Generate Migration Script with EF Core DbContexts
Generate an SQL script that applies migrations for a list of DbContext instances
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| project-dir | The path to the directory of the project containing the DbContexts. | yes | — |
| output-file | The name of the generated SQL script. | yes | — |
| ef-core-version | The version of the EF Core tools to use to generate scripts (defaults to latest). | no | * |
| build-configuration | The build configuration to be used. | no | Release |
| db-context-list | A whitespace separated list of the names of the DbContexts to be scripted. If left unset, all DbContexts in the app will be scripted. | no | — |
Outputs
no outputs