EasyAbp / AbpHelper.GUI

Providing code generation and more features to help you develop applications and modules with the ABP framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CRUD not generating anything

TronActive opened this issue · comments

I followed the instructions to create CRUD based on two different entities and it said it was completed within a second. But it didn't generate anything. I tried several times.

I am also getting the same results.
On the actual entity gets updated by adding a parameterized constructor and a default empty protected one.

commented

please try to use the AbpHelper CLI directly and debug the generation steps.

@joe704la @Thiblosh

Make sure your ABP Solution and your CLI have "matching" versions. I ran into this issue a few times