Demitrius Nelon
Demitrius Nelon
Yes, we've confirmed with one of the teams, that the older version needs to be uninstalled. @Trenly just added the "uninstallPrevious" to all the ADK manifests. It looks like we...
requiresExplicitUpgrade would prevent `winget upgrade` from showing the SDK as having an upgrade available, and would prevent `winget upgrade --all` from performing the upgrade action. I think that might be...
@MarcoPeraza were you able to use --force?
We're looking at several options to deal with this scenario. There have been several concerns about having command-line overrides that could potentially result in malicious code getting installed by the...
We now have a Group Policy to determine if the ability to override hash validation is available to users. We are discussing adding a setting to the "settings.json" file to...
We've been discussing the behavior for the hash override behavior. "--force" doesn't really convey that you are taking a risk in installing a package when the hash doesn't match. I...
Merged 6 hours ago: * https://github.com/microsoft/winget-pkgs/pull/83280
Related to: * #1900
@Karl-WE I like this as an enhancement. I'll also make sure we add settings so a user may enable or disable notifications.
Today, there isn't a service running in the background to invoke `winget upgrade` to give users notifications for packages that could be updated. In the future, this is something that...