Skip to content

Commit 8a1e818

Browse files
chore(deps): update dotnet monorepo to 9.0.90 (#4080)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [Microsoft.Maui.Controls](https://redirect.github.com/dotnet/maui) | `9.0.82` -> `9.0.90` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.Maui.Controls/9.0.90?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.Maui.Controls/9.0.82/9.0.90?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [Microsoft.Maui.Controls.Compatibility](https://redirect.github.com/dotnet/maui) | `9.0.82` -> `9.0.90` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.Maui.Controls.Compatibility/9.0.90?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.Maui.Controls.Compatibility/9.0.82/9.0.90?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>dotnet/maui (Microsoft.Maui.Controls)</summary> ### [`v9.0.90`](https://redirect.github.com/dotnet/maui/releases/tag/9.0.90): SR9 [Compare Source](https://redirect.github.com/dotnet/maui/compare/9.0.82...9.0.90) ##### .NET MAUI 9.0.90 SR9 Release Notes ##### What's Changed This service release includes 141+ commits focusing on testing improvements, infrastructure updates, and critical product fixes for the .NET MAUI 9.0 service release 9. ##### MAUI Product Fixes - MauiScrollView resets ContentOffset on first layout pass - fix by [@&#8203;kubaflo](https://redirect.github.com/kubaflo) in [https://github.com/dotnet/maui/pull/30453](https://redirect.github.com/dotnet/maui/pull/30453) - Fixes [#&#8203;30147](https://redirect.github.com/dotnet/maui/issues/30147) - \[iOS]\[Shell]Tab becomes blank after specific navigation pattern - fix by [@&#8203;kubaflo](https://redirect.github.com/kubaflo) in [https://github.com/dotnet/maui/pull/29825](https://redirect.github.com/dotnet/maui/pull/29825) - Fixes [#&#8203;29798](https://redirect.github.com/dotnet/maui/issues/29798), [#&#8203;30280](https://redirect.github.com/dotnet/maui/issues/30280) - \[iOS] Assign PresentationController.Delegate to handle swipe-to-dismiss fallback by [@&#8203;bhavanesh2001](https://redirect.github.com/bhavanesh2001) in [https://github.com/dotnet/maui/pull/30289](https://redirect.github.com/dotnet/maui/pull/30289) - Fixes [#&#8203;30282](https://redirect.github.com/dotnet/maui/issues/30282) - \[iOS] Fix for CarouselView ItemSpacing property in ItemsLayout not working with CV2 by [@&#8203;Ahamed-Ali](https://redirect.github.com/Ahamed-Ali) in [https://github.com/dotnet/maui/pull/27056](https://redirect.github.com/dotnet/maui/pull/27056) - Fixes [#&#8203;27025](https://redirect.github.com/dotnet/maui/issues/27025) - \[Android] Fix OnIdiom threading issue by removing using statements in DeviceInfo by [@&#8203;Copilot](https://redirect.github.com/Copilot) in [https://github.com/dotnet/maui/pull/30288](https://redirect.github.com/dotnet/maui/pull/30288) - Fixes [#&#8203;29853](https://redirect.github.com/dotnet/maui/issues/29853) - Skip useless handler mappings calls while connecting by [@&#8203;albyrock87](https://redirect.github.com/albyrock87) in [https://github.com/dotnet/maui/pull/27259](https://redirect.github.com/dotnet/maui/pull/27259) - Fixes [#&#8203;17303](https://redirect.github.com/dotnet/maui/issues/17303) - Update Permissions.ios.tvos.watchos.cs by [@&#8203;kubaflo](https://redirect.github.com/kubaflo) in [https://github.com/dotnet/maui/pull/29180](https://redirect.github.com/dotnet/maui/pull/29180) - Fixes [#&#8203;29172](https://redirect.github.com/dotnet/maui/issues/29172) - \[Android] Controls Disappear When WebView is Used with Hardware Acceleration Disabled by [@&#8203;praveenkumarkarunanithi](https://redirect.github.com/praveenkumarkarunanithi) in [https://github.com/dotnet/maui/pull/28934](https://redirect.github.com/dotnet/maui/pull/28934) - Fixes [#&#8203;28902](https://redirect.github.com/dotnet/maui/issues/28902) - Fix for Handler not disconnected when removing a non-visible page from the navigation stack by [@&#8203;praveenkumarkarunanithi](https://redirect.github.com/praveenkumarkarunanithi) in [https://github.com/dotnet/maui/pull/30049](https://redirect.github.com/dotnet/maui/pull/30049) - Fixes [#&#8203;29923](https://redirect.github.com/dotnet/maui/issues/29923) - \[Android] Removing outdated menu items as Android can delete them after switching activities by [@&#8203;VitalyKnyazev](https://redirect.github.com/VitalyKnyazev) in [https://github.com/dotnet/maui/pull/28767](https://redirect.github.com/dotnet/maui/pull/28767) - Fixes [#&#8203;24357](https://redirect.github.com/dotnet/maui/issues/24357) - \[iOS] SwipeView Closes when Content Changes - fix by [@&#8203;kubaflo](https://redirect.github.com/kubaflo) in [https://github.com/dotnet/maui/pull/29088](https://redirect.github.com/dotnet/maui/pull/29088) - Fixes [#&#8203;29086](https://redirect.github.com/dotnet/maui/issues/29086) - \[Android, iOS] Fix for the Resize method does not dispose the original image, even when disposeOriginal is set to true by [@&#8203;SyedAbdulAzeemSF4852](https://redirect.github.com/SyedAbdulAzeemSF4852) in [https://github.com/dotnet/maui/pull/29936](https://redirect.github.com/dotnet/maui/pull/29936) - Fixes [#&#8203;21886](https://redirect.github.com/dotnet/maui/issues/21886) - Revert "Fix up relevant CA1416 warnings - Set 3 ([#&#8203;26751](https://redirect.github.com/dotnet/maui/issues/26751))" by [@&#8203;PureWeen](https://redirect.github.com/PureWeen) in [https://github.com/dotnet/maui/pull/30421](https://redirect.github.com/dotnet/maui/pull/30421) - Fixes [#&#8203;30426](https://redirect.github.com/dotnet/maui/issues/30426), [#&#8203;30350](https://redirect.github.com/dotnet/maui/issues/30350) - \[main] Revert "\[Android, iOS] Dynamically setting SearchHandler Query property does not update text in the search box ([#&#8203;28400](https://redirect.github.com/dotnet/maui/issues/28400))" by [@&#8203;PureWeen](https://redirect.github.com/PureWeen) in [https://github.com/dotnet/maui/pull/30250](https://redirect.github.com/dotnet/maui/pull/30250) - Reinstate iOS13+ guards by [@&#8203;jfversluis](https://redirect.github.com/jfversluis) in [https://github.com/dotnet/maui/pull/30268](https://redirect.github.com/dotnet/maui/pull/30268) - Fixes [#&#8203;30266](https://redirect.github.com/dotnet/maui/issues/30266) - Fix CV1 GridItemsLayout centering single item AND Fix Empty view not resizing when bounds change by [@&#8203;albyrock87](https://redirect.github.com/albyrock87) in [https://github.com/dotnet/maui/pull/29639](https://redirect.github.com/dotnet/maui/pull/29639) - Fixes [#&#8203;29634](https://redirect.github.com/dotnet/maui/issues/29634), [#&#8203;29595](https://redirect.github.com/dotnet/maui/issues/29595) - Revert - Fixed the Label not sized correctly on Android by [@&#8203;Ahamed-Ali](https://redirect.github.com/Ahamed-Ali) in [https://github.com/dotnet/maui/pull/30023](https://redirect.github.com/dotnet/maui/pull/30023) - \[Android] Prevent Picker from Gaining Focus on Touch by [@&#8203;bhavanesh2001](https://redirect.github.com/bhavanesh2001) in [https://github.com/dotnet/maui/pull/29068](https://redirect.github.com/dotnet/maui/pull/29068) - Fixes [#&#8203;19739](https://redirect.github.com/dotnet/maui/issues/19739), [#&#8203;15394](https://redirect.github.com/dotnet/maui/issues/15394), [#&#8203;24862](https://redirect.github.com/dotnet/maui/issues/24862), [#&#8203;21704](https://redirect.github.com/dotnet/maui/issues/21704), [#&#8203;13503](https://redirect.github.com/dotnet/maui/issues/13503), [#&#8203;8546](https://redirect.github.com/dotnet/maui/issues/8546), [#&#8203;28121](https://redirect.github.com/dotnet/maui/issues/28121) - \[iOS, Mac] Fix for downsized image retaining original dimensions in GraphicsView by [@&#8203;SyedAbdulAzeemSF4852](https://redirect.github.com/SyedAbdulAzeemSF4852) in [https://github.com/dotnet/maui/pull/30007](https://redirect.github.com/dotnet/maui/pull/30007) - Fixes [#&#8203;30006](https://redirect.github.com/dotnet/maui/issues/30006) - Weak subscription to CanExecuteChange events by [@&#8203;PureWeen](https://redirect.github.com/PureWeen) in [https://github.com/dotnet/maui/pull/29837](https://redirect.github.com/dotnet/maui/pull/29837) - Fixes [#&#8203;16124](https://redirect.github.com/dotnet/maui/issues/16124) - Revert "Fixes Setting BackgroundColor to null does not actually changes BackgroundColor [#&#8203;22914](https://redirect.github.com/dotnet/maui/issues/22914) ([#&#8203;22917](https://redirect.github.com/dotnet/maui/issues/22917))" by [@&#8203;mattleibow](https://redirect.github.com/mattleibow) in [https://github.com/dotnet/maui/pull/30031](https://redirect.github.com/dotnet/maui/pull/30031) - Fixes [#&#8203;30024](https://redirect.github.com/dotnet/maui/issues/30024) - \[Windows] Fixed runtime update issue for SearchBar PlaceholderColor and BackgroundColor by [@&#8203;Tamilarasan-Paranthaman](https://redirect.github.com/Tamilarasan-Paranthaman) in [https://github.com/dotnet/maui/pull/29965](https://redirect.github.com/dotnet/maui/pull/29965) - Fixes [#&#8203;29962](https://redirect.github.com/dotnet/maui/issues/29962) - ScrollView's Background on iOS by [@&#8203;kubaflo](https://redirect.github.com/kubaflo) in [https://github.com/dotnet/maui/pull/25541](https://redirect.github.com/dotnet/maui/pull/25541) - Fixes [#&#8203;24016](https://redirect.github.com/dotnet/maui/issues/24016) - Update SetterSpecificity.cs Remove Extra Line From Bad Merge by [@&#8203;PureWeen](https://redirect.github.com/PureWeen) in [https://github.com/dotnet/maui/pull/29987](https://redirect.github.com/dotnet/maui/pull/29987) - Add defensive IsAlive check to Android ViewExtensions.OnUnloaded by [@&#8203;jfversluis](https://redirect.github.com/jfversluis) in [https://github.com/dotnet/maui/pull/29934](https://redirect.github.com/dotnet/maui/pull/29934) - Fixes [#&#8203;28051](https://redirect.github.com/dotnet/maui/issues/28051) - Optimize converters for GridLength, ColumnDefinition, and RowDefinition by [@&#8203;symbiogenesis](https://redirect.github.com/symbiogenesis) in [https://github.com/dotnet/maui/pull/20048](https://redirect.github.com/dotnet/maui/pull/20048) - Enabled-MultiTouch-iOS by [@&#8203;prakashKannanSf3972](https://redirect.github.com/prakashKannanSf3972) in [https://github.com/dotnet/maui/pull/29895](https://redirect.github.com/dotnet/maui/pull/29895) - Fixes [#&#8203;29461](https://redirect.github.com/dotnet/maui/issues/29461) - \[android] Fallback to default icons in SearchHandler by [@&#8203;aheubusch](https://redirect.github.com/aheubusch) in [https://github.com/dotnet/maui/pull/25067](https://redirect.github.com/dotnet/maui/pull/25067) - Fixed the picker title's color by [@&#8203;kubaflo](https://redirect.github.com/kubaflo) in [https://github.com/dotnet/maui/pull/23075](https://redirect.github.com/dotnet/maui/pull/23075) - Fixes [#&#8203;16737](https://redirect.github.com/dotnet/maui/issues/16737) - Fixes Setting BackgroundColor to null does not actually changes BackgroundColor [#&#8203;22914](https://redirect.github.com/dotnet/maui/issues/22914) by [@&#8203;Jon2G](https://redirect.github.com/Jon2G) in [https://github.com/dotnet/maui/pull/22917](https://redirect.github.com/dotnet/maui/pull/22917) - Fixes [#&#8203;22914](https://redirect.github.com/dotnet/maui/issues/22914), [#&#8203;19576](https://redirect.github.com/dotnet/maui/issues/19576) - \[iOS] CarouselView with CarouselViewHandler2 make app crash when Loop="False" and user scroll to the last position - fix by [@&#8203;kubaflo](https://redirect.github.com/kubaflo) in [https://github.com/dotnet/maui/pull/26868](https://redirect.github.com/dotnet/maui/pull/26868) - Fixes [#&#8203;26863](https://redirect.github.com/dotnet/maui/issues/26863) - \[Windows] Implemented the Resize and Downsize functions in the W2DImage class by [@&#8203;HarishwaranVijayakumar](https://redirect.github.com/HarishwaranVijayakumar) in [https://github.com/dotnet/maui/pull/29138](https://redirect.github.com/dotnet/maui/pull/29138) - Fixes [#&#8203;16767](https://redirect.github.com/dotnet/maui/issues/16767) - \[iOS] Fix SwipeView programmatic open when background color is set by [@&#8203;Shalini-Ashokan](https://redirect.github.com/Shalini-Ashokan) in [https://github.com/dotnet/maui/pull/29765](https://redirect.github.com/dotnet/maui/pull/29765) - Fixes [#&#8203;17204](https://redirect.github.com/dotnet/maui/issues/17204) - \[iOS] FormattedText with text color causes stack overflow - fix by [@&#8203;kubaflo](https://redirect.github.com/kubaflo) in [https://github.com/dotnet/maui/pull/29874](https://redirect.github.com/dotnet/maui/pull/29874) - Fixes [#&#8203;29851](https://redirect.github.com/dotnet/maui/issues/29851) - \[iOS] Fix AdaptiveTrigger not working as expected by [@&#8203;jsuarezruiz](https://redirect.github.com/jsuarezruiz) in [https://github.com/dotnet/maui/pull/20987](https://redirect.github.com/dotnet/maui/pull/20987) - Fixes [#&#8203;19197](https://redirect.github.com/dotnet/maui/issues/19197) - Templated indicator view - improvements by [@&#8203;kubaflo](https://redirect.github.com/kubaflo) in [https://github.com/dotnet/maui/pull/25642](https://redirect.github.com/dotnet/maui/pull/25642) - Fixes [#&#8203;25598](https://redirect.github.com/dotnet/maui/issues/25598) - \[iOS] Fix for Flyout title is not broken over multiple lines when you rotate your screen by [@&#8203;BagavathiPerumal](https://redirect.github.com/BagavathiPerumal) in [https://github.com/dotnet/maui/pull/29171](https://redirect.github.com/dotnet/maui/pull/29171) - Fixes [#&#8203;15154](https://redirect.github.com/dotnet/maui/issues/15154) - \[Windows] Fix for Assigning null to the SelectedItem of the CollectionView in the SelectionChanged event does not clear the selection by [@&#8203;SyedAbdulAzeemSF4852](https://redirect.github.com/SyedAbdulAzeemSF4852) in [https://github.com/dotnet/maui/pull/29288](https://redirect.github.com/dotnet/maui/pull/29288) - Fixes [#&#8203;10025](https://redirect.github.com/dotnet/maui/issues/10025) - Fix TapCoordinates method in Catalyst by [@&#8203;jsuarezruiz](https://redirect.github.com/jsuarezruiz) in [https://github.com/dotnet/maui/pull/29775](https://redirect.github.com/dotnet/maui/pull/29775) - Fixes [#&#8203;19754](https://redirect.github.com/dotnet/maui/issues/19754) - Fixed ItemSpacing on CarouselView resizes items \[Android] by [@&#8203;Dhivya-SF4094](https://redirect.github.com/Dhivya-SF4094) in [https://github.com/dotnet/maui/pull/29796](https://redirect.github.com/dotnet/maui/pull/29796) - Fixes [#&#8203;29609](https://redirect.github.com/dotnet/maui/issues/29609) - Perf : ButtonContentTypeConverter now using InvariantCulture to parse… by [@&#8203;jonathanantoine](https://redirect.github.com/jonathanantoine) in [https://github.com/dotnet/maui/pull/25393](https://redirect.github.com/dotnet/maui/pull/25393) - Update the comment for the test properties by [@&#8203;mattleibow](https://redirect.github.com/mattleibow) in [https://github.com/dotnet/maui/pull/27306](https://redirect.github.com/dotnet/maui/pull/27306) - ToolbarItem behavior with ImageSource iOS - fix by [@&#8203;kubaflo](https://redirect.github.com/kubaflo) in [https://github.com/dotnet/maui/pull/28833](https://redirect.github.com/dotnet/maui/pull/28833) - Fixes [#&#8203;28822](https://redirect.github.com/dotnet/maui/issues/28822) - \[Android] Fixed Button Shadow Color Transparency Not Applied Correctly by [@&#8203;NanthiniMahalingam](https://redirect.github.com/NanthiniMahalingam) in [https://github.com/dotnet/maui/pull/29371](https://redirect.github.com/dotnet/maui/pull/29371) - Fixes [#&#8203;29325](https://redirect.github.com/dotnet/maui/issues/29325) - Don't call NSAttributedString with HTML from a background thread by [@&#8203;kubaflo](https://redirect.github.com/kubaflo) in [https://github.com/dotnet/maui/pull/26153](https://redirect.github.com/dotnet/maui/pull/26153) - Fixes [#&#8203;25946](https://redirect.github.com/dotnet/maui/issues/25946) ##### Dependency Updates - Update Versions.props NET9 SR9 servicing bump by [@&#8203;PureWeen](https://redirect.github.com/PureWeen) in [https://github.com/dotnet/maui/pull/30519](https://redirect.github.com/dotnet/maui/pull/30519) - Update Versions.props 9.0.90 SR9 versioning by [@&#8203;PureWeen](https://redirect.github.com/PureWeen) in [https://github.com/dotnet/maui/pull/29909](https://redirect.github.com/dotnet/maui/pull/29909) - Bump to 1.7.250606001 of WindowsAppSDK by [@&#8203;PureWeen](https://redirect.github.com/PureWeen) in [https://github.com/dotnet/maui/pull/29915](https://redirect.github.com/dotnet/maui/pull/29915) - Update MicrosoftCodeAnalysisPublicApiAnalyzers and MicrosoftCodeAnalysisBannedApiAnalyzers to 4.14.0 by [@&#8203;Copilot](https://redirect.github.com/Copilot) in [https://github.com/dotnet/maui/pull/30213](https://redirect.github.com/dotnet/maui/pull/30213) ##### Testing - \[Testing] Disabling the Essentials Geocoding failing tests on Windows by [@&#8203;anandhan-rajagopal](https://redirect.github.com/anandhan-rajagopal) in [https://github.com/dotnet/maui/pull/30508](https://redirect.github.com/dotnet/maui/pull/30508) - Fixed Test case(Issue28798) failure in PR 30306 - \[6/30/2025] Candidate by [@&#8203;anandhan-rajagopal](https://redirect.github.com/anandhan-rajagopal) in [https://github.com/dotnet/maui/pull/30413](https://redirect.github.com/dotnet/maui/pull/30413) - Fixed Test case failure in PR 30306 - \[6/30/2025] Candidate by [@&#8203;anandhan-rajagopal](https://redirect.github.com/anandhan-rajagopal) in [https://github.com/dotnet/maui/pull/30315](https://redirect.github.com/dotnet/maui/pull/30315) - \[Testing] Feature Matrix UITest Cases for Switch Control by [@&#8203;jsuarezruiz](https://redirect.github.com/jsuarezruiz) in [https://github.com/dotnet/maui/pull/29950](https://redirect.github.com/dotnet/maui/pull/29950) - \[Testing] Feature matrix UITest Cases for Entry Control by [@&#8203;jsuarezruiz](https://redirect.github.com/jsuarezruiz) in [https://github.com/dotnet/maui/pull/30033](https://redirect.github.com/dotnet/maui/pull/30033) - \[Testing] Migration of Compatibility.Core platform-specific unit tests into device tests - 6 by [@&#8203;jsuarezruiz](https://redirect.github.com/jsuarezruiz) in [https://github.com/dotnet/maui/pull/28399](https://redirect.github.com/dotnet/maui/pull/28399) - \[Testing] Feature matrix UITest Cases for Image Control by [@&#8203;jsuarezruiz](https://redirect.github.com/jsuarezruiz) in [https://github.com/dotnet/maui/pull/29832](https://redirect.github.com/dotnet/maui/pull/29832) - \[Testing] Fix for flaky device test BlazorWebViewUsesStartPath on Windows by [@&#8203;jsuarezruiz](https://redirect.github.com/jsuarezruiz) in [https://github.com/dotnet/maui/pull/29966](https://redirect.github.com/dotnet/maui/pull/29966) - \[Testing] Feature matrix UITest Cases for ImageButton Control by [@&#8203;jsuarezruiz](https://redirect.github.com/jsuarezruiz) in [https://github.com/dotnet/maui/pull/29968](https://redirect.github.com/dotnet/maui/pull/29968) - \[Testing] Feature Matrix UITest Cases for ProgressBar Control by [@&#8203;jsuarezruiz](https://redirect.github.com/jsuarezruiz) in [https://github.com/dotnet/maui/pull/29980](https://redirect.github.com/dotnet/maui/pull/29980) - \[Testing] Add Validation Test For Issue28051 On Android by [@&#8203;jsuarezruiz](https://redirect.github.com/jsuarezruiz) in [https://github.com/dotnet/maui/pull/30026](https://redirect.github.com/dotnet/maui/pull/30026) - \[Testing] Fixed Test case failure in PR 30115 - \[2025/06/23] Candidate by [@&#8203;anandhan-rajagopal](https://redirect.github.com/anandhan-rajagopal) in [https://github.com/dotnet/maui/pull/30136](https://redirect.github.com/dotnet/maui/pull/30136) - \[Testing] Enable HandlerDoesNotLeak for Button and ProgressBar by [@&#8203;jsuarezruiz](https://redirect.github.com/jsuarezruiz) in [https://github.com/dotnet/maui/pull/29896](https://redirect.github.com/dotnet/maui/pull/29896) - \[Testing] Feature matrix UITest Cases for BoxView Control by [@&#8203;jsuarezruiz](https://redirect.github.com/jsuarezruiz) in [https://github.com/dotnet/maui/pull/29808](https://redirect.github.com/dotnet/maui/pull/29808) - \[Testing] Feature Matrix UITest Cases for Button by [@&#8203;jsuarezruiz](https://redirect.github.com/jsuarezruiz) in [https://github.com/dotnet/maui/pull/29803](https://redirect.github.com/dotnet/maui/pull/29803) - \[Testing] Re-Fix for flaky UITests RotatingCollectionViewWithHTMLShouldNotHangOrCrash in CI that occasionally fails by [@&#8203;anandhan-rajagopal](https://redirect.github.com/anandhan-rajagopal) in [https://github.com/dotnet/maui/pull/30239](https://redirect.github.com/dotnet/maui/pull/30239) - \[Testing] Fix ADB Key Generation Failure on CI by [@&#8203;jsuarezruiz](https://redirect.github.com/jsuarezruiz) in [https://github.com/dotnet/maui/pull/30092](https://redirect.github.com/dotnet/maui/pull/30092) - \[Testing] Feature Matrix UITest Cases for RadioButton by [@&#8203;jsuarezruiz](https://redirect.github.com/jsuarezruiz) in [https://github.com/dotnet/maui/pull/29744](https://redirect.github.com/dotnet/maui/pull/29744) - \[Testing] Feature Matrix UITest Cases for CollectionView ItemsSource Feature by [@&#8203;jsuarezruiz](https://redirect.github.com/jsuarezruiz) in [https://github.com/dotnet/maui/pull/29322](https://redirect.github.com/dotnet/maui/pull/29322) - \[Testing] Feature Matrix UITest Cases for Stepper by [@&#8203;jsuarezruiz](https://redirect.github.com/jsuarezruiz) in [https://github.com/dotnet/maui/pull/29731](https://redirect.github.com/dotnet/maui/pull/29731) - \[Testing] Feature Matrix UITest Cases for CheckBox Control by [@&#8203;jsuarezruiz](https://redirect.github.com/jsuarezruiz) in [https://github.com/dotnet/maui/pull/29739](https://redirect.github.com/dotnet/maui/pull/29739) - \[Testing] Updated FlakyTestAttribute to allow retries by [@&#8203;jsuarezruiz](https://redirect.github.com/jsuarezruiz) in [https://github.com/dotnet/maui/pull/27772](https://redirect.github.com/dotnet/maui/pull/27772) - \[Testing] Recover the uitest-build task on Android cake by [@&#8203;jsuarezruiz](https://redirect.github.com/jsuarezruiz) in [https://github.com/dotnet/maui/pull/28452](https://redirect.github.com/dotnet/maui/pull/28452) - Update Test HostApp to not use TableView by [@&#8203;jsuarezruiz](https://redirect.github.com/jsuarezruiz) in [https://github.com/dotnet/maui/pull/28830](https://redirect.github.com/dotnet/maui/pull/28830) - Changes in provisioning to fix fails installing Appium on Linux by [@&#8203;jsuarezruiz](https://redirect.github.com/jsuarezruiz) in [https://github.com/dotnet/maui/pull/29105](https://redirect.github.com/dotnet/maui/pull/29105) - Add retries to all tests related to checking for weak references by [@&#8203;PureWeen](https://redirect.github.com/PureWeen) in [https://github.com/dotnet/maui/pull/29957](https://redirect.github.com/dotnet/maui/pull/29957) - Fix for flaky tests by [@&#8203;anandhan-rajagopal](https://redirect.github.com/anandhan-rajagopal) in [https://github.com/dotnet/maui/pull/30088](https://redirect.github.com/dotnet/maui/pull/30088) - Update Issue25946.xaml by [@&#8203;anandhan-rajagopal](https://redirect.github.com/anandhan-rajagopal) in [https://github.com/dotnet/maui/pull/30025](https://redirect.github.com/dotnet/maui/pull/30025) - Fixed Test case failure in PR 26153 - iOS by [@&#8203;anandhan-rajagopal](https://redirect.github.com/anandhan-rajagopal) in [https://github.com/dotnet/maui/pull/29906](https://redirect.github.com/dotnet/maui/pull/29906) - Fixed Test case failure in PR 25642 - snapshots by [@&#8203;anandhan-rajagopal](https://redirect.github.com/anandhan-rajagopal) in [https://github.com/dotnet/maui/pull/29881](https://redirect.github.com/dotnet/maui/pull/29881) - Update Issue8870.cs by [@&#8203;anandhan-rajagopal](https://redirect.github.com/anandhan-rajagopal) in [https://github.com/dotnet/maui/pull/30200](https://redirect.github.com/dotnet/maui/pull/30200) ##### Docs - Clean up unreferenced API Docs XML files by [@&#8203;jfversluis](https://redirect.github.com/jfversluis) in [https://github.com/dotnet/maui/pull/30141](https://redirect.github.com/dotnet/maui/pull/30141) - Update README.md with link to .NET MAUI for .NET 10 by [@&#8203;Copilot](https://redirect.github.com/Copilot) in [https://github.com/dotnet/maui/pull/29578](https://redirect.github.com/dotnet/maui/pull/29578) - Add code formatting instructions to GitHub Copilot development guidelines by [@&#8203;Copilot](https://redirect.github.com/Copilot) in [https://github.com/dotnet/maui/pull/30230](https://redirect.github.com/dotnet/maui/pull/30230) ##### Housekeeping - \[ci] Fix issue with duplicate License on msi by [@&#8203;github-actions](https://redirect.github.com/github-actions)\[bot] in[https://github.com/dotnet/maui/pull/30569](https://redirect.github.com/dotnet/maui/pull/30569)9 - \[ci] Fix issue with duplicate License on msi by [@&#8203;github-actions](https://redirect.github.com/github-actions)\[bot] in[https://github.com/dotnet/maui/pull/30568](https://redirect.github.com/dotnet/maui/pull/30568)8 - Merge June 30th Candidate into SR9 by [@&#8203;PureWeen](https://redirect.github.com/PureWeen) in [https://github.com/dotnet/maui/pull/30523](https://redirect.github.com/dotnet/maui/pull/30523) - \[ci] Update dotnet eng arcade by [@&#8203;rmarinho](https://redirect.github.com/rmarinho) in [https://github.com/dotnet/maui/pull/30498](https://redirect.github.com/dotnet/maui/pull/30498) - \[main] Workaround REVOCATION in .NET 10 by setting DOTNET\_SYSTEM\_NET\_SECURITY\_NOREVOCATIONCHECKBYDEFAULT by [@&#8203;github-actions](https://redirect.github.com/github-actions)\[bot] in[https://github.com/dotnet/maui/pull/30514](https://redirect.github.com/dotnet/maui/pull/30514)4 - \[create-pull-request] automated change by [@&#8203;github-actions](https://redirect.github.com/github-actions)\[bot] in[https://github.com/dotnet/maui/pull/30232](https://redirect.github.com/dotnet/maui/pull/30232)2 - \[create-pull-request] automated change by [@&#8203;github-actions](https://redirect.github.com/github-actions)\[bot] in[https://github.com/dotnet/maui/pull/30184](https://redirect.github.com/dotnet/maui/pull/30184)4 - \[create-pull-request] automated change by [@&#8203;github-actions](https://redirect.github.com/github-actions)\[bot] in[https://github.com/dotnet/maui/pull/30150](https://redirect.github.com/dotnet/maui/pull/30150)0 - \[ci] Remove reboot by [@&#8203;rmarinho](https://redirect.github.com/rmarinho) in [https://github.com/dotnet/maui/pull/30497](https://redirect.github.com/dotnet/maui/pull/30497) - \[ci] Use new maui release variable group by [@&#8203;rmarinho](https://redirect.github.com/rmarinho) in [https://github.com/dotnet/maui/pull/30146](https://redirect.github.com/dotnet/maui/pull/30146) - Fix Appium Swipe actions on Mac by [@&#8203;jsuarezruiz](https://redirect.github.com/jsuarezruiz) in [https://github.com/dotnet/maui/pull/30436](https://redirect.github.com/dotnet/maui/pull/30436) - \[ci] Fix provision profiles by [@&#8203;rmarinho](https://redirect.github.com/rmarinho) in [https://github.com/dotnet/maui/pull/30470](https://redirect.github.com/dotnet/maui/pull/30470) - \[ci] Small pipelines fixes by [@&#8203;rmarinho](https://redirect.github.com/rmarinho) in [https://github.com/dotnet/maui/pull/30419](https://redirect.github.com/dotnet/maui/pull/30419) - Pass tsaUploadEnabled along by [@&#8203;mattleibow](https://redirect.github.com/mattleibow) in [https://github.com/dotnet/maui/pull/30423](https://redirect.github.com/dotnet/maui/pull/30423) - \[Copilot] Pull out copilot instructions updates from PR [#&#8203;30337](https://redirect.github.com/dotnet/maui/issues/30337) by [@&#8203;Copilot](https://redirect.github.com/Copilot) in [https://github.com/dotnet/maui/pull/30396](https://redirect.github.com/dotnet/maui/pull/30396) - \[ci] Add variable group to yaml and not on azdo UI by [@&#8203;rmarinho](https://redirect.github.com/rmarinho) in [https://github.com/dotnet/maui/pull/30391](https://redirect.github.com/dotnet/maui/pull/30391) - Clean up .NET versions in bug report template by [@&#8203;jfversluis](https://redirect.github.com/jfversluis) in [https://github.com/dotnet/maui/pull/30343](https://redirect.github.com/dotnet/maui/pull/30343) - \[ci] Revert changes pushing with dotnet key by [@&#8203;rmarinho](https://redirect.github.com/rmarinho) in [https://github.com/dotnet/maui/pull/30346](https://redirect.github.com/dotnet/maui/pull/30346) - Update bug-report.yml 9.0.81 SR8.1 by [@&#8203;PureWeen](https://redirect.github.com/PureWeen) in [https://github.com/dotnet/maui/pull/30335](https://redirect.github.com/dotnet/maui/pull/30335) - Extract enhanced copilot instructions from PR [#&#8203;30300](https://redirect.github.com/dotnet/maui/issues/30300) by [@&#8203;Copilot](https://redirect.github.com/Copilot) in [https://github.com/dotnet/maui/pull/30304](https://redirect.github.com/dotnet/maui/pull/30304) - Update bug-report.yml with 9.0.80 by [@&#8203;PureWeen](https://redirect.github.com/PureWeen) in [https://github.com/dotnet/maui/pull/30326](https://redirect.github.com/dotnet/maui/pull/30326) - Don't generate the typescript file locally by [@&#8203;mattleibow](https://redirect.github.com/mattleibow) in [https://github.com/dotnet/maui/pull/30258](https://redirect.github.com/dotnet/maui/pull/30258) - \[copilot] Extract copilot instructions updates from PR 30291 for handling existing PRs by [@&#8203;Copilot](https://redirect.github.com/Copilot) in [https://github.com/dotnet/maui/pull/30298](https://redirect.github.com/dotnet/maui/pull/30298) - \[2025/06/23] Candidate - In Flight Branch by [@&#8203;PureWeen](https://redirect.github.com/PureWeen) in [https://github.com/dotnet/maui/pull/30115](https://redirect.github.com/dotnet/maui/pull/30115) - \[housekeeping] Dispatch MainPage reset to UI thread to prevent crash in HostApp by [@&#8203;bhavanesh2001](https://redirect.github.com/bhavanesh2001) in [https://github.com/dotnet/maui/pull/30272](https://redirect.github.com/dotnet/maui/pull/30272) - Update Controls.TestCases.HostApp.csproj by [@&#8203;HarishKumarSF4517](https://redirect.github.com/HarishKumarSF4517) in [https://github.com/dotnet/maui/pull/30124](https://redirect.github.com/dotnet/maui/pull/30124) - \[create-pull-request] automated change by [@&#8203;github-actions](https://redirect.github.com/github-actions)\[bot] in[https://github.com/dotnet/maui/pull/30078](https://redirect.github.com/dotnet/maui/pull/30078)8 - \[create-pull-request] automated change by [@&#8203;github-actions](https://redirect.github.com/github-actions)\[bot] in[https://github.com/dotnet/maui/pull/30043](https://redirect.github.com/dotnet/maui/pull/30043)3 - \[create-pull-request] automated change by [@&#8203;github-actions](https://redirect.github.com/github-actions)\[bot] in[https://github.com/dotnet/maui/pull/30019](https://redirect.github.com/dotnet/maui/pull/30019)9 - \[houekeeping] update namespaces in hostapp and shared tests projects by [@&#8203;bhavanesh2001](https://redirect.github.com/bhavanesh2001) in [https://github.com/dotnet/maui/pull/29904](https://redirect.github.com/dotnet/maui/pull/29904) - \[create-pull-request] automated change by [@&#8203;github-actions](https://redirect.github.com/github-actions)\[bot] in[https://github.com/dotnet/maui/pull/29875](https://redirect.github.com/dotnet/maui/pull/29875)5 - \[create-pull-request] automated change by [@&#8203;github-actions](https://redirect.github.com/github-actions)\[bot] in[https://github.com/dotnet/maui/pull/29792](https://redirect.github.com/dotnet/maui/pull/29792)2 - \[create-pull-request] automated change by [@&#8203;github-actions](https://redirect.github.com/github-actions)\[bot] in[https://github.com/dotnet/maui/pull/29760](https://redirect.github.com/dotnet/maui/pull/29760)0 - \[create-pull-request] automated change by [@&#8203;github-actions](https://redirect.github.com/github-actions)\[bot] in[https://github.com/dotnet/maui/pull/29993](https://redirect.github.com/dotnet/maui/pull/29993)3 - Update copilot-setup-steps.yml to add the local dotnet to PATH by [@&#8203;mattleibow](https://redirect.github.com/mattleibow) in [https://github.com/dotnet/maui/pull/30042](https://redirect.github.com/dotnet/maui/pull/30042) - Setup Copilot development environment for .NET MAUI by [@&#8203;Copilot](https://redirect.github.com/Copilot) in [https://github.com/dotnet/maui/pull/29991](https://redirect.github.com/dotnet/maui/pull/29991) - \[create-pull-request] automated change by [@&#8203;github-actions](https://redirect.github.com/github-actions)\[bot] in[https://github.com/dotnet/maui/pull/29945](https://redirect.github.com/dotnet/maui/pull/29945)5 - \[apis] Mark apis as shipped in the latest sr8 by [@&#8203;rmarinho](https://redirect.github.com/rmarinho) in [https://github.com/dotnet/maui/pull/29928](https://redirect.github.com/dotnet/maui/pull/29928) - \[ai] Improve the release prompt by [@&#8203;rmarinho](https://redirect.github.com/rmarinho) in [https://github.com/dotnet/maui/pull/29867](https://redirect.github.com/dotnet/maui/pull/29867) - Update bug-report.yml by [@&#8203;PureWeen](https://redirect.github.com/PureWeen) in [https://github.com/dotnet/maui/pull/29912](https://redirect.github.com/dotnet/maui/pull/29912) - Build the project first before formatting by [@&#8203;mattleibow](https://redirect.github.com/mattleibow) in [https://github.com/dotnet/maui/pull/30233](https://redirect.github.com/dotnet/maui/pull/30233) - Update dotnet-format-daily.yml by [@&#8203;mattleibow](https://redirect.github.com/mattleibow) in [https://github.com/dotnet/maui/pull/30231](https://redirect.github.com/dotnet/maui/pull/30231) - \[ci] Add a way to open insiders to cake by [@&#8203;rmarinho](https://redirect.github.com/rmarinho) in [https://github.com/dotnet/maui/pull/30211](https://redirect.github.com/dotnet/maui/pull/30211) - Fix update-cgmanifest.ps1 script to generate deterministic output by [@&#8203;Copilot](https://redirect.github.com/Copilot) in [https://github.com/dotnet/maui/pull/30117](https://redirect.github.com/dotnet/maui/pull/30117) - Use the known working version of platform-tools by [@&#8203;mattleibow](https://redirect.github.com/mattleibow) in [https://github.com/dotnet/maui/pull/30173](https://redirect.github.com/dotnet/maui/pull/30173) - \[create-pull-request] automated change by [@&#8203;github-actions](https://redirect.github.com/github-actions)\[bot] in[https://github.com/dotnet/maui/pull/30185](https://redirect.github.com/dotnet/maui/pull/30185)5 - \[create-pull-request] automated change by [@&#8203;github-actions](https://redirect.github.com/github-actions)\[bot] in[https://github.com/dotnet/maui/pull/30151](https://redirect.github.com/dotnet/maui/pull/30151)1 - \[ci] try do full build on dnceng by [@&#8203;rmarinho](https://redirect.github.com/rmarinho) in [https://github.com/dotnet/maui/pull/27456](https://redirect.github.com/dotnet/maui/pull/27456) - Update TSA area path configuration for .NET MAUI by [@&#8203;Copilot](https://redirect.github.com/Copilot) in [https://github.com/dotnet/maui/pull/30142](https://redirect.github.com/dotnet/maui/pull/30142) - Update copilot-instructions.md with PR testing notes by [@&#8203;mattleibow](https://redirect.github.com/mattleibow) in [https://github.com/dotnet/maui/pull/30138](https://redirect.github.com/dotnet/maui/pull/30138) - Clean up copilot workspace after setup steps by [@&#8203;Copilot](https://redirect.github.com/Copilot) in [https://github.com/dotnet/maui/pull/30113](https://redirect.github.com/dotnet/maui/pull/30113) - \[2025/06/16] Candidate - In Flight Branch by [@&#8203;PureWeen](https://redirect.github.com/PureWeen) in [https://github.com/dotnet/maui/pull/29886](https://redirect.github.com/dotnet/maui/pull/29886) - Ping just David on breaking changes by [@&#8203;jfversluis](https://redirect.github.com/jfversluis) in [https://github.com/dotnet/maui/pull/30030](https://redirect.github.com/dotnet/maui/pull/30030) - Add overrides to Help with Obsoleting Compatibility.Layout by [@&#8203;PureWeen](https://redirect.github.com/PureWeen) in [https://github.com/dotnet/maui/pull/30058](https://redirect.github.com/dotnet/maui/pull/30058) **Full Changelog**: dotnet/maui@9.0.82...9.0.90 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/reactiveui/ReactiveUI). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40MC4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiRGVwZW5kZW5jeSBNYW5hZ2VtZW50Il19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b828f0b commit 8a1e818

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Directory.Packages.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@
5757
</ItemGroup>
5858
<ItemGroup Condition="$(TargetFramework.StartsWith('net9'))">
5959
<PackageVersion Include="Microsoft.AspNetCore.Components" Version="9.0.7" />
60-
<PackageVersion Include="Microsoft.Maui.Controls" Version="9.0.82" />
61-
<PackageVersion Include="Microsoft.Maui.Controls.Compatibility" Version="9.0.82" />
60+
<PackageVersion Include="Microsoft.Maui.Controls" Version="9.0.90" />
61+
<PackageVersion Include="Microsoft.Maui.Controls.Compatibility" Version="9.0.90" />
6262
</ItemGroup>
6363
<ItemGroup Condition="$(TargetFramework.StartsWith('net8'))">
6464
<PackageVersion Include="Microsoft.AspNetCore.Components" Version="8.0.18" />

0 commit comments

Comments
 (0)