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

fix some errors #235

Closed naderjavid closed 1 month ago

naderjavid commented 6 months ago

Hello, I used crud command but after that i faced with some errors that i fixed them in first two commit.

naderjavid commented 6 months ago

The new version of abp framework uses this content toolbar for top buttons in all modules and also i checked all the abp modules and all of them has this code @section content_toolbar { @await Component.InvokeAsync(typeof(AbpPageToolbarViewComponent), new { pageName = typeof(IndexModel).FullName }) }

This is a example in the main repository [https://github.com/abpframework/abp/blob/dev/modules/identity/src/Volo.Abp.Identity.Web/Pages/Identity/Users/Index.cshtml]