-
Notifications
You must be signed in to change notification settings - Fork 656
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ILRuntime对vs版本以及.net有做要求么? #1
Comments
对vs和.net的版本并没有要求,不同版本的.net编译出来dll并没有太大差别,只是新的.net编译器优化的好些,生成的il指令会相对更少一点而已,真正区别在于系统库 |
大神建一个QQ群方便大家一起学习一下这套热更新方案呗,我很多朋友都非常感兴趣! |
有QQ群啊:512079820 |
liiir1985
pushed a commit
that referenced
this issue
Feb 24, 2018
liiir1985
pushed a commit
that referenced
this issue
Feb 23, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
想问一下,这套方案对vs版本和.net版本是否有做要求,会不会不同的vs/net版本不同导致生成IL代码略有不同,以至于解析出错?
The text was updated successfully, but these errors were encountered: