JianGuo Wang

Results 8 comments of JianGuo Wang

Android 13 出现同样问题,[debugtbs.qq.com](https://debugtbs.qq.com/) 中安装线上内核后解决。

I seem to have found the cause of the problem. `Type.GetType("System.Data.Common.DbTransaction,System.Data.Common")` This gets the type correctly. After the comma is the namespace of the class. So changing parameterInfo.ParameterType.Assembly.GetName().Name to parameterInfo.ParameterType.Namespace...

@gdalsnes Thanks for your guidance, my current runtime environment is .NET4.8, The result of running the code below makes me more confused. `Type.GetType("System.Data.Common.DbTransaction,System.Data")` null was output. `Type.GetType("System.Data.Common.DbTransaction,System.Data.Common")` The correct result...

The assembly qualified name you tried also worked for me, so wouldn't it be more generic if we changed the `ParameterTypeName = parameterInfo.ParameterType.FullName + "," + parameterInfo.ParameterType.Assembly.GetName().Name,` to `ParameterTypeName =...

@twprh @denimjeans Currently we can use Telethon, it can achieve the same effect.

@AbrieW Give up this ancient project as soon as possible and try Telethon.

> Comment Translate › Hover: Concise > 简洁模式.开启后只有按住ctrl或command才会触发悬浮翻译 但是按住 ctrl 根本不会触发悬浮窗

是的,单击文件夹(或点击文件夹)总是会触发什么,导致卡一下。快速依次点击列表中的文件夹会卡出延迟。双击进入某文件夹更不必说,肯定会触发卡顿条件,所以也是卡一下再进入文件夹。 下面录制时的版本是 1.100.8 ![Image](https://github.com/user-attachments/assets/e4043b82-9908-4598-9f2c-10a9bc0d6db6)