WTM icon indicating copy to clipboard operation
WTM copied to clipboard

Use WTM to write .netcore app fast !!!

Results 136 WTM issues
Sort by recently updated
recently updated
newest added

生成的时候之选了一个,但最后生成完毕后,是所有的未生成的都生成了。

bug

在部门管理中的新增功能中,所属上级部门的下拉框选择中,部门排序是混乱的,无法按照创建的部门顺序(GroupCode)排序; ![1NGQXE~ OC%%$ZU9}{IJ0@0](https://github.com/dotnetcore/WTM/assets/3361135/ae920240-12a2-4cf3-9f7d-9540513c297e)

bug

请问 模型是否支持继承,例如 company->list abstract employee 下面有2种类型 manager, worker,

bug

更新注释,第一次提交,看看对不对,不对的话我再改改。

![image](https://github.com/dotnetcore/WTM/assets/11573521/ceaad6f4-16d6-4e8e-b0d3-72f73e5447c4) 比如新建一个CommHub类并继承Hub,我这里初始化了_context,但是在调用的时候提示: Error when dispatching 'OnConnectedAsync' on hub. System.InvalidOperationException: Unable to resolve service for type 'XXK.DataContext' while attempting to activate 'XXK.Hubs.CommHub'. at Microsoft.Extensions.DependencyInjection.ActivatorUtilities.GetService(IServiceProvider sp, Type type, Type requiredBy, Boolean isDefaultParameterRequired)...

您好,我使用的版本是5.2.2,目前遇到一个需求,就是有些部门上传文件后,希望下载以后仍然保留上传文件时,文件所在电脑的“最后修改时间”。能否给点意见,该如何实现,谢谢

bug

版本:6.3.30 帶有日期條件的查詢完成後,點選導出,此時檢查searcher的日期都是null,導致導出的excel內容不正確。 請協助解決,謝謝。

bug

FrameworkUserBase 类应继承 PersistPoco 而不是 BasePoco ` public abstract class FrameworkUserBase : BasePoco, ITenant ` ` { public bool IsValid { get; set; } = true; }`

bug

建议方法里面增加判断是否为png格式,如果是Png,使用SaveAsPng,而不是统一用SaveAsJpeg

bug

目前md5已经很容易被撞库等方法破解了,希望能够自己定义替换框架的hash算法,并且可以自己加盐处理