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

Menu item Name/DisplayName optimization #62

Closed gdlcf88 closed 4 years ago

gdlcf88 commented 4 years ago

When I create both the entities Todo and Todo2 in the same folder Todos, the name and the display name of the menu item are not correct: image image

wakuflair commented 4 years ago

Two options:

  1. Use entity name
  2. Use plural form of the entity name

Which is better? @gdlcf88

gdlcf88 commented 4 years ago

I think the second option is better and the first option is OK, too.

wakuflair commented 4 years ago

I will take the first option:)

Since Option 2 depends on the Humanizer library.