WGet.NET
WGet.NET copied to clipboard
A WinGet wrapper library for .Net. Easily install, update, uninstall and more, from your application.
The winget process that gets startet, uses the default buffer width. The default buffer width is too short and because of this winget does not output the full name and...
Thanks for this libary, can you provide the ability to use it remotly by passing a IP or FQDN param ?
**Describe the bug** Calling the 'list' command in winget prompts the user to accept the source agreements. The 'list' command currently does not include the '--accept-source-agreements' flag. **To Reproduce** Steps...
**Describe the bug** A typo in the 'upgrade all' command inside the WinGetPackageManager.cs. **To Reproduce** Steps to reproduce the behavior: 1. Go to WinGetPackageManager.cs 2. Go to line: 29 3....
I have an issue where if I use --exact there are no packages returned, even though the string exactly matches the package. This means that `GetInstalledPackages` is not working as...
Tried to run your Nuget found there was extra data in my source json, Updated to include, Also cleaned up the Test App, to not use a static location on...
Hello, firstly, I would like to thank you for the library. I use it for upgrading packages, but every upgrade currently requires user acceptance via dialogs. Winget provides a [`--silent`](https://learn.microsoft.com/en-us/windows/package-manager/winget/upgrade)...
Updated [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 13.0.3 to 13.0.4. Release notes _Sourced from [Newtonsoft.Json's releases](https://github.com/JamesNK/Newtonsoft.Json/releases)._ No release notes found for this version range. Commits viewable in [compare view](https://github.com/JamesNK/Newtonsoft.Json/commits). [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will...
**Describe the bug** It's always either equal to the (current) Version even if there's an update, or it returns as "0.0".
How can I monitor the progress of the `WinGetPackageManager `operations (update, install, uninstall...etc)? I couldn't find any events to subscribe to.