Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
I

ILRuntime

> 编程语言
Open source

Pure C# IL Intepreter Runtime, which is fast and reliable for scripting requirement on enviorments, where jitting isn't possible.

3.1K stars0 likes0 views
WebsiteGitHub

About

Pure C# IL Intepreter Runtime, which is fast and reliable for scripting requirement on enviorments, where jitting isn't possible.

ILRuntime

English Document

中文在线文档 由于近期墙的问题导致部分地区无法访问Github page,如遇到中文文档无法访问,请尝试翻墙

Unity Demo Project, Unity示例工程

Video Tutorial(Chinese), 视频教程

QQ群:512079820

GitHub Issues· 71 open

View all on GitHub
  • #785

    异步函数里finally嵌套finally会导致函数无限重新运行

    Updated Dec 27, 2025
  • #782

    AsyncJITCompileWorker与主线程应该有数据竞争

    feedback requestedUpdated Jul 2, 2025
  • #777

    System.InvalidOperationException: Collection was modified; enumeration operation may not execute.

    Updated Jun 13, 2025
  • #771

    Unable to cast object of type 'Int32' to type 'Dictionary`2'.

    Updated Jul 25, 2024
  • #770

    webgl平台 热更层调用非热更层函数并传递一个Action回调,但是在非热更层执行这个Action回调时会报错

    Updated May 30, 2024
  • #669

    debug下带返回值的unitask无法返回正确的结果

    Updated Mar 2, 2024
  • #741

    生成的System_String_Binding.cs CLR绑定代码中出现语法错误编译无法通过

    Updated Jul 21, 2023
  • #759

    在async方法下使用字典TryGetValue out 一个继承主工程的类型,返回值错误的设为适配器类型

    Updated Jun 16, 2023
  • #757

    结构体的构造中添加类似out List<string>的参数时,会在给此out参数赋值时报错

    Updated May 4, 2023
  • #746

    访问属性的get方法,偶然会抛出NotImplementedException

    Updated Apr 8, 2023

Highlights

  • •C#

> Tags

C#

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category编程语言
PricingOpen source

> Related tools

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言