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

Can not get type when using composite keys #132

Closed RayMMond closed 3 years ago

RayMMond commented 3 years ago

https://github.com/EasyAbp/AbpHelper.CLI/blob/3611da17178389e5d5b16329bccb098708f4f430/src/AbpHelper/Generator/AbpFunctions.cs#L57-L72

idParameterModel.FullType does not contain namespace when generating controllers for entity with composite keys, which leads to null reference exception in Line58.

wakuflair commented 3 years ago

Thanks.