Script# - 获取最新版本进行编译

发布于 2024-12-09 03:56:31 字数 405 浏览 0 评论 0原文

我已经从 https://github.com/nikhilk/scriptsharp

只是我不知道如何编译源代码。

我已经安装了 ScriptSharp 0.7.3.0,因为它似乎依赖于构建中存在的已安装目录。

我在源代码中查找了一些说明,并在谷歌上查找但没有成功。

编辑

似乎图书馆不会为我编译。 特别是 CoreLib 要求添加对“mscorlib”的引用,

顺便说一句,我真的建议对具有丰富 Web 客户端体验的复杂项目使用 script#。 特别是与 Knockout.js 结合使用

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

你的心境我的脸 2024-12-16 03:56:31

我编译整个解决方案没有任何问题。 (v 0.7.3) 事实上,CoreLib 项目似乎根本没有任何外部引用。 (CoreLib 编译为 mscorlib.dll)。您可以尝试再次下载完整源码包,打开并编译ScriptSharp解决方案。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文