walon
|
59b1166ff3
|
fix: 修复 ReflectionCompatibilityDetector处理Unity 6000新增的Enum.TryParse(Type,bool, out object)函数时抛出异常的bug
refactor: 将 ReflectionCompatibilityDetector移到独立的ReflectionCompatibilityDetectionPass
|
2025-08-27 20:15:20 +08:00 |
walon
|
0ad96daa32
|
代码清理
|
2025-06-22 10:39:31 +08:00 |
walon
|
b84d158fac
|
修复 ReflectionCompatibilityDetector处理Enum.TryParse<T>,并且T包含泛型参数时抛出异常的bug
|
2025-06-16 17:02:31 +08:00 |
walon
|
0fe0a91793
|
修复 ReflectionCompatibilityDetector错误地对未混淆程序集中Enum打印错误日志的bug
|
2025-06-16 11:41:18 +08:00 |
walon
|
df53a0bd1b
|
修复 ReflectionCompatibilityDetector检查Enum.Parse TryParse GetName GetNames时的判定条件为枚举类型名被混淆的错误,应该是枚举项被混淆
|
2025-06-14 09:16:06 +08:00 |
walon
|
174140c5da
|
修复 ReflectionCompatibilityDetector检查Enum.ToString时的判定条件为枚举类型名被混淆的错误,应该是枚举项被混淆
|
2025-06-13 21:31:05 +08:00 |
walon
|
3f00d5ca91
|
新增 ReflectionCompatibilityDetector
|
2025-06-13 21:00:58 +08:00 |