简体   繁体   English

将WindowsAzure.Storage安装到针对Xamarin平台的PCL

[英]Install WindowsAzure.Storage to PCL targeting Xamarin platforms

I need Azure Storage support in my app. 我的应用程序需要Azure存储支持。 I tried to add the nuget package, but I get the error that the dependency Microsoft.WindowsAzure.ConfigurationManager doesn't supports my current project. 我尝试添加nuget包,但出现错误,依赖项Microsoft.WindowsAzure.ConfigurationManager不支持我的当前项目。 I targeted WP8 and Xamarin.Android. 我的目标是WP8和Xamarin.Android。

How can I get it into my PCL? 如何将其放入PCL?

The WindowsAzure.Storage package doesn't support PCLs. WindowsAzure.Storage软件包不支持PCL。 It looks like there is a preview version that may support Windows Store apps and Windows Phone 8. 看起来好像有一个预览版,可能支持Windows Store应用程序和Windows Phone 8。

You can request that the team add PCL support, or adapt the source code yourself. 您可以要求团队添加PCL支持,或者自己修改源代码

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

相关问题 如何在Visual Studio 2013中安装WindowsAzure.Storage? - How do I install WindowsAzure.Storage in Visual Studio 2013? WindowsAzure.Storage没有使用.Net Core 1.0 - WindowsAzure.Storage on not working on .Net Core 1.0 WindowsAzure.Storage使用C#mono - WindowsAzure.Storage using C# mono ExecuteQuery WindowsAzure.Storage 5.0.3没有扩展方法 - ExecuteQuery WindowsAzure.Storage 5.0.3 no extension method WindowsAzure.Storage,版本= 9.3.0.0-异常无法加载文件或程序集 - WindowsAzure.Storage, Version=9.3.0.0 - exception could not load file or assembly 我应该使用哪个版本的WindowsAzure.Storage? - Which version of WindowsAzure.Storage should I use? 共享访问从 windowsazure.storage 移动到 Azure.Storage.Files - Shared Access moving from windowsazure.storage to Azure.Storage.Files 从 WindowsAzure.Storage 迁移到 Azure.Storage 包时从 CloudStorageAccount 引用服务 - Referencing services from CloudStorageAccount when migrating from WindowsAzure.Storage to Azure.Storage packages WebApi Soln具有多个项目,每个项目都有不同的WindowsAzure.Storage版本参考 - WebApi Soln with multiple projects each having different windowsAzure.Storage version reference 从“WindowsAzure.Storage”迁移时,我应该为 Azure 表使用什么 package - What package should I use for Azure Tables when migrating away from "WindowsAzure.Storage"
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM