Pinned WinGet packages are not loaded in Dev Home by AmelBawa-msft · Pull Request #3596 · microsoft/devhome (original) (raw)
Summary of the pull request
- Pinned packages do not set the
DefaultInstallVersionproperty in the COM API. So instead, get the catalog information from the first available version.
Steps
winget pin add Microsoft.VisualStudioCode
| Before | After |
|---|---|
![]() |
![]() |
References and relevant issues
Detailed description of the pull request / Additional comments
Validation steps performed
PR checklist
- Closes Pinned WinGet packages are not loaded in Dev Home #3458
- Tests added/passed
- Documentation updated

