AbpHelper.GUI
AbpHelper.GUI copied to clipboard
Improve EF migration action.
- "Migration Project Name" should be removed, and add a new checkbox group named "Host Projects":
- HttpApi.Host project
- Web.Unified project
- Blazor.Server.Host project
- CRUD code generator should always skip DB migrations, when the
abphelper generate crud
command is done, run theabphelper ef migrations add
command for each host project selected by the user.