Pure C# IL Intepreter Runtime, which is fast and reliable for scripting requirement on enviorments, where jitting isn't possible.
Pure C# IL Intepreter Runtime, which is fast and reliable for scripting requirement on enviorments, where jitting isn't possible.
异步函数里finally嵌套finally会导致函数无限重新运行
AsyncJITCompileWorker与主线程应该有数据竞争
System.InvalidOperationException: Collection was modified; enumeration operation may not execute.
Unable to cast object of type 'Int32' to type 'Dictionary`2'.
webgl平台 热更层调用非热更层函数并传递一个Action回调,但是在非热更层执行这个Action回调时会报错
debug下带返回值的unitask无法返回正确的结果
生成的System_String_Binding.cs CLR绑定代码中出现语法错误编译无法通过
在async方法下使用字典TryGetValue out 一个继承主工程的类型,返回值错误的设为适配器类型
结构体的构造中添加类似out List<string>的参数时,会在给此out参数赋值时报错
访问属性的get方法,偶然会抛出NotImplementedException