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

CRUD command should generate `WithDetailsAsync()` instead of `WithDetails()` #139

Closed gdlcf88 closed 2 years ago

gdlcf88 commented 3 years ago

https://github.com/abpframework/abp/blob/41854540464bb8d471c03505c81ffe10d7417923/framework/src/Volo.Abp.Ddd.Domain/Volo/Abp/Domain/Repositories/IReadOnlyRepository.cs

gdlcf88 commented 2 years ago

https://github.com/EasyAbp/AbpHelper.CLI/pull/149