Azure / Azure/azure-functions-host
Migrate usage of deprecated Microsoft.Azure.Storage SDKs
- Dominant language
- C#
- Stars
- 2k
- Forks
- 482
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 38
Description
Our tests rely on deprecated Microsoft.Azure.Storage SDKs (transient reference through:
https://github.com/Azure/azure-functions-host/blob/1bf081347aa0ff3fa02e846802ae330611d192ff/test/WebJobs.Script.Tests.Integration/WebJobs.Script.Tests.Integration.csproj#L46
(this should be updated to v5)
Contributor guide
Research direction
Start at test/WebJobs.Script.Tests.Integration/WebJobs.Script.Tests.Integration.csproj around line 46 and inspect how the deprecated Microsoft.Azure.Storage SDKs enter the test project transitively. Update the dependency to v5 and verify that the integration test project still builds and its tests pass without the deprecated SDK reference.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, csharp
- Domain
- build-system, testing
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 52/100