-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[Windows] Upgrade to Windows App SDK 1.7 #28499
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
[Windows] Upgrade to Windows App SDK 1.7 #28499
Conversation
/azp run MAUI-public |
Azure Pipelines successfully started running 1 pipeline(s). |
Everything is broken:
|
Looks like this happens with packaged apps, let me see |
It looks like it is the tests that switch the build from Packaged to Unpackaged in the csproj, but not also the launchSettings.json. Are you also able to add some code in those places that do a find/replace of MsixPackage -> Project when doing things? For example, this just changes the csproj, but we need to add also one for the launchSettings.json
|
@jfversluis any reason for .NET 10 Pre 6 as opposed to much sooner? I think this is also nice to get into .NET 9 if there are any improvements/bugfixes? |
@mattleibow I totally meant to click net9 SR6 😄 |
/azp run |
If this starts to look very green, then we can rebase and merge into the |
Azure Pipelines successfully started running 3 pipeline(s). |
@mattleibow I did
and then ran Windows template tests in my Visual Studio. I can see: So tests pass for me. I ignored maui-blazor tests for now. -> I'm not exactly sure why tests pass on my end and it fails when running on CI. |
d5d4392
to
acbb49d
Compare
@mattleibow I tried to rebase as there was a change in global.json recently |
Any help is welcome. |
bf73811
to
d0f7007
Compare
Unfortunately, even with 1.7.1, I can see the same behavior for |
* Update to Windows App SDK 1.7 https://github.com/microsoft/microsoft-ui-xaml/releases/tag/winui3/release/1.7.0 * nits * Update Directory.Build.targets * Upgrade 1.7.0 to 1.7.1 --------- Co-authored-by: Matthew Leibowitz <[email protected]>
* Update to Windows App SDK 1.7 https://github.com/microsoft/microsoft-ui-xaml/releases/tag/winui3/release/1.7.0 * nits * Update Directory.Build.targets * Upgrade 1.7.0 to 1.7.1 --------- Co-authored-by: Matthew Leibowitz <[email protected]>
* Update to Windows App SDK 1.7 https://github.com/microsoft/microsoft-ui-xaml/releases/tag/winui3/release/1.7.0 * nits * Update Directory.Build.targets * Upgrade 1.7.0 to 1.7.1 --------- Co-authored-by: Matthew Leibowitz <[email protected]>
* Update to Windows App SDK 1.7 https://github.com/microsoft/microsoft-ui-xaml/releases/tag/winui3/release/1.7.0 * nits * Update Directory.Build.targets * Upgrade 1.7.0 to 1.7.1 --------- Co-authored-by: Matthew Leibowitz <[email protected]>
### Description of Change ## .NET MAUI Release Notes - Inflight/Candidate ## What's Changed ### MAUI Product Fixes * Fix CarouselView layout SR6 regressions by @albyrock87 in #29035 * Revert "[Android] picker - focus/unfocus events (#28122)" by @PureWeen in https://github.com/dotnet/maui/pull/1fb5164929 * [Windows] Fixed the flyout content width not being set correctly after updating to WinUI SDK 1.7 by @Tamilarasan-Paranthaman in #28996 * [Android] picker - focus/unfocus events by @kubaflo in #28122 * [XC] add IRootObjectProvider by @StephaneDelcroix in #28310 * [iOS] Fix for the File.ContentType from MediaPicker not being in valid MIME format by @SyedAbdulAzeemSF4852 in #28842 * [Android] Fixed the Incorrect Text Color Applied to Selected Tab in TabbedPage by @Ahamed-Ali in #28844 * [iOS] Fix FlyoutPage does not respond to changes in the FlyoutLayoutBehavior property by @devanathan-vaithiyanathan in #28884 * [Android] Fixed ScalingCanvas.SetBlur not working by @NirmalKumarYuvaraj in #28911 * [iOS] - Resolved Proper Rendering of Dynamic Header/Footer Updates in CV2 by @prakashKannanSf3972 in #28641 * [iOS] Fixed the TargetInvocationException Occurs When Selecting Header/Footer After Changing ItemsLayout in CV2 by @Ahamed-Ali in #28890 * [Windows] - Fix Visual State Issue with Picker TextColor After Navigation by @prakashKannanSf3972 in #28746 ### Dependency Updates * [Windows] Upgrade to Windows App SDK 1.7 by @MartyIX in #28499 ### Testing * [Testing] Feature Matrix UITest Cases for CollectionView EmptyView Feature by @NafeelaNazhir in #28679 * Fixed Test case failure in PR 29037 - [2025/04/21] Candidate by @HarishKumarSF4517 in #29049 **Full Changelog**: main...inflight/candidate For more information about inflight process check https://github.com/dotnet/maui/wiki/Inflight-Branch-Process
Description of Change
Upgrade Windows App SDK from 1.6 to 1.7. See release notes and GitHub release notes:
I'm not sure what the plans regarding upgrading are1. I just noticed that it seems much easier to upgrade than from 1.5 to 1.6.
Footnotes
Should it be done in .NET 9 servicing or in .NET 10? ↩