简体   繁体   English

如何下载Microsoft.Bcl.Async包

[英]How to download Microsoft.Bcl.Async package

At my work place, we are not allowed to install packages from Nuget, so I am just wondering is there any place to download installer instead, so an internal packaging team can distribute it across the firm. 在我的工作地点,我们不允许从Nuget安装软件包,所以我只是想知道是否有任何地方可以下载安装程序,因此内部打包团队可以在整个公司内进行分发。

And is the package production ready? 包装生产准备好了吗?

Unfortunately, Microsoft.Bcl.Async is only distributed via NuGet. 不幸的是, Microsoft.Bcl.Async仅通过NuGet分发。 You would need to use the package manager to get the assemblies, though you could then just copy the assemblies manually into your system. 您需要使用包管理器来获取程序集,但您可以手动将程序集复制到系统中。

And is the package production ready? 包装生产准备好了吗?

Yes, it is now production ready. 是的,它现在已经准备好了。 The BCL Team just announced that this package is now considered Stable . BCL团队刚刚宣布此套餐现在被认为是稳定的 From their post: 从他们的帖子:

Being stable means the owner of that package states that API and functionality are unlikely to change and therefore suitable for use in production. 稳定意味着该包的所有者声明API和功能不太可能改变,因此适合用于生产。

You could just download the package from another PC (out of work) and then copy the assemblies. 您可以从另一台PC(失业)下载该软件包,然后复制这些程序集。 Of course you don't get the extra benefits from NuGet, but it's still a viable option. 当然,你没有从NuGet获得额外的好处,但它仍然是一个可行的选择。

EDIT Just saw that a few days ago the package was declared stable as Reed correctly indicated. 编辑只是看到几天前,包装被宣布稳定,因为里德正确指出。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM