-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot generate crud code from entity. #141
Comments
Can you provide more details about |
Here is the log 2021-03-31 13:28:42.477 +07:00 [INF] Use directory: |
@dangminhbk are you using enums or list generated in any step of your source code? |
`namespace MDH.POS.Products.Admin namespace MDH.POS.Products ` @blyzer no, it is very simple entity. |
It seems that AbpHelper doesn't handle derived entities properly. |
@wakuflair Any updates ? |
I have an Entity in directory like:
POS\aspnet-core\src\MDH.POS.Domain\Products\Admin
have namespace MDH.POS.Products.Admin. I try crud generation and it not work. I try AppService generation and it work. I have also try to generate entity from MDH.POS.Products and it work like a charm. So as my guess, AbpHelper only generate code from level 1 entity.
The text was updated successfully, but these errors were encountered: