Base solution for your next web application
Open Closed

POWER TOOLS BUILD PROBLEMS #9136


User avatar
0
alfar_re created

Hi,

I'm stuck with this error. It's set us back 5 days. Kindly assist with this.


8 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team

    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

  • User Avatar
    0
    alfar_re created

    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.

  • User Avatar
    0
    maliming created
    Support Team

    hi

    It looks like ef core cli execution failed.

    Does it work fine if you use EF Core CLI manually?

    https://docs.microsoft.com/en-us/ef/core/miscellaneous/cli/dotnet

  • User Avatar
    0
    alfar_re created

    Hi,

    I tried doing it manually and it worked well. What might be causing this problem?

  • User Avatar
    0
    musa.demir created

    Hi @alfar_re

    It says Build failed. Can you please try to build your project manually and share any build error you get?

  • User Avatar
    0
    alfar_re created

    Hi,

    There was no error when I build the project manually. I run migrations manually after using the powertools.

  • User Avatar
    0
    musa.demir created

    Can you please share the error please?

  • User Avatar
    0
    marble68 created

    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)