WGet.NET
WGet.NET copied to clipboard
Winget Issue with --exact not matching exact packages
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 intended.
Also submitted to Winget:
https://github.com/microsoft/winget-cli/issues/4632
I changed my code to be without exact and filtered manually.
Thank you for the information, we probably need to wait for this problem to be fixed in WinGet but I will take a look at it too.
I have added an alternative exact method for getting installed packages, without using WinGet’s exact functionality as a workaround for this issue.
https://github.com/basicx-StrgV/WGet.NET/releases/tag/4.2.0
I’m closing the issue for now. If there are still Problems with this or anything else, feel free to open another issue.