Script# - Getting the latest build to compile

安稳与你 提交于 2019-12-23 04:42:07

问题


I've downloaded (cloned the repository) of script# from https://github.com/nikhilk/scriptsharp

Only I can't figure out how to get the source to compile.

I have installed ScriptSharp 0.7.3.0 as it seems to have a dependency on the installed directory to be present in the build.

I have looked around in the source code for some instructions and on google to no success.

Edit

Seems that the Libraries won't compile for me. In particular the CoreLib is requesting the a reference to 'mscorlib' be added

BTW I really recommend using script# for complex projects with rich web client experiences. Especially coupled with knockout.js


回答1:


I had no problem compiling the whole solution. (v 0.7.3) In fact the CoreLib project seems not having any external reference at all. (CoreLib compiles to mscorlib.dll). You could try to download the complete source package again, open and compile the ScriptSharp solution.



来源:https://stackoverflow.com/questions/7719977/script-getting-the-latest-build-to-compile

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!