Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Winget COM API compatibility #2035

Merged
merged 38 commits into from
Apr 4, 2024
Merged

Winget COM API compatibility #2035

merged 38 commits into from
Apr 4, 2024

Conversation

marticliment
Copy link
Owner

@marticliment 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 marticliment linked an issue Mar 25, 2024 that may be closed by this pull request
@marticliment
Copy link
Owner Author

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

@marticliment marticliment marked this pull request as ready for review April 4, 2024 12:57
@marticliment marticliment merged commit e8def65 into main Apr 4, 2024
1 check passed
@marticliment marticliment deleted the WingetCOM branch May 19, 2024 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment