marticliment / UniGetUI

UniGetUI: The Graphical Interface for your package managers. Could be terribly described as a package manager manager to manage your package managers
https://www.marticliment.com/unigetui/
MIT License
10.31k stars 338 forks source link

[BUG] Incorrect results for winget update/list #2153

Closed edumserrano closed 2 months ago

edumserrano commented 2 months ago

Please confirm these before moving forward

Describe your issue

I have 2 issues with WingetUI showing different results from running the same winget command on windows terminal.

Incorrect winget update results

The command winget update --include-unknown --accept-source-agreements executed by WingetUI displays the following logs:

█▀▀▀▀▀▀▀▀▀ [19/04/2024 23:37:01] Winget ▀▀▀▀▀▀▀▀▀▀▀
█  Executable: C:\Program Files\WingetUI\PackageEngine\Managers\winget-cli_x64\winget.exe
█  Arguments:  update --include-unknown  --accept-source-agreements
   \ 
  ██▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  1024 KB / 10.0 MB
  █████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  2.00 MB / 10.0 MB
  ████████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  3.00 MB / 10.0 MB
  ███████████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  4.00 MB / 10.0 MB
  ██████████████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  5.00 MB / 10.0 MB
  █████████████████▒▒▒▒▒▒▒▒▒▒▒▒▒  6.00 MB / 10.0 MB
  ████████████████████▒▒▒▒▒▒▒▒▒▒  7.00 MB / 10.0 MB
  ███████████████████████▒▒▒▒▒▒▒  8.00 MB / 10.0 MB
  ██████████████████████████▒▒▒▒  9.00 MB / 10.0 MB
  █████████████████████████████▒  10.0 MB / 10.0 MB
  ██████████████████████████████  10.0 MB / 10.0 MB
   - 
Name                             Id                            Version       Available     Source
-------------------------------------------------------------------------------------------------
NVM for Windows 1.1.11           CoreyButler.NVMforWindows     1.1.11        1.1.12        winget
Microsoft Edge                   Microsoft.Edge                123.0.2420.97 124.0.2478.51 winget
Microsoft Edge WebView2 Runtime  Microsoft.EdgeWebView2Runtime 123.0.2420.97 124.0.2478.51 winget
MSI Kombustor 4.1.27.0 (64-bit)  MSI.Kombustor.4               Unknown       4.1.27.0      winget
Microsoft .NET SDK 6.0.421 (x64) Microsoft.DotNet.SDK.8        < 8.0.100     8.0.204       winget
Microsoft .NET SDK 7.0.408 (x64) Microsoft.DotNet.SDK.8        < 8.0.100     8.0.204       winget
7 upgrades available.
The following packages have an upgrade available, but require explicit targeting for upgrade:
Name    Id              Version  Available Source
-------------------------------------------------
Discord Discord.Discord 1.0.9035 1.0.9040  winget
[19/04/2024 23:37:01] Exit Code: 0

And when I execute the same command on Windows Terminal I get:

Name                            Id                            Version       Available     Source
------------------------------------------------------------------------------------------------
NVM for Windows 1.1.11          CoreyButler.NVMforWindows     1.1.11        1.1.12        winget
Hashicorp Terraform             Hashicorp.Terraform           1.5.5         1.8.1         winget
Microsoft Edge                  Microsoft.Edge                123.0.2420.97 124.0.2478.51 winget
Microsoft Edge WebView2 Runtime Microsoft.EdgeWebView2Runtime 123.0.2420.97 124.0.2478.51 winget
MSI Kombustor 4.1.27.0 (64-bit) MSI.Kombustor.4               Unknown       4.1.27.0      winget
6 upgrades available.

The following packages have an upgrade available, but require explicit targeting for upgrade:
Name    Id              Version  Available Source
-------------------------------------------------
Discord Discord.Discord 1.0.9035 1.0.9040  winget

[!IMPORTANT]

Note how Hashicorp Terraform doesn't show on WingetUI but shows when the same command is used on Windows Terminal. This prevents me from updating Terraform using WingetUI.

Incorrect winget list results

The command winget list --accept-source-agreements executed by WingetUI displays the following logs:

