Skip to content

Winget COM API compatibility#2035

Merged
Martí Climent (marticliment) merged 38 commits intomainfrom
WingetCOM
Apr 4, 2024
Merged

Winget COM API compatibility#2035
Martí Climent (marticliment) merged 38 commits intomainfrom
WingetCOM

Conversation

@marticliment
Copy link
Collaborator

@marticliment Martí Climent (marticliment) commented Mar 25, 2024

Add WinGet Com API compatibility.

TODO:

  • Find packages
  • Find updates
  • List installed packages
  • Get package details (missing installers)
  • Get Package Versions
  • Get sources (aka catalogs)
  • Adminstrator support for C++ DLL API (Replaced by PowerShell Support)

@marticliment Martí Climent (marticliment) linked an issue Mar 25, 2024 that may be closed by this pull request
@marticliment
Copy link
Collaborator Author

Martí Climent (marticliment) commented Mar 30, 2024

Installed Packages and Software updates will be loaded through a C++ dll to avoid microsoft/winget-cli#4320. Once this issue gets fixed the C++ dll will be removed and a native c# implementation will be set in place

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment