Kaleb Luedtke

Results 527 comments of Kaleb Luedtke

@stephengillie @ryfu-msft - This looks like an incorrect error message. MSStore source returns 404 when the package is not available, not only when the source endpoint is not found ![image](https://user-images.githubusercontent.com/12611259/207929439-32361ffc-258b-46e1-bf2f-75f8c547c75c.png)

After more investigation, this occurs only in the sandbox because the `Region` in the sandbox is set to `World`. This causes the `PackageMatchField` for `Market` to be - ``` {"PackageMatchField":"Market","RequestMatch":{"KeyWord":"ZZ","MatchType":"CaseInsensitive"}}...

Can you attach the log file from `winget install Rustlang.Rust.MSVC --disable-interactivity --verbose --logs` ? I'm not able to reproduce the issue?

I was looking at this, and it appears that it was intentionally set to be red - https://github.com/microsoft/winget-cli/blob/015f0e9d9d6fd8d0d40e51dce264cd7744886c7b/src/AppInstallerCLICore/Workflows/ConfigurationFlow.cpp#L1374-L1378

Can you try running the export command outside of DSC? I'm almost certain this is an issue caused by WinGet being run in system context, so knowing if it works...

> That brings up a good point. Wasn't neutral made specifically for appxbundles? I think that in cases where an installer truly is neutral, then it would be able to...

> I think that `neutral` still has a place, even if it is not commonly used. It probably shouldn't be used most of the time, but there are truly neutral...

Apparently they should be the same? https://stackoverflow.com/a/44347702/9998654

The team is working on improving side-by-side behaviors, and the applications you mentioned (.NET, CUDA, Desktop Runtime, etc.) are all applications that install new versions side-by-side with older versions. There...