Logs ``` ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ █▀▀▀▀▀▀▀▀▀ [19/04/2024 23:37:01] Winget ▀▀▀▀▀▀▀▀▀▀▀ █ Executable: C:\Program Files\WingetUI\PackageEngine\Managers\winget-cli_x64\winget.exe █ Arguments: list --accept-source-agreements \ ██▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ 1024 KB / 10.0 MB █████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ 2.00 MB / 10.0 MB ████████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ 3.00 MB / 10.0 MB ███████████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ 4.00 MB / 10.0 MB ██████████████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ 5.00 MB / 10.0 MB █████████████████▒▒▒▒▒▒▒▒▒▒▒▒▒ 6.00 MB / 10.0 MB ████████████████████▒▒▒▒▒▒▒▒▒▒ 7.00 MB / 10.0 MB ███████████████████████▒▒▒▒▒▒▒ 8.00 MB / 10.0 MB ██████████████████████████▒▒▒▒ 9.00 MB / 10.0 MB █████████████████████████████▒ 10.0 MB / 10.0 MB ██████████████████████████████ 10.0 MB / 10.0 MB - Name Id Version Available Source ----------------------------------------------------------------------------------------------------------------------- Alpine Linux 36828agowa338.AlpineWSL_my43bytk1c4nr 3.17.0.0 NVM for Windows 1.1.11 CoreyButler.NVMforWindows 1.1.11 1.1.12 winget WhatsApp 5319275A.WhatsAppDesktop_cv1g1gvanyjgm 2.2414.8.0 WeakAuras Companion 5.2.2 WeakAuras.WeakAurasCompanion 5.2.2 winget Visual Studio Enterprise 2022 Microsoft.VisualStudio.2022.Enterprise 17.9.6 winget DevToys 64360VelerSoftware.DevToys_j80j2txgjg9dj 1.0.13.0 Notion 3.4.2 Notion.Notion 3.4.2 winget wootility-lekker 4.6.15 66e6eb5a-751d-5dea-9547-09ad84261e24 4.6.15 MSI Center 9426MICRO-STARINTERNATION.MSICenter_kzh… 2.0.34.0 MSI Game Bar 9426MICRO-STARINTERNATION.MSIGameBar_kz… 2.0.15.0 AMD Software AMD Catalyst Install Manager 22.40.46 AMD Chipset Software AMD_Chipset_IODrivers 5.01.29.2026 AMD Radeon Software AdvancedMicroDevicesInc-2.AMDRadeonSoft… 10.22.40043.0 Audacity 3.4.2 Audacity.Audacity 3.4.2 winget Battle.net Battle.net Unknown CPUID CPU-Z 2.09 CPUID.CPU-Z 2.09 winget Ubuntu 22.04.3 LTS Canonical.Ubuntu.2204 2204.3.63.0 winget Microsoft Clipchamp Clipchamp.Clipchamp_yxz26nhyzhsrt 3.0.10220.0 Creative App version 1.16.16.00 CreativeTechnology.CreativeApp 1.16.16.00 winget Dolby Digital Live Pack version 5.02.01 DDLMaster_is1 5.02.01 DTS Connect Pack version 3.02.01 DTSMaster_is1 3.02.01 Diablo IV Diablo IV Unknown Diffinity 0.9.4 TrueHumanDesign.Diffinity 0.9.4 winget Discord Discord.Discord 1.0.9035 1.0.9040 winget Docker Desktop Docker.DockerDesktop 4.29.0 winget Progress Telerik Fiddler Classic Telerik.Fiddler.Classic 5.0.20242.10753 winget Git Git.Git 2.44.0 winget GNU Privacy Guard GnuPG.GnuPG 2.4.5 winget Gpg4win (4.3.1) GnuPG.Gpg4win 4.3.1 winget Hashicorp Terraform Hashicorp.Terraform_Microsoft.Winget.So… 1.5.5 Microsoft Edge Microsoft.Edge 123.0.2420.97 124.0.2478.51 winget Microsoft Edge Update Microsoft Edge Update 1.3.185.29 Microsoft Edge WebView2 Runtime Microsoft.EdgeWebView2Runtime 123.0.2420.97 124.0.2478.51 winget Cortana Microsoft.549981C3F5F10_8wekyb3d8bbwe 4.2308.1005.0 Microsoft Defender Microsoft.6365217CE6EB4_8wekyb3d8bbwe 102.2403.21002.0 Microsoft Advertising SDK for XAML Microsoft.Advertising.Xaml_8wekyb3d8bbwe 10.1811.1.0 News Microsoft.BingNews_8wekyb3d8bbwe 4.55.62231.0 Web Search from Microsoft Bing Microsoft.BingSearch_8wekyb3d8bbwe 1.0.91.0 MSN Weather Microsoft.BingWeather_8wekyb3d8bbwe 4.53.60911.0 App Installer Microsoft.AppInstaller 1.22.10861.0 winget Xbox Microsoft.GamingApp_8wekyb3d8bbwe 2403.1001.2.0 Get Help Microsoft.GetHelp_8wekyb3d8bbwe 10.2308.12552.0 Microsoft Tips Microsoft.Getstarted_8wekyb3d8bbwe 1.3.42522.0 HEIF Image Extensions Microsoft.HEIFImageExtension_8wekyb3d8b… 1.1.861.0 HEVC Video Extensions from the Device M… Microsoft.HEVCVideoExtension_8wekyb3d8b… 2.0.61931.0 English (United Kingdom) Local Experien… Microsoft.LanguageExperiencePacken-GB_8… 22621.44.229.0 Microsoft Edge Microsoft.MicrosoftEdge.Stable_8wekyb3d… 123.0.2420.81 Microsoft 365 (Office) Microsoft.MicrosoftOfficeHub_8wekyb3d8b… 18.2311.1071.0 Microsoft Sticky Notes Microsoft.MicrosoftStickyNotes_8wekyb3d… 4.0.6002.0 Microsoft .Net Native Framework Package… Microsoft.NET.Native.Framework.1.7_8wek… 1.7.27413.0 Microsoft .Net Native Framework Package… Microsoft.NET.Native.Framework.2.2_8wek… 2.2.29512.0 Microsoft .Net Native Runtime Package 1… Microsoft.NET.Native.Runtime.1.7_8wekyb… 1.7.27422.0 Microsoft .Net Native Runtime Package 2… Microsoft.NET.Native.Runtime.2.2_8wekyb… 2.2.28604.0 OneDrive Microsoft.OneDriveSync_8wekyb3d8bbwe 24062.326.2.0 Outlook for Windows Microsoft.OutlookForWindows_8wekyb3d8bb… 1.2024.403.300 Paint Microsoft.Paint_8wekyb3d8bbwe 11.2402.32.0 Microsoft People Microsoft.People_8wekyb3d8bbwe 10.2202.100.0 Power Automate Microsoft.PowerAutomateDesktop_8wekyb3d… 1.0.1110.0 PowerToys FileLocksmith Context Menu Microsoft.PowerToys.FileLocksmithContex… 1.0.0.0 PowerToys ImageResizer Context Menu Microsoft.PowerToys.ImageResizerContext… 0.72.0.0 PowerToys PowerRename Context Menu Microsoft.PowerToys.PowerRenameContextM… 0.72.0.0 Raw Image Extension Microsoft.RawImageExtension_8wekyb3d8bb… 2.3.611.0 Snipping Tool Microsoft.ScreenSketch_8wekyb3d8bbwe 11.2401.37.0 Windows Security Microsoft.SecHealthUI_8wekyb3d8bbwe 1000.25992.9000… Microsoft Engagement Framework Microsoft.Services.Store.Engagement_8we… 10.0.23012.0 Store Experience Host Microsoft.StorePurchaseApp_8wekyb3d8bbwe 22312.1401.4.0 ZoomIt Microsoft.Sysinternals.ZoomIt 8.01 winget Microsoft To Do Microsoft.Todos_8wekyb3d8bbwe 2.114.7122.0 Microsoft.UI.Xaml.2.6 Microsoft.UI.Xaml.2.6_8wekyb3d8bbwe 2.62112.3002.0 Microsoft.UI.Xaml.2.7 Microsoft.UI.Xaml.2.7 7.2208.15002.0 winget Microsoft.UI.Xaml.2.8 Microsoft.UI.Xaml.2.8 8.2310.30001.0 winget Microsoft Visual C++ 2013 Runtime Packa… Microsoft.VCLibs.120.00.Universal_8weky… 12.0.30501.0 Microsoft Visual C++ 2015 UWP Desktop R… Microsoft.VCLibs.Desktop.14 14.0.33519.0 winget Microsoft Visual C++ 2015 UWP Runtime P… Microsoft.VCLibs.140.00_8wekyb3d8bbwe 14.0.33519.0 VP9 Video Extensions Microsoft.VP9VideoExtensions_8wekyb3d8b… 1.1.451.0 Web Media Extensions Microsoft.WebMediaExtensions_8wekyb3d8b… 1.1.663.0 Webp Image Extensions Microsoft.WebpImageExtension_8wekyb3d8b… 1.0.62681.0 Microsoft Copilot Microsoft.Windows.Ai.Copilot.Provider_8… 1.0.3.0 Dev Home GitHub Extension (Preview) Microsoft.Windows.DevHomeGitHubExtensio… 0.1200.442.0 Dev Home (Preview) Microsoft.DevHome 0.1201.442.0 winget Microsoft Photos Microsoft.Windows.Photos_8wekyb3d8bbwe 2024.11030.1500… Windows Clock Microsoft.WindowsAlarms_8wekyb3d8bbwe 11.2403.8.0 WindowsAppRuntime.1.2 Microsoft.WindowsAppRuntime.1.2_8wekyb3… 2000.802.31.0 WindowsAppRuntime.1.3 Microsoft.WindowsAppRuntime.1.3_8wekyb3… 3000.934.1904.0 WindowsAppRuntime.1.4 Microsoft.WindowsAppRuntime.1.4_8wekyb3… 4000.1136.2333.0 WindowsAppRuntime.1.5 Microsoft.WindowsAppRuntime.1.5_8wekyb3… 5001.70.1338.0 Windows Calculator Microsoft.WindowsCalculator_8wekyb3d8bb… 11.2401.0.0 Windows Camera Microsoft.WindowsCamera_8wekyb3d8bbwe 2024.2402.5.0 Feedback Hub Microsoft.WindowsFeedbackHub_8wekyb3d8b… 1.2401.20253.0 Windows Maps Microsoft.WindowsMaps_8wekyb3d8bbwe 1.0.60.0 Windows Notepad Microsoft.WindowsNotepad_8wekyb3d8bbwe 11.2401.26.0 Windows Sound Recorder Microsoft.WindowsSoundRecorder_8wekyb3d… 1.0.76.0 Microsoft Store Microsoft.WindowsStore_8wekyb3d8bbwe 22403.1401.2.0 Windows Terminal Microsoft.WindowsTerminal 1.19.10821.0 winget Windows Package Manager Source (winget) Microsoft.Winget.Source_8wekyb3d8bbwe 2024.419.1942.7… Xbox TCUI Microsoft.Xbox.TCUI_8wekyb3d8bbwe 1.24.10001.0 Xbox Game Bar Plugin Microsoft.XboxGameOverlay_8wekyb3d8bbwe 1.54.4001.0 Game Bar Microsoft.XboxGamingOverlay_8wekyb3d8bb… 7.124.3191.0 Xbox Identity Provider Microsoft.XboxIdentityProvider_8wekyb3d… 12.95.3001.0 Xbox Game Speech Window Microsoft.XboxSpeechToTextOverlay_8weky… 1.21.13002.0 Phone Link Microsoft.YourPhone_8wekyb3d8bbwe 1.24032.123.0 Windows Media Player Microsoft.ZuneMusic_8wekyb3d8bbwe 11.2402.6.0 Films & TV Microsoft.ZuneVideo_8wekyb3d8bbwe 10.22091.10061.0 Quick Assist MicrosoftCorporationII.QuickAssist_8wek… 2.0.30.0 Windows Subsystem for AndroidTM and And… MicrosoftCorporationII.WindowsSubsystem… 2311.40000.5.0 Windows Subsystem for Linux MicrosoftCorporationII.WindowsSubsystem… 2.1.5.0 Microsoft Teams Microsoft.Teams.Free 24060.3103.2805… winget Windows CoPilot MSIX Pack MicrosoftWindows.Client.CoPilot_cw5n1h2… 724.1301.930.5 Windows Web Experience Pack MicrosoftWindows.Client.WebExperience_c… 424.1301.450.0 Cross Device Experience Host MicrosoftWindows.CrossDevice_cw5n1h2txy… 1.24032.58.0 Speech Pack - English (United Kingdom) MicrosoftWindows.Speech.en-GB.1_cw5n1h2… 1.0.7.0 NVIDIA Control Panel NVIDIACorp.NVIDIAControlPanel_56jybvy8s… 8.1.965.0 Microsoft 365 - en-us O365HomePremRetail - en-us 16.0.17425.20176 OBS Studio OBSProject.OBSStudio 30.1.2 winget Oh My Posh version 19.21.1 JanDeDobbeleer.OhMyPosh 19.21.1 winget Microsoft OneDrive Microsoft.OneDrive 24.062.0326.0002 winget Overwatch Overwatch Unknown Postman x86_64 10.24.16 Postman.Postman 10.24.16 winget Razer Synapse Razer Synapse 3.9.0331.032712 Realtek Audio Control RealtekSemiconductorCorp.RealtekAudioCo… 1.51.324.0 Riot Client Riot Game Riot_Client. Unknown League of Legends Riot Game league_of_legends.live Unknown TC-Helicon GoXLR USB Audio Driver v4.67… Software_TC-Helicon_goxlr_usb_audio_Set… 4.67.0 Ghostly SpectreSystemsAB.Ghostly_81rw6mqg4ypqy 1.19.0.0 Spotify Music SpotifyAB.SpotifyMusic_zpdnekdrzrea0 1.235.663.0 Steam Valve.Steam 2.10.91.91 winget Age of Empires IV: Anniversary Edition Steam App 1466860 Unknown Northgard Steam App 466560 Unknown WinRAR 7.00 (64-bit) RARLab.WinRAR 7.00.0 winget WinRAR WinRAR.ShellExtension_s4jet1zx4n14a 1.0.0.2 World of Warcraft World of Warcraft Unknown WowUp 2.10.0 b31ca559-50e4-54d8-a458-330e72a28314 2.10.0 CurseForge 0.242.1-15579 Overwolf.CurseForge 0.242.1-15579 winget Kindle com.amazon.kindle 8.94.0.100(2.0.… Amazon Appstore com.amazon.venezia release-60.24.1… GitKraken Axosoft.GitKraken 9.13.0 winget Hoppscotch hoppscotch.io-F91C9945_4s769wm2tjggg 1.0.0.0 qBittorrent qBittorrent 4.6.3 Realtek USB Audio {0A46A65D-89AC-464C-8026-3CD44960BD04} 6.3.9600.2353 Wootomation {0B1AB80E-D255-404D-89C4-26791B2E7D2C} 1.0.2 Microsoft ODBC Driver 17 for SQL Server {0E0F96AC-80DE-4400-A40C-429D63293651} 17.10.6.1 obs-backgroundremoval version 1.1.8 RoyShilkrot.obs-backgroundremoval 1.1.8 winget MSI Center SDK {15289038-41BE-48F8-B8B9-0B1021D3089E}}… 3.2024.0318.01 Microsoft .NET SDK 8.0.204 (x64) Microsoft.DotNet.SDK.8 8.0.204 winget vs_CoreEditorFonts {1851460E-0E63-4117-B5BA-25A2F045801B} 17.7.40001 Microsoft Visual C++ 2010 x64 Redistri… Microsoft.VCRedist.2010.x64 10.0.40219 winget k6 k6.k6 0.50.0 winget Pulumi Pulumi.Pulumi 3.113.2 winget Git LFS version 3.5.1 GitHub.GitLFS 3.5.1 winget Samsung Magician Samsung.SamsungMagician 8.1.0.800 winget AWS Command Line Interface v2 Amazon.AWSCLI 2.15.39.0 winget NexiGo version 1.0 {36A02147-C92C-458A-8284-E3903A0C4239}_… 1.0 Microsoft SQL Server 2019 LocalDB {36E492B8-CB83-4DA5-A5D2-D99A8E8228A1} 15.0.4153.1 Microsoft .NET SDK 8.0.204 (x64) from V… {3A83820E-867F-45B3-9FA4-3D513A9079EB} 8.2.424.17037 PowerToys (Preview) x64 Microsoft.PowerToys 0.80.1 winget Microsoft Visual C++ 2015-2022 Redistri… Microsoft.VCRedist.2015+.x86 14.38.33135.0 winget GitHub CLI GitHub.cli 2.48.0 winget ScreenToGif NickeManarin.ScreenToGif 2.41 winget Microsoft System CLR Types for SQL Serv… Microsoft.CLRTypesSQLServer.2019 15.0.2000.5 winget Microsoft Visual C++ 2008 Redistributab… Microsoft.VCRedist.2008.x64 9.0.30729.6161 winget Slack (Machine) SlackTechnologies.Slack 4.37.101 winget Microsoft Visual Studio Installer {6F320B93-EE3C-4826-85E0-ADF79F8D4C61} 3.9.2180.11832 Microsoft Visual Studio Code (User) Microsoft.VisualStudioCode 1.88.1 winget Realtek Ethernet Controller Driver {8833FFB6-5B0C-4764-81AA-06DFEED9A476} 11.10.0720.2022 WingetUI {889610CC-4337-4BDB-AC3B-4F21806C0BDE}_… 3.0.2 Microsoft Web Deploy 4.0 Microsoft.WebDeploy 10.0.8215 winget Microsoft Visual C++ 2008 Redistributab… Microsoft.VCRedist.2008.x86 9.0.30729.6161 winget IIS 10.0 Express {A43F6F96-4CED-4152-8086-AF954755E324} 10.0.08608 NVIDIA Graphics Driver 551.86 {B2FE1952-0186-46C3-BAEC-A80AA35AC5B8}_… 551.86 NVIDIA GeForce Experience 3.27.0.120 Nvidia.GeForceExperience 3.27.0.120 winget NVIDIA PhysX System Software 9.21.0713 Nvidia.PhysX 9.21.0713 winget NVIDIA FrameView SDK 1.3.8513.32290073 {B2FE1952-0186-46C3-BAEC-A80AA35AC5B8}_… 1.3.8513.322900… NVIDIA HD Audio Driver 1.3.40.14 {B2FE1952-0186-46C3-BAEC-A80AA35AC5B8}_… 1.3.40.14 Microsoft Update Health Tools {C6FD611E-7EFE-488C-A0E0-974C09EF6473} 5.72.0.0 GoXLR App version 1.5.11.228 {C9E72C47-A82C-4AD0-AB13-F2C0F3988DBC}_… 1.5.11.228 AMD Ryzen Master SDK {DBD50508-5F75-416B-995D-C42433A00944} 2.13.0.2819 Hue Sync Philips.HueSync 1.8.2.31 winget wooting-analog-sdk {EDA8A641-DF57-48F6-9445-8C8F93B4DC22} 0.7.5 Microsoft Visual C++ 2010 x86 Redistri… Microsoft.VCRedist.2010.x86 10.0.40219 winget MSI Kombustor 4.1.27.0 (64-bit) MSI.Kombustor.4 Unknown 4.1.27.0 winget Windows Subsystem for Linux Update {F8474A47-8B5D-4466-ACE3-78EAB3BF21A8} 5.10.102.1 PowerShell 7-x64 Microsoft.PowerShell 7.4.2.0 winget Microsoft .NET SDK 6.0.421 (x64) Microsoft.DotNet.SDK.8 < 8.0.100 8.0.204 winget Microsoft Visual C++ 2015-2022 Redistri… Microsoft.VCRedist.2015+.x64 14.38.33135.0 winget Microsoft .NET SDK 7.0.408 (x64) Microsoft.DotNet.SDK.8 < 8.0.100 8.0.204 winget [19/04/2024 23:37:01] Exit Code: 0 ```

And when I execute the same command on Windows Terminal I get:

Result ``` Name Id Version Available Source --------------------------------------------------------------------------------------------------------------------------------------------------- Alpine Linux 36828agowa338.AlpineWSL_my43bytk1c4nr 3.17.0.0 NVM for Windows 1.1.11 CoreyButler.NVMforWindows 1.1.11 1.1.12 winget WhatsApp 5319275A.WhatsAppDesktop_cv1g1gvanyjgm 2.2414.8.0 WeakAuras Companion 5.2.2 WeakAuras.WeakAurasCompanion 5.2.2 winget Visual Studio Enterprise 2022 Microsoft.VisualStudio.2022.Enterprise 17.9.6 winget DevToys 9PGCV4V3BK4W 1.0.13.0 msstore Notion 3.4.2 Notion.Notion 3.4.2 winget wootility-lekker 4.6.15 66e6eb5a-751d-5dea-9547-09ad84261e24 4.6.15 MSI Center 9426MICRO-STARINTERNATION.MSICenter_kzh8wxbdkxb8p 2.0.34.0 MSI Game Bar 9426MICRO-STARINTERNATION.MSIGameBar_kzh8wxbdkxb8p 2.0.15.0 AMD Software AMD Catalyst Install Manager 22.40.46 AMD Chipset Software AMD_Chipset_IODrivers 5.01.29.2026 AMD Radeon Software AdvancedMicroDevicesInc-2.AMDRadeonSoftware_0a9344xs7nr4m 10.22.40043.0 Audacity 3.4.2 Audacity.Audacity 3.4.2 winget Battle.net Battle.net Unknown CPUID CPU-Z 2.09 CPUID.CPU-Z 2.09 winget Ubuntu 22.04.3 LTS Canonical.Ubuntu.2204 2204.3.63.0 winget Microsoft Clipchamp Clipchamp.Clipchamp_yxz26nhyzhsrt 3.0.10220.0 Creative App version 1.16.16.00 CreativeTechnology.CreativeApp 1.16.16.00 winget Dolby Digital Live Pack version 5.02.01 DDLMaster_is1 5.02.01 DTS Connect Pack version 3.02.01 DTSMaster_is1 3.02.01 Diablo IV Diablo IV Unknown Diffinity 0.9.4 TrueHumanDesign.Diffinity 0.9.4 winget Discord Discord.Discord 1.0.9035 1.0.9040 winget Docker Desktop Docker.DockerDesktop 4.29.0 winget Progress Telerik Fiddler Classic Telerik.Fiddler.Classic 5.0.20242.10753 winget Git Git.Git 2.44.0 winget GNU Privacy Guard GnuPG.GnuPG 2.4.5 winget Gpg4win (4.3.1) GnuPG.Gpg4win 4.3.1 winget Hashicorp Terraform Hashicorp.Terraform 1.5.5 1.8.1 winget Microsoft Edge Microsoft.Edge 123.0.2420.97 124.0.2478.51 winget Microsoft Edge Update Microsoft Edge Update 1.3.185.29 Microsoft Edge WebView2 Runtime Microsoft.EdgeWebView2Runtime 123.0.2420.97 124.0.2478.51 winget Cortana Microsoft.549981C3F5F10_8wekyb3d8bbwe 4.2308.1005.0 Microsoft Defender Microsoft.6365217CE6EB4_8wekyb3d8bbwe 102.2403.21002.0 Microsoft Advertising SDK for XAML Microsoft.Advertising.Xaml_8wekyb3d8bbwe 10.1811.1.0 News Microsoft.BingNews_8wekyb3d8bbwe 4.55.62231.0 Web Search from Microsoft Bing Microsoft.BingSearch_8wekyb3d8bbwe 1.0.91.0 MSN Weather Microsoft.BingWeather_8wekyb3d8bbwe 4.53.60911.0 App Installer Microsoft.AppInstaller 1.22.10861.0 winget Xbox Microsoft.GamingApp_8wekyb3d8bbwe 2403.1001.2.0 Get Help Microsoft.GetHelp_8wekyb3d8bbwe 10.2308.12552.0 Microsoft Tips Microsoft.Getstarted_8wekyb3d8bbwe 1.3.42522.0 HEIF Image Extensions Microsoft.HEIFImageExtension_8wekyb3d8bbwe 1.1.861.0 HEVC Video Extensions from the Device Manufacturer Microsoft.HEVCVideoExtension_8wekyb3d8bbwe 2.0.61931.0 English (United Kingdom) Local Experience Pack Microsoft.LanguageExperiencePacken-GB_8wekyb3d8bbwe 22621.44.229.0 Microsoft Edge Microsoft.MicrosoftEdge.Stable_8wekyb3d8bbwe 123.0.2420.81 Microsoft 365 (Office) Microsoft.MicrosoftOfficeHub_8wekyb3d8bbwe 18.2311.1071.0 Microsoft Sticky Notes Microsoft.MicrosoftStickyNotes_8wekyb3d8bbwe 4.0.6002.0 Microsoft .Net Native Framework Package 1.7 Microsoft.NET.Native.Framework.1.7_8wekyb3d8bbwe 1.7.27413.0 Microsoft .Net Native Framework Package 2.2 Microsoft.NET.Native.Framework.2.2_8wekyb3d8bbwe 2.2.29512.0 Microsoft .Net Native Runtime Package 1.7 Microsoft.NET.Native.Runtime.1.7_8wekyb3d8bbwe 1.7.27422.0 Microsoft .Net Native Runtime Package 2.2 Microsoft.NET.Native.Runtime.2.2_8wekyb3d8bbwe 2.2.28604.0 OneDrive Microsoft.OneDriveSync_8wekyb3d8bbwe 24062.326.2.0 Outlook for Windows Microsoft.OutlookForWindows_8wekyb3d8bbwe 1.2024.403.300 Paint Microsoft.Paint_8wekyb3d8bbwe 11.2402.32.0 Microsoft People Microsoft.People_8wekyb3d8bbwe 10.2202.100.0 Power Automate Microsoft.PowerAutomateDesktop_8wekyb3d8bbwe 1.0.1110.0 PowerToys FileLocksmith Context Menu Microsoft.PowerToys.FileLocksmithContextMenu_8wekyb3d8bb… 1.0.0.0 PowerToys ImageResizer Context Menu Microsoft.PowerToys.ImageResizerContextMenu_8wekyb3d8bbwe 0.72.0.0 PowerToys PowerRename Context Menu Microsoft.PowerToys.PowerRenameContextMenu_8wekyb3d8bbwe 0.72.0.0 Raw Image Extension Microsoft.RawImageExtension_8wekyb3d8bbwe 2.3.611.0 Snipping Tool Microsoft.ScreenSketch_8wekyb3d8bbwe 11.2401.37.0 Windows Security Microsoft.SecHealthUI_8wekyb3d8bbwe 1000.25992.9000… Microsoft Engagement Framework Microsoft.Services.Store.Engagement_8wekyb3d8bbwe 10.0.23012.0 Store Experience Host Microsoft.StorePurchaseApp_8wekyb3d8bbwe 22312.1401.4.0 ZoomIt Microsoft.Sysinternals.ZoomIt 8.01 winget Microsoft To Do Microsoft.Todos_8wekyb3d8bbwe 2.114.7122.0 Microsoft.UI.Xaml.2.6 Microsoft.UI.Xaml.2.6_8wekyb3d8bbwe 2.62112.3002.0 Microsoft.UI.Xaml.2.7 Microsoft.UI.Xaml.2.7 7.2208.15002.0 winget Microsoft.UI.Xaml.2.8 Microsoft.UI.Xaml.2.8 8.2310.30001.0 winget Microsoft Visual C++ 2013 Runtime Package Microsoft.VCLibs.120.00.Universal_8wekyb3d8bbwe 12.0.30501.0 Microsoft Visual C++ 2015 UWP Desktop Runtime Pac… Microsoft.VCLibs.Desktop.14 14.0.33519.0 winget Microsoft Visual C++ 2015 UWP Runtime Package Microsoft.VCLibs.140.00_8wekyb3d8bbwe 14.0.33519.0 VP9 Video Extensions Microsoft.VP9VideoExtensions_8wekyb3d8bbwe 1.1.451.0 Web Media Extensions Microsoft.WebMediaExtensions_8wekyb3d8bbwe 1.1.663.0 Webp Image Extensions Microsoft.WebpImageExtension_8wekyb3d8bbwe 1.0.62681.0 Microsoft Copilot Microsoft.Windows.Ai.Copilot.Provider_8wekyb3d8bbwe 1.0.3.0 Dev Home GitHub Extension (Preview) Microsoft.Windows.DevHomeGitHubExtension_8wekyb3d8bbwe 0.1200.442.0 Dev Home (Preview) Microsoft.DevHome 0.1201.442.0 winget Microsoft Photos Microsoft.Windows.Photos_8wekyb3d8bbwe 2024.11030.1500… Windows Clock Microsoft.WindowsAlarms_8wekyb3d8bbwe 11.2403.8.0 WindowsAppRuntime.1.2 Microsoft.WindowsAppRuntime.1.2_8wekyb3d8bbwe 2000.802.31.0 WindowsAppRuntime.1.3 Microsoft.WindowsAppRuntime.1.3_8wekyb3d8bbwe 3000.934.1904.0 WindowsAppRuntime.1.4 Microsoft.WindowsAppRuntime.1.4_8wekyb3d8bbwe 4000.1136.2333.0 WindowsAppRuntime.1.5 Microsoft.WindowsAppRuntime.1.5_8wekyb3d8bbwe 5001.70.1338.0 Windows Calculator Microsoft.WindowsCalculator_8wekyb3d8bbwe 11.2401.0.0 Windows Camera Microsoft.WindowsCamera_8wekyb3d8bbwe 2024.2402.5.0 Feedback Hub Microsoft.WindowsFeedbackHub_8wekyb3d8bbwe 1.2401.20253.0 Windows Maps Microsoft.WindowsMaps_8wekyb3d8bbwe 1.0.60.0 Windows Notepad Microsoft.WindowsNotepad_8wekyb3d8bbwe 11.2401.26.0 Windows Sound Recorder Microsoft.WindowsSoundRecorder_8wekyb3d8bbwe 1.0.76.0 Microsoft Store Microsoft.WindowsStore_8wekyb3d8bbwe 22403.1401.2.0 Windows Terminal Microsoft.WindowsTerminal 1.19.10821.0 winget Windows Package Manager Source (winget) Microsoft.Winget.Source_8wekyb3d8bbwe 2024.419.1942.7… Xbox TCUI Microsoft.Xbox.TCUI_8wekyb3d8bbwe 1.24.10001.0 Xbox Game Bar Plugin Microsoft.XboxGameOverlay_8wekyb3d8bbwe 1.54.4001.0 Game Bar Microsoft.XboxGamingOverlay_8wekyb3d8bbwe 7.124.3191.0 Xbox Identity Provider Microsoft.XboxIdentityProvider_8wekyb3d8bbwe 12.95.3001.0 Xbox Game Speech Window Microsoft.XboxSpeechToTextOverlay_8wekyb3d8bbwe 1.21.13002.0 Phone Link Microsoft.YourPhone_8wekyb3d8bbwe 1.24032.123.0 Windows Media Player Microsoft.ZuneMusic_8wekyb3d8bbwe 11.2402.6.0 Films & TV Microsoft.ZuneVideo_8wekyb3d8bbwe 10.22091.10061.0 Quick Assist MicrosoftCorporationII.QuickAssist_8wekyb3d8bbwe 2.0.30.0 Windows Subsystem for AndroidTM and Android Apps MicrosoftCorporationII.WindowsSubsystemForAndroid_8wekyb… 2311.40000.5.0 Windows Subsystem for Linux MicrosoftCorporationII.WindowsSubsystemForLinux_8wekyb3d… 2.1.5.0 Microsoft Teams Microsoft.Teams.Free 24060.3103.2805… winget Windows CoPilot MSIX Pack MicrosoftWindows.Client.CoPilot_cw5n1h2txyewy 724.1301.930.5 Windows Web Experience Pack MicrosoftWindows.Client.WebExperience_cw5n1h2txyewy 424.1301.450.0 Cross Device Experience Host MicrosoftWindows.CrossDevice_cw5n1h2txyewy 1.24032.58.0 Speech Pack - English (United Kingdom) MicrosoftWindows.Speech.en-GB.1_cw5n1h2txyewy 1.0.7.0 NVIDIA Control Panel NVIDIACorp.NVIDIAControlPanel_56jybvy8sckqj 8.1.965.0 Microsoft 365 - en-us O365HomePremRetail - en-us 16.0.17425.20176 OBS Studio OBSProject.OBSStudio 30.1.2 winget Oh My Posh version 19.21.1 JanDeDobbeleer.OhMyPosh 19.21.1 winget Microsoft OneDrive Microsoft.OneDrive 24.062.0326.0002 winget Overwatch Overwatch Unknown Postman x86_64 10.24.16 Postman.Postman 10.24.16 winget Razer Synapse Razer Synapse 3.9.0331.032712 Realtek Audio Control RealtekSemiconductorCorp.RealtekAudioControl_dt26b99r8h8… 1.51.324.0 Riot Client Riot Game Riot_Client. Unknown League of Legends Riot Game league_of_legends.live Unknown TC-Helicon GoXLR USB Audio Driver v4.67.0 Software_TC-Helicon_goxlr_usb_audio_Setup 4.67.0 Ghostly 9N5MVRB0XC60 1.19.0.0 msstore Spotify Music SpotifyAB.SpotifyMusic_zpdnekdrzrea0 1.235.663.0 Steam Valve.Steam 2.10.91.91 winget Age of Empires IV: Anniversary Edition Steam App 1466860 Unknown Northgard Steam App 466560 Unknown WinRAR 7.00 (64-bit) RARLab.WinRAR 7.00.0 winget WinRAR WinRAR.ShellExtension_s4jet1zx4n14a 1.0.0.2 World of Warcraft World of Warcraft Unknown WowUp 2.10.0 b31ca559-50e4-54d8-a458-330e72a28314 2.10.0 CurseForge 0.242.1-15579 Overwolf.CurseForge 0.242.1-15579 winget Kindle com.amazon.kindle 8.94.0.100(2.0.… Amazon Appstore com.amazon.venezia release-60.24.1… GitKraken Axosoft.GitKraken 9.13.0 winget Hoppscotch hoppscotch.io-F91C9945_4s769wm2tjggg 1.0.0.0 qBittorrent qBittorrent 4.6.3 Realtek USB Audio {0A46A65D-89AC-464C-8026-3CD44960BD04} 6.3.9600.2353 Wootomation {0B1AB80E-D255-404D-89C4-26791B2E7D2C} 1.0.2 Microsoft ODBC Driver 17 for SQL Server {0E0F96AC-80DE-4400-A40C-429D63293651} 17.10.6.1 obs-backgroundremoval version 1.1.8 RoyShilkrot.obs-backgroundremoval 1.1.8 winget MSI Center SDK {15289038-41BE-48F8-B8B9-0B1021D3089E}}_is1 3.2024.0318.01 Microsoft .NET SDK 8.0.204 (x64) Microsoft.DotNet.SDK.8 8.0.204 winget vs_CoreEditorFonts {1851460E-0E63-4117-B5BA-25A2F045801B} 17.7.40001 Microsoft Visual C++ 2010 x64 Redistributable - … Microsoft.VCRedist.2010.x64 10.0.40219 winget k6 k6.k6 0.50.0 winget Pulumi Pulumi.Pulumi 3.113.2 winget Git LFS version 3.5.1 GitHub.GitLFS 3.5.1 winget Samsung Magician Samsung.SamsungMagician 8.1.0.800 winget AWS Command Line Interface v2 Amazon.AWSCLI 2.15.39.0 winget NexiGo version 1.0 {36A02147-C92C-458A-8284-E3903A0C4239}_is1 1.0 Microsoft SQL Server 2019 LocalDB {36E492B8-CB83-4DA5-A5D2-D99A8E8228A1} 15.0.4153.1 Microsoft .NET SDK 8.0.204 (x64) from Visual Stud… {3A83820E-867F-45B3-9FA4-3D513A9079EB} 8.2.424.17037 PowerToys (Preview) x64 Microsoft.PowerToys 0.80.1 winget Microsoft Visual C++ 2015-2022 Redistributable (x… Microsoft.VCRedist.2015+.x86 14.38.33135.0 winget GitHub CLI GitHub.cli 2.48.0 winget ScreenToGif NickeManarin.ScreenToGif 2.41 winget Microsoft System CLR Types for SQL Server 2019 Microsoft.CLRTypesSQLServer.2019 15.0.2000.5 winget Microsoft Visual C++ 2008 Redistributable - x64 9… Microsoft.VCRedist.2008.x64 9.0.30729.6161 winget Slack (Machine) SlackTechnologies.Slack 4.37.101 winget Microsoft Visual Studio Installer {6F320B93-EE3C-4826-85E0-ADF79F8D4C61} 3.9.2180.11832 Microsoft Visual Studio Code (User) Microsoft.VisualStudioCode 1.88.1 winget Realtek Ethernet Controller Driver {8833FFB6-5B0C-4764-81AA-06DFEED9A476} 11.10.0720.2022 WingetUI {889610CC-4337-4BDB-AC3B-4F21806C0BDE}_is1 3.0.2 Microsoft Web Deploy 4.0 Microsoft.WebDeploy 10.0.8215 winget Microsoft Visual C++ 2008 Redistributable - x86 9… Microsoft.VCRedist.2008.x86 9.0.30729.6161 winget IIS 10.0 Express {A43F6F96-4CED-4152-8086-AF954755E324} 10.0.08608 NVIDIA Graphics Driver 551.86 {B2FE1952-0186-46C3-BAEC-A80AA35AC5B8}_Display.Driver 551.86 NVIDIA GeForce Experience 3.27.0.120 Nvidia.GeForceExperience 3.27.0.120 winget NVIDIA PhysX System Software 9.21.0713 Nvidia.PhysX 9.21.0713 winget NVIDIA FrameView SDK 1.3.8513.32290073 {B2FE1952-0186-46C3-BAEC-A80AA35AC5B8}_FrameViewSdk 1.3.8513.322900… NVIDIA HD Audio Driver 1.3.40.14 {B2FE1952-0186-46C3-BAEC-A80AA35AC5B8}_HDAudio.Driver 1.3.40.14 Microsoft Update Health Tools {C6FD611E-7EFE-488C-A0E0-974C09EF6473} 5.72.0.0 GoXLR App version 1.5.11.228 {C9E72C47-A82C-4AD0-AB13-F2C0F3988DBC}_is1 1.5.11.228 AMD Ryzen Master SDK {DBD50508-5F75-416B-995D-C42433A00944} 2.13.0.2819 Hue Sync Philips.HueSync 1.8.2.31 winget wooting-analog-sdk {EDA8A641-DF57-48F6-9445-8C8F93B4DC22} 0.7.5 Microsoft Visual C++ 2010 x86 Redistributable - … Microsoft.VCRedist.2010.x86 10.0.40219 winget MSI Kombustor 4.1.27.0 (64-bit) MSI.Kombustor.4 Unknown 4.1.27.0 winget Windows Subsystem for Linux Update {F8474A47-8B5D-4466-ACE3-78EAB3BF21A8} 5.10.102.1 PowerShell 7-x64 Microsoft.PowerShell 7.4.2.0 winget Microsoft .NET SDK 6.0.421 (x64) Microsoft.DotNet.SDK.6 6.0.421 winget Microsoft Visual C++ 2015-2022 Redistributable (x… Microsoft.VCRedist.2015+.x64 14.38.33135.0 winget Microsoft .NET SDK 7.0.408 (x64) Microsoft.DotNet.SDK.7 7.0.408 winget ```

[!IMPORTANT]

Look for the Microsoft .NET SDK packages and note that the WinGet UI shows:

Microsoft .NET SDK 8.0.204 (x64)         Microsoft.DotNet.SDK.8
Microsoft .NET SDK 8.0.204 (x64) from V… {3A83820E-867F-45B3-9FA4-3D513A9079EB}
Microsoft .NET SDK 6.0.421 (x64)         Microsoft.DotNet.SDK.8
Microsoft .NET SDK 7.0.408 (x64)         Microsoft.DotNet.SDK.8

Whilst the same command executed on Windows Terminal displays:

Microsoft .NET SDK 8.0.204 (x64)                   Microsoft.DotNet.SDK.8 
Microsoft .NET SDK 8.0.204 (x64) from Visual Stud… {3A83820E-867F-45B3-9FA4-3D513A9079EB}
Microsoft .NET SDK 6.0.421 (x64)                   Microsoft.DotNet.SDK.6
Microsoft .NET SDK 7.0.408 (x64)                   Microsoft.DotNet.SDK.7

Note how the Microsoft .NET SDK 6.0.421 and Microsoft .NET SDK 7.0.408 have correct ids when the command runs on Windows Terminal but WingetUI logs shows both with the incorrect id of Microsoft.DotNet.SDK.8. The result is that WingetUI believes these packages can be updated to the latest 8.0.204 version which is not true. The Software Updates screen shows the following:

