.sln 兼容基于 Mono 的 CLI 构建系统?
我最近开始与其他人一起使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要从命令行使用 MonoDevelop 的构建支持,请使用:
还有一个 msbuild 的实现:
To use MonoDevelop's building support from the command line, use:
There is also an implementation of msbuild: