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

Error when using Controller command with int key Dto #116

Closed tekix closed 3 years ago

tekix commented 3 years ago

https://github.com/EasyAbp/AbpHelper.CLI/blob/fe8bb39cf86d5a04615228388eb0f0d50aec1ae4/src/AbpHelper/Generator/AbpFunctions.cs#L49-L57

https://github.com/EasyAbp/AbpHelper.CLI/blob/fe8bb39cf86d5a04615228388eb0f0d50aec1ae4/src/AbpHelper/Steps/Abp/ParseStep/BaseParserStep.cs#L120

when Dto is with int key, Type.GetType("int") returns null. may need additional logic to build idParameterModel.FullType name.

wakuflair commented 3 years ago

Closed with #117