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).
Adds HRESULT ExtendedErrorCode{ get; }; to the FindPackagesResult and ConnectResult classes that did not have them. They work just like the other cases, exposing the raw HRESULT value from their respective operations.
Change
Adds
HRESULT ExtendedErrorCode{ get; };
to theFindPackagesResult
andConnectResult
classes that did not have them. They work just like the other cases, exposing the rawHRESULT
value from their respective operations.Microsoft Reviewers: Open in CodeFlow