Files
coplaydev--unity-mcp/TestProjects
Shutong Wu 263bdb5876 fix: address C# code review findings for UnityReflect
- Fix lock ordering deadlock: switch ExtensionMethodCache to ConcurrentDictionary
- Add ambiguity check to get_member (was missing, get_type already had it)
- Add Dictionary<TKey, TValue> generic resolution test
2026-03-16 03:21:21 -04:00
..