microsoft / microsoft/microsoft-ui-xaml
[WinUI OSS] Improve VSConfig to work seamlessly across all terminals
Open
@sakshisharma150905 is already working on this.
Since Aug 10, 2026.
area-Infrastructure
needs-triage
- Dominant language
- C++
- Stars
- 8.4k
- Forks
- 942
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 105
Description
Description
- The WinUI setup script tries to download the Azure Artifacts Credential Provider.
- It requests the latest release information from the GitHub API.
- GitHub returns a
403 Forbiddenerror. - The script cannot find the provider’s download URL, so repository setup fails.
- This may be caused by API rate limiting or network restrictions in shared agent environments.
- Setup should handle this reliably across all supported terminals and agents.
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.
Assessment
This issue has not been assessed yet.