xamarin studio 中是否有包管理器控制台 [英] is there a package manager console in xamarin studio

查看:52
本文介绍了xamarin studio 中是否有包管理器控制台的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用 xamarin studio(带有 nuget 包管理插件),并且在我的项目中有一些 nuget 包.项目上下文菜单中有管理"和恢复 nuget 包",但是否也有控制台?

I'm using xamarin studio (with nuget package management addin), and have some nuget-packages in my project. There is "manage" and "restore nuget packages" in project context-menu, but is there a console too?

推荐答案

Xamarin Studio 和 MonoDevelop 的插件目前没有内置包管理器控制台.主要原因是在非 Windows 系统上缺乏对 PowerShell 的支持.有 Pash,这是 PowerShell 的开源跨平台实现,但目前缺少一些与 Visual Studio 相比,Xamarin Studio 获得全面支持之前的功能.

The addin for Xamarin Studio and MonoDevelop does not currently have a Package Manager Console built in. The main reason is the lack of support for PowerShell on non-Windows systems. There is Pash, an open source, cross platform implementation of PowerShell, but that is currently missing some features before Xamarin Studio can get the full support compared with Visual Studio.

Visual Studio 中包管理器控制台的功能之一是安装特定版本的 NuGet 包.使用 Xamarin Studio/MonoDevelop 5.1,你可以通过运行版本搜索 jquery version:* 使用添加包"对话框安装特定版本的 NuGet 包,其中包 ID 必须与 NuGet 上的包 ID 完全匹配.组织.

One of the features that the Package Manager console in Visual Studio is used for is to install a specific version of a NuGet package. With Xamarin Studio/MonoDevelop 5.1 you can install a specific version of a NuGet package using the Add Packages dialog by running a version search jquery version:* where the package id must exactly match the package id on NuGet.org.

请注意,有一个原型包管理器控制台可用作第三方插件,用于最近发布的 Xamarin Studio/MonoDevelop 5.0.它由 Pash 提供支持.但是,此控制台应被视为 alpha 版本.Pash 中缺少一些 PowerShell 功能,您可能会在使用此插件时遇到这些功能.

Note that there is a prototype Package Manager console available as a third party addin for Xamarin Studio/MonoDevelop 5.0 which was released recently. It is powered by Pash. However this console should be considered an alpha release. There are some PowerShell features missing from Pash which you may run into using this addin.

这篇关于xamarin studio 中是否有包管理器控制台的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