LINQPad - 可以从命令行运行 linqpad 脚本吗?

发布于 2024-10-20 03:51:40 字数 86 浏览 6 评论 0原文

有没有办法从命令提示符(无 GUI)运行 LINQPad 脚本?

如果是这样,LINQPad 可以方便地编写 C# 脚本并从自动构建中调用它。

Is there a way to run a LINQPad script from the command-prompt (no gui)?

If so, LINQPad would be handy for scripting C# and calling it from an automated build.

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

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

发布评论

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

评论(3

若相惜即相离 2024-10-27 03:51:40

LinqPad 的 lprun 已到达:

http://www.linqpad.net/lprun.aspx

lprun from LinqPad has already arrived:

http://www.linqpad.net/lprun.aspx

糖果控 2024-10-27 03:51:40

是的,从LINQPad v4.45.05开始:

LINQPad.exe "c:\path\to\my\script.linq" -run

关闭LINQPad< /strong> 窗口,请务必在脚本末尾调用此函数:

Process.GetCurrentProcess().CloseMainWindow();

Yes, as of LINQPad v4.45.05:

LINQPad.exe "c:\path\to\my\script.linq" -run

To close the LINQPad window, be sure to call this at the end of your script:

Process.GetCurrentProcess().CloseMainWindow();

原野 2024-10-27 03:51:40

Beta 版本 4.47 中刚刚添加了从命令行运行 LINQPad 脚本的功能。

有关新 lprun.exe 实用程序的完整文档位于:http://www.linqpad.net/lprun.aspx

The ability to run LINQPad scripts from the command lines was just added in beta version 4.47

Full documentation on the new lprun.exe utility is available on: http://www.linqpad.net/lprun.aspx

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