Tony Han

Results 38 issues of Tony Han

为全局static 缓存对象 增加 缓存工厂, 由于缓存太多,可能某些需要缓存的对象未包含在内,目前已处理仓库中所有静态 `ConcurrentDictionary` 集合 如果有遗漏的其他类型需要缓存可以直接将初始化方式改为如下方式 ```c# internal static ConcurrentDictionary _dicCustomAdater = Utils.GlobalCacheFactory.CreateCacheItem(); // 或 internal static ConcurrentDictionary _dicCustomAdater = Utils.GlobalCacheFactory.CreateCacheItem(new ConcurrentDictionary); ``` 为 Utils 类 增加抽象属性 `GlobalCacheFactory`...

### Describe the bug ### To Reproduce Hi all, I've found that this rule mentioned in this document https://docs.orchardcore.net/en/latest/reference/modules/Localize/ doesn't seem to work `/Localization/[CultureName]/[ModuleId].po` This is a module based on...

bug :bug:
localization

Scene: 1. Process the data before bulk import 2. Batch update dynamic SQL indexes after batch import I am using FreeSql as an ORM tool that supports dictionary type data...

merge conflict

Throws an exception if the datetime cannot be converted. Patch for PR #16205 /cc @hishamco

### Is your feature request related to a problem? Please describe. To date, we have collected a number of questions and suggestions for the workflow module Below I've summarised and...

enhancement
Workflows