microsoft / microsoft/MSBuildCache
New TokenCredential API for Azure blob storage doesn't work
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 64
- Forks
- 24
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 2
Description
A new constructor has been added in PR #98 , but it doesn't work due to how the plug-in was built.
Basically, the plug-in was built to embed all types into a single assembly, so the types related to the API, including TokenCredential, AccessToken etc becomes types within this assembly, instead of types in Azure.Core assembly. Basically, this makes it difficult to integrate into product which manage credentials using normal Azure APIs.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading PR #98 and inspecting how the plug-in assembly is built and packaged. Verify how TokenCredential and AccessToken are resolved, then confirm that the resulting plug-in integrates with products using the normal Azure APIs without embedding replacement types.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, csharp
- Domain
- build-system, cloud
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100