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

Missing interface exclusion when entity inherited interfaces #130

Closed RayMMond closed 3 years ago

RayMMond commented 3 years ago

According to https://github.com/EasyAbp/AbpHelper.CLI/blob/fe8bb39cf86d5a04615228388eb0f0d50aec1ae4/src/AbpHelper/Steps/Abp/EntityParserStep.cs#L52-L55

When generating crud with entity has inherited interfaces, Single() will throw exception. https://github.com/EasyAbp/AbpHelper.CLI/blob/fe8bb39cf86d5a04615228388eb0f0d50aec1ae4/src/AbpHelper/Steps/Abp/EntityParserStep.cs#L60-L63

wakuflair commented 3 years ago

Thanks, it's been fixed.