I updated the asp zero power tool to the latest version (4.3.3) then at the same time I changed the angular URL path project to (aspnet-core\src\angular) and the changed the configuration in (AspNetZeroRadTool) config file, the new changed ( "AngularSrcPath": "\..\..\aspnet-core\src\angular\src\") when regenerating table called "testTypeResultItemNormalRanges", the generation write the code in this path \src/app/main/testTypeResultItemNormalRanges/view-testTypeResultItemNormalRange-modal.component.ts but regenarion entity form its set to the following: in Entity Info/ namespace: Lab in Menu position: custom in Parent Menu Position: Lab
in Latest version asp.net core .net 8 with Angular after generating the entity this error will show up: There is no argument given that corresponds to the required parameter 'localizationManager' of 'MiniExcelExcelImporterBase<ImportMachineDto>.MiniExcelExcelImporterBase(ILocalizationManager)' .Application\Lab\Admin\Importing\MachineListExcelDataReader.cs the name of the entity is Machine
I am working on ASP.NET MVC Core project. Latest version 13.2 I want to split my project to be more than one business module, to translate that I want to create for each business module to has an MVC Area for example HRArea, PayrollArea ect.. the issue is: when generation the entity using the power tool there is no field of the Area, there is only namespace (when changing the namespace it will effect the Application layer). how to place the controller file on the the new Area.