EasyAbp / AbpHelper.CLI

Providing code generation and more features to help you develop applications and modules with the ABP framework.
MIT License
285 stars 95 forks source link

Fix module commands for abp4.4+ #155

Closed JadynWong closed 2 years ago

JadynWong commented 2 years ago

Fix module commands for abp4.4+

https://github.com/EasyAbp/AbpHelper.CLI/pull/152#issuecomment-912335455

wakuflair commented 2 years ago

I run latest abphelper (v0.8.3) module commands on an ABP 5.0.1 project, but didn't found the error, is this PR still needed?

JadynWong commented 2 years ago

I run latest abphelper (v0.8.3) module commands on an ABP 5.0.1 project, but didn't found the error, is this PR still needed?

I will check again. Also does the module you're testing contain an EntityFramework project?

wakuflair commented 2 years ago

I run latest abphelper (v0.8.3) module commands on an ABP 5.0.1 project, but didn't found the error, is this PR still needed?

I will check again. Also does the module you're testing contain an EntityFramework project?

Nope, maybe that will cause error. Let's see your check result :)

JadynWong commented 2 years ago

Using abphelper(v0.8.3)

  1. Run abp new Acme.BookStore
  2. Run abphelper module add -soecahlw EasyAbp.PrivateMessaging
  3. Get error result image

image

Using this branch

Tthe module is added normally. Run EasyAbp.AbpHelper.exe module add -soecahlw EasyAbp.PrivateMessaging image

image

gdlcf88 commented 2 years ago

I merged it into the gui-used branch used by AbpHelper GUI to apply the changes temporarily.

This PR is still waiting for @wakuflair to review it and merge it into the primary branch if needed.