0
AlainLeicht created
Hi,
I'm trying tu use the CRUD page generator on a module created with the abp cli. When I add a new Entity, I get errors. First, the generator is missing the Permissions folder in the Application Contracts project (fixed by renaming from Authorization). Also the Consts in the Domain Shared project need to be renamed.
Then everything gets generated, except the DbContext and DbContextModelCreatingExtensions. If the Application was created using abp suite web page, everything works fine.
What am I missing here?
Best regards, Alain