Closed pspmoe closed 5 months ago
winget list Microsoft.DotNet.DesktopRuntime.8 command result is empty when both x64 and x86 of Microsoft.DotNet.DesktopRuntime.8 are installed
winget list Microsoft.DotNet.DesktopRuntime.8
x64
x86
Microsoft.DotNet.DesktopRuntime.8
This problem also exists in DotNet6, DotNet7
winget install -a x64 Microsoft.DotNet.DesktopRuntime.8
winget list Microsoft.DotNet.DesktopRuntime
winget install --force -a x86 Microsoft.DotNet.DesktopRuntime.8
winget list
Both x64 and x86 for Microsoft.DotNet.DesktopRuntime.8 are among the results
Result is empty
Windows Package Manager v1.7.10861 Windows: Windows.Desktop v10.0.22631.3374 Package: Microsoft.DesktopAppInstaller v1.22.10861.0
We've been working on the side-by-side scenarios. You could try the latest release and enable the experimental feature on:
Please provide feedback at:
Brief description of your issue
winget list Microsoft.DotNet.DesktopRuntime.8
command result is empty when bothx64
andx86
ofMicrosoft.DotNet.DesktopRuntime.8
are installedThis problem also exists in DotNet6, DotNet7
Steps to reproduce
winget install -a x64 Microsoft.DotNet.DesktopRuntime.8
winget list Microsoft.DotNet.DesktopRuntime
. Results existswinget install --force -a x86 Microsoft.DotNet.DesktopRuntime.8
winget list
. Bothx64
andx86
forMicrosoft.DotNet.DesktopRuntime.8
are among the resultswinget list Microsoft.DotNet.DesktopRuntime.8
. Result is emptyExpected behavior
Both
x64
andx86
for Microsoft.DotNet.DesktopRuntime.8 are among the resultsActual behavior
Result is empty
Environment