简体   繁体   English

.Net 3.5的Azure存储SDK升级

[英]Azure Storage SDK Upgrade for .Net 3.5

I'm maintaining a legacy product that is deployed to SharePoint 2010, and targets .Net framework 3.5. 我正在维护一个已部署到SharePoint 2010的旧产品,其目标是.Net Framework 3.5。 It uses the Azure SDK 1.7 for blob operations and with the SDK getting deprecated soon, we need to upgrade it. 它使用Azure SDK 1.7进行blob操作,并且随着SDK即将弃用,我们需要对其进行升级。 According to this blog post the minimum SDK version should be 2.1, but the issue is that the it does not support .net 3.5. 根据此博客文章 ,最低SDK版本应为2.1,但问题是它不支持.net 3.5。

I looked at the SDK code on GitHub and it's highly dependent on .Net 4 features so I cannot recompile it in .net 3.5. 我在GitHub上查看了SDK代码,它高度依赖.Net 4功能,因此无法在.net 3.5中重新编译。 I looked for 3rd party SDKs but couldn't find any. 我寻找了第三方SDK,但找不到任何SDK。

Is there a straightforward way to keep the functionality after Azure Storage service version removal? 删除Azure存储服务版本后,是否有直接的方法来保留功能?

(Please note that upgrading the .Net framework is not an option for me.) (请注意,升级.Net框架不是我的选择。)

No, unfortunately our client library support is only for .NET 4.0 (2010) and later. 不,很遗憾,我们的客户端库支持仅适用于.NET 4.0(2010)及更高版本。

If you need to maintain support for the legacy project, you'll need to decide between writing your own REST calls to Azure Storage or upgrading your .NET framework to 4.0 to use a newer version of the library. 如果需要维护对旧项目的支持,则需要决定是编写对Azure存储的REST调用,还是将.NET Framework升级到4.0以使用库的较新版本。 Sorry! 抱歉!

For anyone who might have the same problem: 对于可能存在相同问题的任何人:

The deprecation of Storage client library 1.7 is postponed beyond August 2016. 存储客户端库1.7的弃用日期推迟到2016年8月之后。

Microsoft Azure Storage Service Version Removal Update: Extension to 2016 Microsoft Azure存储服务版本删除更新:2016年的扩展

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

相关问题 是否有适用于.NET的Facebook SDK与3.5一起使用? - Is there a Facebook SDK for .NET that works with 3.5? 使用适用于 .Net 的 Azure Bob Storage v12 SDK 进行加密 - Encryption with Azure Bob Storage v12 SDK for .Net 使用.NET SDK获取Azure Blob存储区域? - Get Azure Blob storage region using .NET SDK? 如何使用 .NET 存储 SDK 列出 Azure 文件存储中根目录中的所有目录或文件? - How to list all the Directories or Files, from a root Directory, in Azure File Storage -and- using the .NET Storage SDK? 如何使用.net SDK(C#)创建Azure搜索索引器以从Azure Blob存储中提取数据 - How to create an Azure Search Indexer using .net SDK (c#) to pull data from Azure blob storage How to get Azure Storage Account Key (connectionString) using azure .net sdk or fluent API? - How to get Azure Storage Account Key (connectionString) using azure .net sdk or fluent API? .NET 3.5中的EverNote C#SDK - EverNote C# SDK in .NET 3.5 从.NET 1.1升级到.NET 3.5的路径。 怎么做? - Upgrade path from .NET 1.1 to .NET 3.5. How to do? 如何自动将.Net 3.5升级到.Net 4.0,包括引用? - How to upgrade .Net 3.5 to .Net 4.0 automatically, including references? Azure 存储 - 使用 v12 SDK for .NET 获取容器中的 blob 列表 - Azure Storage - Get a list of blobs in a container with the v12 SDK for .NET
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM