AbpHelper.GUI
AbpHelper.GUI copied to clipboard
Providing code generation and more features to help you develop applications and modules with the ABP framework.
Bumps [jquery-validation](https://github.com/jquery-validation/jquery-validation) from 1.17.0 to 1.19.5. Release notes Sourced from jquery-validation's releases. 1.19.5 / 2022-07-01 Chore Add CodeQL analysis 3d3c1fb Core Fixed jQuery .submit() event shorthand deprecation notice #2430 Fixed...
1. "Migration Project Name" should be removed, and add a new checkbox group named "Host Projects": * HttpApi.Host project * Web.Unified project * Blazor.Server.Host project 2. CRUD code generator should...
This is a fantastic tool, & there are other very good and full free frameworks like Orchard Core, that should will definitely benefit other developers. We are a big fan,...
Code generation CRUD can show all templates files and support modify file
Hello is there a prescribed way to separate our code from the generated code, I am loosing my code everytime I update and regenerate and manually merging. Please help me...
Introduce template settings 
**DomainTestBase where T:IAbpModule 单元测试部分增加的部分, 期待更新
I tried to run it but got an alter. How to fix it? Please advise. Thanks
报错日志内容 [ERR] Error while invoking activity activity-65 of workflow ff2d84af68074ba996705304595ddc55 System.IO.FileNotFoundException: OAxmWebAutoMapperProfile.cs at EasyAbp.AbpHelper.Core.Steps.Common.FileFinderStep.OnExecuteAsync(WorkflowExecutionContext context, CancellationToken cancellationToken) in D:\a\AbpHelper.GUI\AbpHelper.GUI\AbpHelper.CLI\src\AbpHelper.Core\Steps\Common\FileFinderStep.cs:line 54 at Elsa.Services.ActivityInvoker.InvokeAsync(WorkflowExecutionContext workflowContext, IActivity activity, Func`2 invokeAction) 2023-11-09 09:51:24.895 +08:00...
通过代码生成器生成的文件如AppService、Dto中有中文注释的,在MacOS下会是乱码,Windows下没有问题。 经过排查发现是生成的文件编码默认为ANSI格式,建议修改为UTF-8.