actions-marketplace-validations/Deploy Entity Framework Core (EF Core) migrations from a DLL
Deploy Entity Framework Core (EF Core) migrations from a DLL
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path_to_directory | Path to directory that contains all the files | yes | "" |
| migrations_dll | DLL that contains the EF migrations to deploy | yes | "" |
| migrations_namespace | Root namespace for the EF migrations | yes | "" |
| startup_dll | DLL to start deploying migrations from. If you are publishing migrations from a web project, choose the web project DLL. Otherwise, choose the migration DLL. | yes | "" |
| dbcontext_class_name | Class name of the DbContext | yes | "" |
Outputs
no outputs