image

Steps to reproduce the issue

No response

WingetUI Log

Logs ``` Welcome to WingetUI Version 3.0.2 Version Code 3.02 C:\Users\eduar\AppData\Local\WingetUI\CachedLangFiles\lang_en.json Loaded language locale: en Api auth token: 64munb1gmzlta96t9nfj3t124uw9ifu78kvassh3jvpgzqwgl88ebltz533is4lw Starting update check Api running on http://localhost:7058 Lang files were updated successfully WingetUI is up to date Downloaded icons and screenshots successfully! ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ █▀▀▀▀▀▀▀▀▀▀▀▀▀ MANAGER LOADED ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ █ Name: Pip █ Enabled: False █ THE MANAGER IS DISABLED ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ █▀▀▀▀▀▀▀▀▀▀▀▀▀ MANAGER LOADED ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ █ Name: .NET Tool █ Enabled: True █ Found: True █ Fancye exe name: dotnet tool █ Executable path: C:\Program Files\dotnet\dotnet.exe █ Call arguments: tool █ Version: █ 8.0.204 ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ █▀▀▀▀▀▀▀▀▀▀▀▀▀ MANAGER LOADED ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ █ Name: Npm █ Enabled: True █ Found: True █ Fancye exe name: npm █ Executable path: C:\Windows\system32\windowspowershell\v1.0\powershell.exe █ Call arguments: -NoProfile -ExecutionPolicy Bypass -Command npm █ Version: █ 10.4.0 ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ █▀▀▀▀▀▀▀▀▀▀▀▀▀ MANAGER LOADED ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ █ Name: Scoop █ Enabled: True █ Found: False █ THE MANAGER WAS NOT FOUND. PERHAPS IT IS NOT █ INSTALLED OR IT HAS BEEN MISCONFIGURED ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ █▀▀▀▀▀▀▀▀▀▀▀▀▀ MANAGER LOADED ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ █ Name: Winget █ Enabled: True █ Found: True █ Fancye exe name: winget.exe █ Executable path: C:\Program Files\WingetUI\PackageEngine\Managers\winget-cli_x64\winget.exe █ Call arguments: █ Version: █ v1.7.10582 ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ █▀▀▀▀▀▀▀▀▀▀▀▀▀ MANAGER LOADED ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ █ Name: Chocolatey █ Enabled: True █ Found: True █ Fancye exe name: choco.exe █ Executable path: C:\Users\eduar\AppData\Local\Programs\WingetUI\choco-cli\choco.exe █ Call arguments: █ Version: █ 2.2.2 ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ █▀▀▀▀▀▀▀▀▀▀▀▀▀ MANAGER LOADED ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ █ Name: PowerShell █ Enabled: True █ Found: True █ Fancye exe name: powershell.exe █ Executable path: C:\Windows\system32\windowspowershell\v1.0\powershell.exe █ Call arguments: -NoProfile -Command █ Version: █ Name Value █ ---- ----- █ PSVersion 5.1.22621.2506 █ PSEdition Desktop █ PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...} █ BuildVersion 10.0.22621.2506 █ CLRVersion 4.0.30319.42000 █ WSManStackVersion 3.0 █ PSRemotingProtocolVersion 2.3 █ SerializationVersion 1.1.0.1 ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ LoadComponentsAsync finished executing. All managers loaded. Proceeding to interface. Error finding installed packages on manager Npm: System.IndexOutOfRangeException: Index was outside the bounds of the array. at ModernWindow.PackageEngine.Managers.Npm.GetInstalledPackages_UnSafe() at ModernWindow.PackageEngine.Classes.PackageManager.GetInstalledPackages() in C:\Users\marti\Desktop\wingetui-tempo\src\wingetui\PackageEngine\Classes\Manager.cs:line 192 Invalid value for UpdatesCheckInterval, using default value of 3600 seconds Error finding installed packages on manager Npm: System.IndexOutOfRangeException: Index was outside the bounds of the array. at ModernWindow.PackageEngine.Managers.Npm.GetInstalledPackages_UnSafe() at ModernWindow.PackageEngine.Classes.PackageManager.GetInstalledPackages() in C:\Users\marti\Desktop\wingetui-tempo\src\wingetui\PackageEngine\Classes\Manager.cs:line 192 ```

Package Managers Logs

Added above when describing the bug

Relevant information

No response

Screenshots and videos

No response

marticliment commented 2 months ago

This issue has been fixed on source code, and the fix will come with the next version of WingetUI