8 Answer(s)
-
0
hi
- What is your product version?
- What is your product type (Angular or MVC)?
Does it work fine if you use EF Core CLI manually?
https://docs.microsoft.com/en-us/ef/core/miscellaneous/cli/dotnet
-
0
Hi,
Product version: 8.1 Product type: MVC Core + JQuery
Problem is it doesn't even generate the migrations when regenerating entity. For new entities it generates the migrations but does not apply.
-
0
-
0
Hi,
I tried doing it manually and it worked well. What might be causing this problem?
-
0
Hi @alfar_re
It says
Build failed
. Can you please try to build your project manually and share any build error you get? -
0
Hi,
There was no error when I build the project manually. I run migrations manually after using the powertools.
-
0
Can you please share the error please?
-
0
I don't know if it helps - I run into this sometimes, especially if I change from modal to no-modal.
When this happens, I let it fail, then manually build, check my error list, and clean up issues.
Then I run it again.
Rinse repeat until it completes.
Sometimes I have custom code referencing a property I'm changing, or something like that.
Right now my process is checkin (or branch) Do the above until migration is happy. Then I move all custom code over. Commit (or merge)