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

Should generate [Area(MyProjectRemoteServiceConsts.ModuleName)] for controller class #161

Open gdlcf88 opened 2 years ago

gdlcf88 commented 2 years ago

https://github.com/abpframework/abp/pull/10370/files#diff-0823c30e76fb83dfbbf7cb06d0b519ce281aac0d4eab84e80ba34b14825ef22aR9

gdlcf88 commented 2 years ago

Maybe this generation step is fine but not necessary.

Since the [Area(MyProjectRemoteServiceConsts.ModuleName)] can be added to the abstract controller class.

What do you think @wakuflair?