-
Notifications
You must be signed in to change notification settings - Fork 8.4k
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
Upgrade to Microsoft.UI.Xaml 2.6.2 (or equivalent) #10996
Conversation
This commit moves us from MUX 2.5 to MUX 2.6. I have temporarily disabled the new control styles in TerminalApp\App.xaml by setting ControlsResourcesVersion to Version1. There is no significant expected visual impact.
fc56767
to
8890734
Compare
@msftbot merge this in 10 minutes |
Hello @miniksa! Because you've given me some instructions on how to help merge this pull request, I'll be modifying my merge approach. Here's how I understand your requirements for merging this pull request:
If this doesn't seem right to you, you can tell me to cancel these instructions and use the auto-merge policy that has been configured for this repository. Try telling me "forget everything I just told you". |
…11031) The upgrade to 2.6 revealed #11003 and microsoft/microsoft-ui-xaml#5435, and is impeding progress on PGO. This reverts commit cfdf03c. Reverts #10996
* this is the same thing as #10996, but with the fix that caused us to #11031 * This includes microsoft/microsoft-ui-xaml#3769, so we had to make some adjustments to how we handle tab colors. It works the same as before. * Should enable #11231 to be started * [x] Closes #10508 * [x] Closes #7133 * [x] Closes #8948 * [ ] I need to finish letting my 19H1 VM boot to make sure unpackaged still works
This commit moves us from MUX 2.5 to MUX 2.6. I have temporarily
disabled the new control styles in
TerminalApp\App.xaml
by settingControlsResourcesVersion
toVersion1
. There is no significant expectedvisual impact.
Closes #10508