简体   繁体   English

WindowsAzure.Storage使用C#mono

[英]WindowsAzure.Storage using C# mono

Im trying to connect and download from AzureStorage blob which I manage to do using windows while writing in C#. 我试图从AzureStorage blob连接和下载,我在C#中编写时使用Windows设法做。

While working on linux however Im missing : Microsoft.WindowsAzure.Storage; 虽然我在Linux上工作但是我失踪了:Microsoft.WindowsAzure.Storage;

I've been adviced to use https://github.com/richorama/azure-sdk-for-mono but I cant get it to compile 我被建议使用https://github.com/richorama/azure-sdk-for-mono但我无法编译

If anyone have managed to do this all advice is appriciated. 如果有人设法做到这一点,所有建议都是适当的。 Basicly what Im asking is a way to be able to use WindowsAzure.Storage in my code or anything that is equivalent. 基本上我要问的是能够在我的代码中使用WindowsAzure.Storage的方法或任何相同的东西。

Please take in consideration that Im not experienced with Windows azure in general. 请注意我一般没有使用Windows azure。

You need to install the WindowsAzure.Storage DLL dependencies in your app in order to use them. 您需要在应用程序中安装WindowsAzure.Storage DLL依赖项才能使用它们。 You would then be able to use them without using the richorama SDK; 然后,您就可以在不使用richorama SDK的情况下使用它们; it may be that it is not compiling because of the missing dependencies. 它可能因为缺少依赖性而没有编译。 So you will need to get hold of these DLLs. 所以你需要掌握这些DLL。

These are distributed through the NuGet package manager. 这些是通过NuGet包管理器分发的。 NuGet will grab the packages from Microsoft and add the dependencies to your project. NuGet将从Microsoft获取软件包并将依赖项添加到您的项目中。 There may be a NuGet add-in/extension for your IDE - if you are using the MonoDevelop IDE, you will find instructions on how to install NuGet here . 您的IDE可能有一个NuGet加载项/扩展 - 如果您使用的是MonoDevelop IDE,您将在此处找到有关如何安装NuGet的说明。

Alternatively, there is a command line NuGet tool that you can use to grab the WindowsAzure packages. 或者,您可以使用命令行NuGet工具来获取WindowsAzure包。 This you will find on the NuGet downloads page here . 您可以在NuGet下载页面上找到 Hope this helps! 希望这可以帮助!

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

相关问题 在 C# .NET Core 中使用 Azure TableStorage - Nuget Package WindowsAzure.Storage Alternative - Using Azure TableStorage in C# .NET Core - Nuget Package WindowsAzure.Storage Alternative WindowsAzure.Storage没有使用.Net Core 1.0 - WindowsAzure.Storage on not working on .Net Core 1.0 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 如何在Visual Studio 2013中安装WindowsAzure.Storage? - How do I install WindowsAzure.Storage in Visual Studio 2013? 将WindowsAzure.Storage安装到针对Xamarin平台的PCL - Install WindowsAzure.Storage to PCL targeting Xamarin platforms 我应该使用哪个版本的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
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM