microsoft / winget-cli

WinGet is the Windows Package Manager. This project includes a CLI (Command Line Interface), PowerShell modules, and a COM (Component Object Model) API (Application Programming Interface).
https://learn.microsoft.com/windows/package-manager/
MIT License
23.35k stars 1.45k forks source link

Make dependency lookup case insensitive #4866

Closed JohnMcPMS closed 1 month ago

JohnMcPMS commented 1 month ago

Fixes #3679

Change

Makes the dependency lookup case insensitive.

Validation

Adds a new test that exercises adding a package with a dependency that does not match the case of the original package identifier.

Microsoft Reviewers: Open in CodeFlow
Trenly commented 1 month ago