-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Defer package updates while the Terminal is running #16250
Conversation
Adds ```xml <uap17:UpdateWhileInUse>defer</uap17:UpdateWhileInUse> ``` To our `Package.Properties` for all our packages. This was added in the September 2023 OS release of Windows 11. Apparently, this just works now? I did update VS, but I don't _think_ that updated the SDK. I have no idea how it updated the manifest definitions. Closes #3915 Closes #6726
Servicing only to preview. |
So this fix doesn't apply to Windows 10? |
I was about to ask the same - not everyone can use Windows 11 yet (either due to company policies or "old" hardware - i.e. anything older than Coffee Lake or Zen+). Since my original issue #3915 was reported on Windows 10 I guess this means it's either coming there as well, or that issue has been incorrectly marked as fixed? |
Adds ```xml <uap17:UpdateWhileInUse>defer</uap17:UpdateWhileInUse> ``` to our `Package.Properties` for all our packages. This was added in the September 2023 OS release of Windows 11. Apparently, this just works now? I did update VS, but I don't _think_ that updated the SDK. I have no idea how it updated the manifest definitions. Closes microsoft#3915 Closes microsoft#6726
Adds ```xml <uap17:UpdateWhileInUse>defer</uap17:UpdateWhileInUse> ``` to our `Package.Properties` for all our packages. This was added in the September 2023 OS release of Windows 11. Apparently, this just works now? I did update VS, but I don't _think_ that updated the SDK. I have no idea how it updated the manifest definitions. Closes #3915 Closes #6726 (cherry picked from commit 077d63e) Service-Card-Id: 91033136 Service-Version: 1.19
As noted in #17385: Looks like Windows 11 builds 25399+ will be the first ones that actually have support for this. So Terminal is more than ready for it, but we need to wait for that to roll out broadly. Our friends on the Store team also investigated backporting to earlier Windows versions, but that wasn't a possibility at this time. Alas, at least it's coming SoonTM |
Adds
To our
Package.Properties
for all our packages. This was added in the September 2023 OS release of Windows 11.Apparently, this just works now? I did update VS, but I don't think that updated the SDK. I have no idea how it updated the manifest definitions.
Closes #3915
Closes #6726