-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use Microsoft.Azure.Storage.Blob instead of WindowsAzure.Storage #116
Comments
Any ETA for 6.0.0? I would like to void dependencies on WindowsAzure.Storage in my project, but am considering this package for implementing the claim check pattern you described here :) |
@CasperWSchmidt sorry, got a bit distracted. I'm hoping to get to this by the weekend and let a preview version out to see if there's anything major. If nothing is found, shortly after to have an RTM. |
6.0.0-preview01 is on NuGet. Give it a whirl and if no issues identified in a few days, I'll release the stable. |
@CasperWSchmidt give it a try? |
I will, but it looks good 😊 |
The tests are green, but I don't know how people use it and wherever there's an edge case or not. |
I have just started using it in an internal NuGet package for our infrastructure (communication with Azure Service Bus, Application Insights etc.) |
Please raise the issue if that's affecting you. Looking forward to your confirmation it's working well with the new dependencies. |
Everything looks fine. I have worked around the missing interface by abstracting the library away behind my own implementation😊 |
Sounds good. I'll have a look at those. |
I'm adding nullable reference types in v6 (C# 8) via PR #151 |
* Bump MarkdownSnippets from 10.3.0 to 12.0.3 in /src (#124) Bumps [MarkdownSnippets](https://github.com/SimonCropp/MarkdownSnippets) from 10.3.0 to 12.0.3. - [Release notes](https://github.com/SimonCropp/MarkdownSnippets/releases) - [Commits](https://github.com/SimonCropp/MarkdownSnippets/commits) Signed-off-by: dependabot-preview[bot] <[email protected]> * Bump PublicApiGenerator from 9.0.0 to 9.1.0 in /src (#121) Bumps [PublicApiGenerator](https://github.com/JakeGinnivan/ApiApprover) from 9.0.0 to 9.1.0. - [Release notes](https://github.com/JakeGinnivan/ApiApprover/releases) - [Commits](PublicApiGenerator/PublicApiGenerator@9.0.0...9.1.0) Signed-off-by: dependabot-preview[bot] <[email protected]> * Bump Microsoft.NET.Test.Sdk from 16.1.0 to 16.2.0 in /src (#119) Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.1.0 to 16.2.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Commits](microsoft/vstest@v16.1.0...v16.2.0) Signed-off-by: dependabot-preview[bot] <[email protected]> * Bump Microsoft.SourceLink.GitHub from 1.0.0-beta2-19270-01 to 1.… (#125) Bumps [Microsoft.SourceLink.GitHub](https://github.com/dotnet/sourcelink) from 1.0.0-beta2-19270-01 to 1.0.0-beta2-19367-01. - [Release notes](https://github.com/dotnet/sourcelink/releases) - [Commits](dotnet/sourcelink@1.0.0-beta2-19270-01...1.0.0-beta2-19367-01) Signed-off-by: dependabot-preview[bot] <[email protected]> * Bump MarkdownSnippets from 12.0.3 to 14.0.0 in /src (#128) Bumps [MarkdownSnippets](https://github.com/SimonCropp/MarkdownSnippets) from 12.0.3 to 14.0.0. - [Release notes](https://github.com/SimonCropp/MarkdownSnippets/releases) - [Commits](https://github.com/SimonCropp/MarkdownSnippets/commits/14.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]> * Bump PublicApiGenerator from 9.1.0 to 9.3.0 * Bump MarkdownSnippets from 14.0.0 to 16.2.0 * Include README.source.md in the solution * Generate TOC * Bump MarkdownSnippets from 16.2.0 to 16.3.1 in /src (#139) Bumps [MarkdownSnippets](https://github.com/SimonCropp/MarkdownSnippets) from 16.2.0 to 16.3.1. - [Release notes](https://github.com/SimonCropp/MarkdownSnippets/releases) - [Commits](https://github.com/SimonCropp/MarkdownSnippets/commits) Signed-off-by: dependabot-preview[bot] <[email protected]> * Bump MarkdownSnippets from 16.3.1 to 16.5.0 in /src (#143) Bumps [MarkdownSnippets](https://github.com/SimonCropp/MarkdownSnippets) from 16.3.1 to 16.5.0. - [Release notes](https://github.com/SimonCropp/MarkdownSnippets/releases) - [Commits](https://github.com/SimonCropp/MarkdownSnippets/commits) Signed-off-by: dependabot-preview[bot] <[email protected]> * Bump Microsoft.Azure.ServiceBus from 2.0.0 to 4.1.0 in /src (#144) Bumps [Microsoft.Azure.ServiceBus](https://github.com/Azure/azure-sdk-for-net) from 2.0.0 to 4.1.0. - [Release notes](https://github.com/Azure/azure-sdk-for-net/releases) - [Commits](Azure/azure-sdk-for-net@Microsoft.Azure.Management.Kusto_2.0.0...Microsoft.Azure.ServiceBus_4.1.0) Signed-off-by: dependabot-preview[bot] <[email protected]> * Switch to the new version of Azure Storage library. Fixes #116 * Remove obsoleted with error API. Fixes #99 * Remove overloads taking a specific client that are not needed. Fixes #115 * Switch image, test on .NET Core 3.0 * Package license file and icon * Enable nullables * Update testing libraries * Approve API * Use `= default` consistently * Move `Nullable` to Directory.Build.props * Remove redundant item * Fix nullable references for the test project * Use `= default` consistently * Bump Microsoft.SourceLink.GitHub in /src (#147) Bumps [Microsoft.SourceLink.GitHub](https://github.com/dotnet/sourcelink) from 1.0.0-beta2-19367-01 to 1.0.0-beta2-19554-01. - [Release notes](https://github.com/dotnet/sourcelink/releases) - [Commits](dotnet/sourcelink@1.0.0-beta2-19367-01...1.0.0-beta2-19554-01) Signed-off-by: dependabot-preview[bot] <[email protected]> * Prepare release 6.0.0
Microsoft.Azure.Storage.Blob is the continuation of WindowsAzure.Storage, specifically designed for Azure Storage Blobs.
The text was updated successfully, but these errors were encountered: