question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ETA on RTM of WindowsAzure.Storage for .NET Core RTM?

See original GitHub issue

With .NET Core hitting RTM today, we’re currently using the 7.0.2-preview package, which seems compatible (based on minimal testing this morning), but I was wondering if there is an ETA for a final WindowsAzure.Storage RTM lib with compat with .NET Core RTM?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:13
  • Comments:12 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
miroberscommented, Jul 1, 2016

I think you are referring to the x-ms-content-type header. This is used to hold the content type of a blob when that blob is not the payload of the HTTP message. In other words, HTTP says that Content-Type is the type of the HTTP message payload, but APIs such as PutBlockList send the content type of the blob along with an XML payload (the block list). Therefore x-ms-content-type is used to avoid implying that the type applies to the list itself.

We use Content-Type when it is appropriate according to HTTP (i.e. GET or HEAD a blob).

1reaction
miroberscommented, Jun 30, 2016

The current blocker is dotnet/corefx#9433 Our plan is GA by the end of July, once we ensure a GA quality release. The Core platform itself just went RTM recently, and there is work to make sure things are at a state we can call GA. (Update our infrastructure, platform testing, stress testing, etc.) Meanwhile, we are updating our preview support for Core RTM. This will make it out within the preview flavor of the 7.1 release today. There is more to do before GA but we are almost there!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Unable to add "WindowsAzure.Storage" dependency to . ...
1-preview was updated for the RTM release of .Net Core 1.0 but currently does not seem to be available via NuGet. (NuGet page...
Read more >
Upgrade WindowsAzure.Storage to Microsoft.Azure.Storage.
I recently noticed, by working on a durable function that need newer features of the Azure blob storage client, that the durable function ......
Read more >
Azure Storage client library for .NET
The Azure Storage client libraries for .NET offer a convenient interface for making calls to Azure Storage. For more information about Azure ...
Read more >
CoreHelpers.WindowsAzure.Storage.Table 6.1.0
This projects implements an abstraction for Azure Storage Tables to use POCOs because deriving every entity from ITableEntity or TableEntity looks like a ......
Read more >
.NET 4.5 RTM on Azure?
NET 4.5 out-of-the-box on Windows Azure. What you can do is use the Windows Azure Bootstrapper to download .NET 4.5 and install it:...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found