microsoft / microsoft/AzureStorageExplorer
Use GitHub Releases for all update downloads
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 452
- Forks
- 92
- Avg merge
- 15h 20m
- Merged PRs (30d)
- 3
Description
Problem
The current-version entry in version/version.json can omit explicit artifact URLs and fall back to the platform-specific aka.ms/storage-explorer/download/... redirects. Those redirects are backed by Microsoft Download Management Service and ESRP publication, which introduces approval and propagation delays and prevents the Storage Explorer team from directly controlling which binaries the in-app updater retrieves.
Goal
Use GitHub Releases as the authoritative download source throughout the update path so the team controls artifact publication and link targets directly.
Scope
- Point the platform-specific
aka.ms/storage-explorer/download/...redirects at the corresponding GitHub Release assets. - Add explicit GitHub Release asset URLs to the current-version
downloadInfosentries inversion/version.json. - Retain SHA-256 checksum validation for every platform artifact.
- Keep Snap distribution on the Snap Store.
Acceptance criteria
- Each non-Snap platform download resolves to the intended GitHub Release asset.
- The in-app updater downloads and opens the correct Windows, macOS, and Linux artifacts without relying on ESRP or Download Management Service propagation.
- Every downloaded artifact matches the checksum in
version/version.json. - Update discovery, staged rollout, and older-version fallback behavior continue to work.
Contributor guide
No contributing guide indexed for this repository
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 with version/version.json and trace how the in-app updater uses its current-version downloadInfos entries. Inspect the platform-specific aka.ms redirects and corresponding GitHub Release assets, then verify Windows, macOS, and Linux downloads, SHA-256 checksums, Snap handling, staged rollout, and older-version fallback against the acceptance criteria.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github
- Domain
- release
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100