.sln 兼容基于 Mono 的 CLI 构建系统?

发布于 2024-11-02 18:26:47 字数 266 浏览 0 评论 0原文

我最近开始与其他人一起使用 Visual Studio 进行 ASP.NET MVC 工作。虽然 MonoDevelop 可以打开其项目工作区文件(来自 MSVS2010 的 .sln)并构建项目,但我很好奇是否有可以与 Mono 一起使用的 CLI 构建工具?我想简单地使用 vim 并切换到 shell 并运行一个简单的命令来构建工作区。如果这已被排除,有什么想法吗?

作为额外的好处,有人知道 ctags 或类似的插件是否可以在 vim 上运行吗?我仍然需要时不时地查找 .NET 命名空间文档。

I've recently begun doing ASP.NET MVC work with others using Visual Studio. While MonoDevelop can open their project workspace files (.sln from MSVS2010) and build the projects just fine, I'm curious if there's a CLI build tool I can use with Mono? I'd like to simply use vim and switch into my shell and run a simple command to build the workspace. Any ideas if this has been factored out?

As an added bonus, anybody know if ctags or a similar plugin works on vim? I still have to look up .NET namespace documentation from time to time.

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

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

发布评论

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

评论(1

音盲 2024-11-09 18:26:47

要从命令行使用 MonoDevelop 的构建支持,请使用:

mdtool build myproject.sln

还有一个 msbuild 的实现:

xbuild myproject.sln

To use MonoDevelop's building support from the command line, use:

mdtool build myproject.sln

There is also an implementation of msbuild:

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