Demitrius Nelon

Results 1170 comments of Demitrius Nelon

There are a couple of different options. Users should also be aware that WinGet distributed through the App Installer is considered a Windows System component which means once it's been...

#151 Support Delivery Optimization includes the technology for parallel downloads. We will have some service side work necessary to enable this, and not all servers support range requests (so it...

This work is in progress for Delivery Optimization. This issue will be used to track the remainder of the client work to take new keys being added to the schema...

@mrwensveen There are limits in Windows with respect to how many things can be installed in parallel. MSIX limits to six, MSI is one at a time, and for the...

Having the supported architectures specified in the manifest prevents us from having to download the package to see if it is compatible with the architecture of the system. It would...

If you run `winget list` do you see more than one version installed? Have you tried a preview version with the side-by-side experimental feature enabled?

It looks like this was fixed via: * https://github.com/microsoft/winget-command-not-found/issues/7

We went back and forth on the design choice with that. I can see the value in both approaches. We're also going to be doing some work with DSC v3...

This is something I use for DSC Resource testing: ```PowerShell $SplatParam = @{ Name = 'WindowsOptionalFeature' ModuleName = 'PSDesiredStateConfiguration' Method = 'Test' Property = @{ Name = 'Containers-DisposableClientVM' Ensure =...

@jdhitsolutions, what kind of proposed example do you have here? I value your expertise over mine very highly here 😊 I was just showing an example of what I have...