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

Generate controller for AppServices with the same name #98

Closed gdlcf88 closed 4 years ago

gdlcf88 commented 4 years ago

Name of AppServices may be duplicated, for example I override the CategoryAppService for both the EasyAbp.SharedResources module and the EasyAbp.EShop.Products module, they have the same name but are put in different paths.

wakuflair commented 4 years ago

Option --ignored-directories helps.