Download Latest Version 10.0.90 source code.zip (693.4 MB)
Email in envelope

Get an email when there's a new version of .NET Multi-platform App UI

Home / 10.0.80
Name Modified Size InfoDownloads / Week
Parent folder
10.0.80 source code.tar.gz 2026-06-19 830.5 MB
10.0.80 source code.zip 2026-06-19 844.5 MB
README.md 2026-06-19 37.8 kB
Totals: 3 Items   1.7 GB 7

.NET MAUI 10.0.80 Release Notes

.NET MAUI 10.0.80 introduces significant improvements across all platforms with focus on quality, performance, and developer experience. This release includes 112 commits with various improvements, bug fixes, and enhancements.

Ai Agents

Button

  • [Android, iOS] Button: Fix VisualState properties not restored when leaving custom state by @BagavathiPerumal in https://github.com/dotnet/maui/pull/33346
    πŸ”§ Fixes - [Button VisualStates do not work](https://github.com/dotnet/maui/issues/19690)

CollectionView

  • Fix CollectionView grid spacing updates for first row and column by @KarthikRajaKalaimani in https://github.com/dotnet/maui/pull/34527

    πŸ”§ Fixes - [[MAUI] I2_Vertical grid for horizontal Item Spacing and Vertical Item Spacing - horizontally updating the spacing only applies to the second column](https://github.com/dotnet/maui/issues/34257)

  • CarouselView: Fix cascading PositionChanged/CurrentItemChanged events on collection update by @praveenkumarkarunanithi in https://github.com/dotnet/maui/pull/31275

    πŸ”§ Fixes - [[Windows] CurrentItemChangedEventArgs and PositionChangedEventArgs Not Working Properly in CarouselView](https://github.com/dotnet/maui/issues/29529)

  • [Windows] Fixed ItemSpacing doesn't work in Carousel View by @SubhikshaSf4851 in https://github.com/dotnet/maui/pull/30014

    πŸ”§ Fixes - [ItemSpacing on CarouselView is not applied on Windows.](https://github.com/dotnet/maui/issues/29772)

  • Fix CollectionView not scrolling to top on iOS status bar tap by @jfversluis in https://github.com/dotnet/maui/pull/34687

    πŸ”§ Fixes - [[iOS] UICollectionView ScrollToTop does not work](https://github.com/dotnet/maui/issues/19866)

  • [iOS] Fixed CollectionView Scroll Jitter for TextType HTML Labels by @SubhikshaSf4851 in https://github.com/dotnet/maui/pull/34383

    πŸ”§ Fixes - [CollectionView scrolling is jittery when ItemTemplate contains Label with TextType="Html" in .NET 10](https://github.com/dotnet/maui/issues/33065)

  • Fix CollectionView Header is not visible when ItemsSource is not set and an EmptyView is set in iOS, Mac platform by @KarthikRajaKalaimani in https://github.com/dotnet/maui/pull/34989

    πŸ”§ Fixes - [CollectionView Header is not visible when ItemsSource is not set and EmptyView is set in iOS, Mac platform](https://github.com/dotnet/maui/issues/34897)

  • [Android] Fix CollectionView EmptyView not displayed correctly by @KarthikRajaKalaimani in https://github.com/dotnet/maui/pull/34956

    πŸ”§ Fixes - [[Android] CollectionView - EmptyView not displayed correctly](https://github.com/dotnet/maui/issues/34861)

  • [iOS] Fix CollectionView ScrollOffset not resetting when ItemsSource changes by @SyedAbdulAzeemSF4852 in https://github.com/dotnet/maui/pull/34488

    πŸ”§ Fixes - [[IOS] CollectionView ScrollOffset does not reset when the ItemSource is changed in iOS.](https://github.com/dotnet/maui/issues/26366) - [Re-enable Issue7993 test on iOS/Catalyst - CollectionView scroll position not reset when updating ItemsSource](https://github.com/dotnet/maui/issues/33500)

  • [Revert] [iOS] Fixed CollectionView Scroll Jitter for TextType HTML Labels by @SubhikshaSf4851 in https://github.com/dotnet/maui/pull/35341

Core Lifecycle

  • [Android] Fix NRE in ContainerView when Android Context is null during lifecycle transition by @rmarinho in https://github.com/dotnet/maui/pull/34901
    πŸ”§ Fixes - [[Android] NullReferenceException in NavigationRootManager.Connect when mapping Window content](https://github.com/dotnet/maui/issues/34900)

DateTimePicker

  • [Android] Fix for TimePicker Dialog doesn't update the layout when rotating the device with dialog open by @HarishwaranVijayakumar in https://github.com/dotnet/maui/pull/31910

    πŸ”§ Fixes - [[Android] TimePicker Dialog doesn't update the layout when rotating the device with dialog open](https://github.com/dotnet/maui/issues/31658)

  • [Android, iOS] Fixed TimePicker FlowDirection Not Applied Across Platforms by @Dhivya-SF4094 in https://github.com/dotnet/maui/pull/30369

    πŸ”§ Fixes - [TimePicker FlowDirection Not Working on All Platforms](https://github.com/dotnet/maui/issues/30192)

  • [Windows] Fixed TimePicker CharacterSpacing issue by @SubhikshaSf4851 in https://github.com/dotnet/maui/pull/30533

    πŸ”§ Fixes - [[Windows] TimePicker CharacterSpacing Property Not Working on Windows](https://github.com/dotnet/maui/issues/30199)

  • [MacCatalyst] Fix DatePicker Opened/Closed events not being raised by @SubhikshaSf4851 in https://github.com/dotnet/maui/pull/34970

    πŸ”§ Fixes - [[MacCatalyst] DatePicker Opened and Closed events are not raised on Mac platform](https://github.com/dotnet/maui/issues/34848)

Dialogalert

  • [Android] Fix AlertDialog, ActionSheet, and Prompt render with Material 2 styles when Material 3 is enabled by @HarishwaranVijayakumar in https://github.com/dotnet/maui/pull/35121
    πŸ”§ Fixes - [[Android] AlertDialog, ActionSheet, and Prompt render with Material 2 styles when Material 3 is enabled](https://github.com/dotnet/maui/issues/35119)

Docs

Drawing

  • Fix Path Rendering Issue Inside StackLayout When Margin Is Set by @Shalini-Ashokan in https://github.com/dotnet/maui/pull/28071

    πŸ”§ Fixes - [Path does not render if it has Margin](https://github.com/dotnet/maui/issues/13801)

  • Fixed FlowDirection property not working on Drawable control and GraphicsView by @Dhivya-SF4094 in https://github.com/dotnet/maui/pull/34557

    πŸ”§ Fixes - [[Android, Windows, iOS, macOS] FlowDirection property not working on BoxView Control](https://github.com/dotnet/maui/issues/34402)

  • [iOS & Mac] Fix image tile misalignment in GraphicsView ImagePaint by @SubhikshaSf4851 in https://github.com/dotnet/maui/pull/34935

    πŸ”§ Fixes - [[iOS] Image resized with ResizeMode.Fit is not rendered correctly in GraphicsView](https://github.com/dotnet/maui/issues/34755)

  • Fix Shadow does not honour Styles by @KarthikRajaKalaimani in https://github.com/dotnet/maui/pull/35081

    πŸ”§ Fixes - [Shadow does not honour Styles](https://github.com/dotnet/maui/issues/19560)

Entry

  • [iOS/macCatalyst] Fix Entry and Editor BackgroundColor reset when set to null by @Shalini-Ashokan in https://github.com/dotnet/maui/pull/34741

    πŸ”§ Fixes - [[iOS, Maccatalyst] Entry & Editor BackgroundColor not reset to Null](https://github.com/dotnet/maui/issues/34611)

  • [Windows] Fix password Entry crash when setting text on empty field by @praveenkumarkarunanithi in https://github.com/dotnet/maui/pull/33891

    πŸ”§ Fixes - [[WinUI] Password Obfuscation causes unhandled crash](https://github.com/dotnet/maui/issues/33334)

Essentials

  • [Essentials] Use mean sea level altitude on Android API 34+ by @KitKeen in https://github.com/dotnet/maui/pull/35097
    πŸ”§ Fixes - [Add support for MslAltitudeMeters in Essentials Geolocation on Android](https://github.com/dotnet/maui/issues/27554)

Flyout

  • Fixed Flyout Not Displayed on Android When FlyoutWidth Is Set Only for Desktop via OnIdiom by @NanthiniMahalingam in https://github.com/dotnet/maui/pull/29028

    πŸ”§ Fixes - [[Android] FlyoutWidth with OnIdiom shows no flyout](https://github.com/dotnet/maui/issues/13243)

  • Revert "[Windows] Fix Flyout/Locked mode header collapse regression causing UI test failures on candidate branch" by @kubaflo in https://github.com/dotnet/maui/pull/35339

  • Revert "Revert "[Windows] Fix Flyout/Locked mode header collapse regression causing UI test failures on candidate branch"" by @kubaflo in https://github.com/dotnet/maui/pull/35342

Flyoutpage

  • Fix [Android] Title of FlyOutPage is not updating anymore after showing a NonFlyOutPage by @KarthikRajaKalaimani in https://github.com/dotnet/maui/pull/34839
    πŸ”§ Fixes - [[Android] Title of FlyOutPage is not updating anymore after showing a NonFlyOutPage](https://github.com/dotnet/maui/issues/33615)

Hybridwebview

Label

Layout

  • Fixed Stacklayout is not rendered when clip is applied and StackLayout placed child to the Border control in iOS/ Mac platform by @KarthikRajaKalaimani in https://github.com/dotnet/maui/pull/33330
    πŸ”§ Fixes - [[Mac/iOS] StackLayout fails to render content while applying Clip, and the layout is placed inside a Border with Background in .NET MAUI](https://github.com/dotnet/maui/issues/33241)

Map

  • Fix Changing Location on a Pin does nothing by @NirmalKumarYuvaraj in https://github.com/dotnet/maui/pull/30201
    πŸ”§ Fixes - [[Maps] [Regression from Xamarin.Forms.Maps] Changing Location on a Pin does nothing](https://github.com/dotnet/maui/issues/12916)

Mediapicker

  • [iOS] Fix HEIC images picked via PickPhotosAsync not displayed by @HarishwaranVijayakumar in https://github.com/dotnet/maui/pull/34954

    πŸ”§ Fixes - [[iOS] [Regression] HEIC images picked via PickPhotosAsync not displayed](https://github.com/dotnet/maui/issues/34953)

  • [Android] Fix MediaPicker.PickPhotosAsync UnauthorizedAccessException on API 28 and below by @HarishwaranVijayakumar in https://github.com/dotnet/maui/pull/34981

    πŸ”§ Fixes - [MediaPicker.PickPhotos fails to modify image, tries to load original source, fails to load source on Android 9.0](https://github.com/dotnet/maui/issues/34889)

Pages

  • [iOS] Fix ContentPage with ToolbarItem Clicked event leaks when presented as modal page by @devanathan-vaithiyanathan in https://github.com/dotnet/maui/pull/35009
    πŸ”§ Fixes - [ContentPage with ToolbarItem Clicked event leaks when presented as modal page](https://github.com/dotnet/maui/issues/34892)

Platform

  • [Android] Fix OnBackButtonPressed not invoked for Shell by @Dhivya-SF4094 in https://github.com/dotnet/maui/pull/35150
    πŸ”§ Fixes - [On Screen Back Button Does Not Fire OnBackButtonPressed in Android](https://github.com/dotnet/maui/issues/9095)

RadioButton

  • Fix RadioButtonGroup not working with ContentView by @Dhivya-SF4094 in https://github.com/dotnet/maui/pull/34781

    πŸ”§ Fixes - [RadioButtonGroup not working with ContentView](https://github.com/dotnet/maui/issues/34759)

  • [Windows] Fix for RadioButton BorderColor and BorderWidth not updated at runtime by @SyedAbdulAzeemSF4852 in https://github.com/dotnet/maui/pull/28335

    πŸ”§ Fixes - [RadioButton Border color not working for focused visual state](https://github.com/dotnet/maui/issues/15806)

  • [iOS] Fix RadioButton BackgroundColor bleeding outside CornerRadius by @SyedAbdulAzeemSF4852 in https://github.com/dotnet/maui/pull/34844

    πŸ”§ Fixes - [[iOS] RadioButton BackgroundColor bleeds outside CornerRadius](https://github.com/dotnet/maui/issues/34842)

SafeArea

  • [iOS] Fix stale bottom safe area after changing SafeAreaEdges with keyboard open by @praveenkumarkarunanithi in https://github.com/dotnet/maui/pull/35083
    πŸ”§ Fixes - [[iOS] ContentPage bottom has white space after changing SafeAreaEdges while keyboard is open](https://github.com/dotnet/maui/issues/34846)

ScrollView

  • [Windows] Fix Preserve ScrollView offsets when Orientation changes to Neither by @SubhikshaSf4851 in https://github.com/dotnet/maui/pull/34827
    πŸ”§ Fixes - [[Windows] ScrollView offsets do not preserve when Orientation changes to Neither](https://github.com/dotnet/maui/issues/34671)
  • [iOS] Fix SearchBar unexpected left margin in iPad windowed mode on 26 Version by @SubhikshaSf4851 in https://github.com/dotnet/maui/pull/34704
    πŸ”§ Fixes - [in iPad windowed mode SearchBar adds left margin equivaltent to SafeAreaInsets when placed inside grid](https://github.com/dotnet/maui/issues/34551)

Shapes

Shell

  • [Windows] Fix for Shell.FlyoutBehavior="Flyout" forces the title height space above the tab bar even if the page title is empty by @BagavathiPerumal in https://github.com/dotnet/maui/pull/30382

    πŸ”§ Fixes - [(Windows) Shell.FlyoutBehavior="Flyout" forces the title height space above the tab bar even if the page title is empty](https://github.com/dotnet/maui/issues/30254)

  • Fix Shell flyout items scrolling behind FlyoutHeader on iOS by @Qythyx in https://github.com/dotnet/maui/pull/34936

    πŸ”§ Fixes - [Shell flyout items scroll behind FlyoutHeader on iOS](https://github.com/dotnet/maui/issues/34925)

  • [iOS, Mac] Fix Shell.CurrentState.Location stale in OnNavigated after GoToAsync by @Vignesh-SF3580 in https://github.com/dotnet/maui/pull/34880

    πŸ”§ Fixes - [Shell.OnNavigated not called for route navigation](https://github.com/dotnet/maui/issues/34662)

  • [iOS26]Fix BackButtonBehavior_IsEnabled_False_BackButtonDoesNotNavigate UITest fails by @devanathan-vaithiyanathan in https://github.com/dotnet/maui/pull/34890

    πŸ”§ Fixes - [[iOS 26] BackButtonBehavior_IsEnabled_False_BackButtonDoesNotNavigate test fails with TimeoutException](https://github.com/dotnet/maui/issues/34771)

  • [iOS] Fix Shell page memory leak when using TitleView with x:Name by @Shalini-Ashokan in https://github.com/dotnet/maui/pull/35082

    πŸ”§ Fixes - [[iOS] Title view memory leak](https://github.com/dotnet/maui/issues/34975)

  • [Material 3] Fix Material 2 color flash in AppBar when switching tabs for the first time by @Dhivya-SF4094 in https://github.com/dotnet/maui/pull/35117

    πŸ”§ Fixes - [Material 3: AppBar briefly displays Material 2 colors when switching tabs for the first time](https://github.com/dotnet/maui/issues/35116)

  • [Android] Fix Shell/TabbedPage "More" BottomSheet uses hard-coded M2 colors when Material3 is enabled by @HarishwaranVijayakumar in https://github.com/dotnet/maui/pull/35129

    πŸ”§ Fixes - [[Android] Shell/TabbedPage "More" BottomSheet uses hard-coded M2 colors when Material3 is enabled](https://github.com/dotnet/maui/issues/35127)

  • [Android] Shell: Fix top-tab unselected text visibility in Material 3 light theme by @SyedAbdulAzeemSF4852 in https://github.com/dotnet/maui/pull/35128

    πŸ”§ Fixes - [[Android] Shell top-tab unselected text appears too faint in Material 3 light theme](https://github.com/dotnet/maui/issues/35125)

  • Fix Shell.Items.Clear() memory leak by disconnecting child handlers on removal (#34898) by @Shalini-Ashokan in https://github.com/dotnet/maui/pull/35031

    πŸ”§ Fixes - [Shell.Items.Clear() does not disconnect handlers correctly](https://github.com/dotnet/maui/issues/34898)

  • [iOS&Mac] Fix Shell SearchHandler Query update on Initial load by @SubhikshaSf4851 in https://github.com/dotnet/maui/pull/35008

    πŸ”§ Fixes - [[iOS&Mac] Shell SearchHandler Query not shown in search bar on initial load](https://github.com/dotnet/maui/issues/35005)

SwipeView

  • [iOS,MacCatalyst] Fix for SwipeView.Open() throwing an ArgumentException on the second programmatic call by @BagavathiPerumal in https://github.com/dotnet/maui/pull/34982

    πŸ”§ Fixes - [[net 11.0][iOS,MacCatalyst] SwipeView.Open() throws ArgumentException on second programmatic call](https://github.com/dotnet/maui/issues/34917)

  • [Android/iOS] Fix SwipeItem visibility change causing double command execution in Execute mode by @praveenkumarkarunanithi in https://github.com/dotnet/maui/pull/35087

    πŸ”§ Fixes - [Changing visibility on an SwipeItem causes multiple items to be executed](https://github.com/dotnet/maui/issues/7580)

  • May 4th, Candidate by @PureWeen in https://github.com/dotnet/maui/pull/35234

    πŸ”§ Fixes - [Changing visibility on an SwipeItem causes multiple items to be executed](https://github.com/dotnet/maui/issues/7580) - [On Screen Back Button Does Not Fire OnBackButtonPressed in Android](https://github.com/dotnet/maui/issues/9095) - [TabbedPage App on resize hides page bottom content](https://github.com/dotnet/maui/issues/11402) - [[Maps] [Regression from Xamarin.Forms.Maps] Changing Location on a Pin does nothing](https://github.com/dotnet/maui/issues/12916) - [[Android] FlyoutWidth with OnIdiom shows no flyout](https://github.com/dotnet/maui/issues/13243) - [Path does not render if it has Margin](https://github.com/dotnet/maui/issues/13801) - [RadioButton Border color not working for focused visual state](https://github.com/dotnet/maui/issues/15806) - [Shadow does not honour Styles](https://github.com/dotnet/maui/issues/19560) - [Button VisualStates do not work](https://github.com/dotnet/maui/issues/19690) - [[iOS] UICollectionView ScrollToTop does not work](https://github.com/dotnet/maui/issues/19866) - [Grid overflows child ContentPage of parent TabbedPage on initial load and when resizing on Windows](https://github.com/dotnet/maui/issues/20028) - [TabbedPage - ScrollView not allowing scrolling when it should](https://github.com/dotnet/maui/issues/26103) - [[IOS] CollectionView ScrollOffset does not reset when the ItemSource is changed in iOS.](https://github.com/dotnet/maui/issues/26366) - [Add support for MslAltitudeMeters in Essentials Geolocation on Android](https://github.com/dotnet/maui/issues/27554) - [[Windows] CurrentItemChangedEventArgs and PositionChangedEventArgs Not Working Properly in CarouselView](https://github.com/dotnet/maui/issues/29529) - [ItemSpacing on CarouselView is not applied on Windows.](https://github.com/dotnet/maui/issues/29772) - [TimePicker FlowDirection Not Working on All Platforms](https://github.com/dotnet/maui/issues/30192) - [[Windows] TimePicker CharacterSpacing Property Not Working on Windows](https://github.com/dotnet/maui/issues/30199) - [(Windows) Shell.FlyoutBehavior="Flyout" forces the title height space above the tab bar even if the page title is empty](https://github.com/dotnet/maui/issues/30254) - [[Android] TimePicker Dialog doesn't update the layout when rotating the device with dialog open](https://github.com/dotnet/maui/issues/31658) - [WinUI TabbedPage can have multiple tabs selected](https://github.com/dotnet/maui/issues/31799) - [[Android] WebView's content does not scroll when placed inside a ScrollView](https://github.com/dotnet/maui/issues/32971) - [CollectionView scrolling is jittery when ItemTemplate contains Label with TextType="Html" in .NET 10](https://github.com/dotnet/maui/issues/33065) - [[Mac/iOS] StackLayout fails to render content while applying Clip, and the layout is placed inside a Border with Background in .NET MAUI](https://github.com/dotnet/maui/issues/33241) - [[WinUI] Password Obfuscation causes unhandled crash](https://github.com/dotnet/maui/issues/33334) - [[Windows] SemanticProperties.Description announced twice when set on focusable container cell (Label inside)](https://github.com/dotnet/maui/issues/33373) - [Re-enable Issue7993 test on iOS/Catalyst - CollectionView scroll position not reset when updating ItemsSource](https://github.com/dotnet/maui/issues/33500) - [[Android] Title of FlyOutPage is not updating anymore after showing a NonFlyOutPage](https://github.com/dotnet/maui/issues/33615) - [I9-On macOS 26.2, the "Animate scroll" button is white by default on iOS and Maccatalyst platforms.](https://github.com/dotnet/maui/issues/33767) - [Switch ThumbColor not Initialized Using VisualStateManager on iOS Device](https://github.com/dotnet/maui/issues/33783) - [`MainThread.BeginInvokeOnMainThread` throws on custom platform backends - Common UI-thread marshaling pattern crashes; `Dispatcher` works but isn't the documented/recommended path](https://github.com/dotnet/maui/issues/34101) - [[MAUI] I2_Vertical grid for horizontal Item Spacing and Vertical Item Spacing - horizontally updating the spacing only applies to the second column](https://github.com/dotnet/maui/issues/34257) - [`ViewExtensions.CaptureAsync(IView)` and `IPlatformScreenshot` need extensibility for third-party platform backends](https://github.com/dotnet/maui/issues/34266) - [[Android, Windows, iOS, macOS] FlowDirection property not working on BoxView Control](https://github.com/dotnet/maui/issues/34402) - [[iOS]Span TapGestureRecognizer does not work on the second line of the span, if the span is wrapped to the next line](https://github.com/dotnet/maui/issues/34504) - [in iPad windowed mode SearchBar adds left margin equivaltent to SafeAreaInsets when placed inside grid](https://github.com/dotnet/maui/issues/34551) - [[iOS, Maccatalyst] Entry & Editor BackgroundColor not reset to Null](https://github.com/dotnet/maui/issues/34611) - [Shell.OnNavigated not called for route navigation](https://github.com/dotnet/maui/issues/34662) - [[Windows] ScrollView offsets do not preserve when Orientation changes to Neither](https://github.com/dotnet/maui/issues/34671) - [SourceGen: VisualStateManager.VisualStateGroups causes 'Names must be unique' at startup](https://github.com/dotnet/maui/issues/34716) - [[iOS] Image resized with ResizeMode.Fit is not rendered correctly in GraphicsView](https://github.com/dotnet/maui/issues/34755) - [RadioButtonGroup not working with ContentView](https://github.com/dotnet/maui/issues/34759) - [[iOS 26] BackButtonBehavior_IsEnabled_False_BackButtonDoesNotNavigate test fails with TimeoutException](https://github.com/dotnet/maui/issues/34771) - [[Testing][Windows]CollectionView ScrollTo related test cases failed in CI](https://github.com/dotnet/maui/issues/34772) - [[iOS] RadioButton BackgroundColor bleeds outside CornerRadius](https://github.com/dotnet/maui/issues/34842) - [[iOS] ContentPage bottom has white space after changing SafeAreaEdges while keyboard is open](https://github.com/dotnet/maui/issues/34846) - [[MacCatalyst] DatePicker Opened and Closed events are not raised on Mac platform](https://github.com/dotnet/maui/issues/34848) - [[Android] CollectionView - EmptyView not displayed correctly](https://github.com/dotnet/maui/issues/34861) - [MediaPicker.PickPhotos fails to modify image, tries to load original source, fails to load source on Android 9.0](https://github.com/dotnet/maui/issues/34889) - [ContentPage with ToolbarItem Clicked event leaks when presented as modal page](https://github.com/dotnet/maui/issues/34892) - [CollectionView Header is not visible when ItemsSource is not set and EmptyView is set in iOS, Mac platform](https://github.com/dotnet/maui/issues/34897) - [Shell.Items.Clear() does not disconnect handlers correctly](https://github.com/dotnet/maui/issues/34898) - [[Android] NullReferenceException in NavigationRootManager.Connect when mapping Window content](https://github.com/dotnet/maui/issues/34900) - [[net 11.0][iOS,MacCatalyst] SwipeView.Open() throws ArgumentException on second programmatic call](https://github.com/dotnet/maui/issues/34917) - [Shell flyout items scroll behind FlyoutHeader on iOS](https://github.com/dotnet/maui/issues/34925) - [[iOS] [Regression] HEIC images picked via PickPhotosAsync not displayed](https://github.com/dotnet/maui/issues/34953) - [[iOS] Title view memory leak](https://github.com/dotnet/maui/issues/34975) - [[iOS&Mac] Shell SearchHandler Query not shown in search bar on initial load](https://github.com/dotnet/maui/issues/35005) - [The maui app quit and no errors in error list after editing ResourceDictionary XAML file on iOS Simulator with MAUI SR6 10.0.60](https://github.com/dotnet/maui/issues/35018) - [[Android] Material3 - TabbedPage bottom tabs overflowing the contents](https://github.com/dotnet/maui/issues/35063) - [Material 3: AppBar briefly displays Material 2 colors when switching tabs for the first time](https://github.com/dotnet/maui/issues/35116) - [[Android] AlertDialog, ActionSheet, and Prompt render with Material 2 styles when Material 3 is enabled](https://github.com/dotnet/maui/issues/35119) - [[Android] Shell top-tab unselected text appears too faint in Material 3 light theme](https://github.com/dotnet/maui/issues/35125) - [[Android] Shell/TabbedPage "More" BottomSheet uses hard-coded M2 colors when Material3 is enabled](https://github.com/dotnet/maui/issues/35127)

Switch

  • [iOS] Fix Switch ThumbColor reset on iOS 26+ theme changes. by @Shalini-Ashokan in https://github.com/dotnet/maui/pull/33953
    πŸ”§ Fixes - [Switch ThumbColor not Initialized Using VisualStateManager on iOS Device](https://github.com/dotnet/maui/issues/33783) - [I9-On macOS 26.2, the "Animate scroll" button is white by default on iOS and Maccatalyst platforms.](https://github.com/dotnet/maui/issues/33767)

TabbedPage

  • [Windows] TabbedPage: Refresh layout when NavigationView size changes by @BagavathiPerumal in https://github.com/dotnet/maui/pull/26217

    πŸ”§ Fixes - [TabbedPage - ScrollView not allowing scrolling when it should](https://github.com/dotnet/maui/issues/26103) - [TabbedPage App on resize hides page bottom content](https://github.com/dotnet/maui/issues/11402) - [Grid overflows child ContentPage of parent TabbedPage on initial load and when resizing on Windows](https://github.com/dotnet/maui/issues/20028)

  • [Android] Material 3 Fixed BottomNavigationView overflowing in Tabbed page by @NirmalKumarYuvaraj in https://github.com/dotnet/maui/pull/35064

    πŸ”§ Fixes - [[Android] Material3 - TabbedPage bottom tabs overflowing the contents](https://github.com/dotnet/maui/issues/35063)

  • [Windows] Fix for Multiple Tabs Being Selected in WinUI TabbedPage by @SyedAbdulAzeemSF4852 in https://github.com/dotnet/maui/pull/33312

    πŸ”§ Fixes - [WinUI TabbedPage can have multiple tabs selected](https://github.com/dotnet/maui/issues/31799)

Templates

Theming

  • [iOS] Fix StaticResource Hot Reload crash on iOS by @StephaneDelcroix in https://github.com/dotnet/maui/pull/35020
    πŸ”§ Fixes - [The maui app quit and no errors in error list after editing ResourceDictionary XAML file on iOS Simulator with MAUI SR6 10.0.60](https://github.com/dotnet/maui/issues/35018)

Toolbar

Tooling

WebView

πŸ”§ Infrastructure (13) - Add dependency-flow Copilot skill for MAUI build promotion and feed management by @PureWeen in https://github.com/dotnet/maui/pull/35350 - Remove ci-doctor, upgrade all gh-aw workflows to v0.72.1 by @PureWeen in https://github.com/dotnet/maui/pull/35465 - Fix agentic-labeler truncating labels to 1 per call by @kubaflo in https://github.com/dotnet/maui/pull/35540 - Clarify SR vs preview channel mapping in dependency-flow skill by @PureWeen in https://github.com/dotnet/maui/pull/35529 - Add version 10.0.70 to bug report template by @PureWeen in https://github.com/dotnet/maui/pull/35569 - Restrict agentic-labeler to exactly one area-* label by @PureWeen in https://github.com/dotnet/maui/pull/35567 - [Windows] Fix Narrator announcing ContentView children twice when Description is set by @praveenkumarkarunanithi in https://github.com/dotnet/maui/pull/33979
πŸ”§ Fixes - [[Windows] SemanticProperties.Description announced twice when set on focusable container cell (Label inside)](https://github.com/dotnet/maui/issues/33373)
- Update SDK pin to 10.0.108 and align global.json with dotnet repo patterns by @jfversluis in https://github.com/dotnet/maui/pull/35684 - ci: skip provision AVD creation in ci-copilot.yml (inline script owns it) by @PureWeen in https://github.com/dotnet/maui/pull/35714 - Stop PR Review Queue workflow from running on forks and @-pinging PR authors by @PureWeen in https://github.com/dotnet/maui/pull/35751 - [ci] Set __PWSH_LOGIN_CHECKED to avoid macOS pwsh 'procargs failed' startup crashes by @PureWeen in https://github.com/dotnet/maui/pull/35724 - Add CI failure scanner gh-aw workflow by @kubaflo in https://github.com/dotnet/maui/pull/35734 - Add gh-aw rerun review scanner by @kubaflo in https://github.com/dotnet/maui/pull/35685
πŸ§ͺ Testing (14) - [Testing] SafeArea Feature Matrix Test Cases for ContentPage by @TamilarasanSF4853 in https://github.com/dotnet/maui/pull/34877 - [Windows] Fix CollectionView ScrollTo related test cases failed in CI by @HarishwaranVijayakumar in https://github.com/dotnet/maui/pull/34907
πŸ”§ Fixes - [[Testing][Windows]CollectionView ScrollTo related test cases failed in CI](https://github.com/dotnet/maui/issues/34772)
- [Testing] Fixed Build error on inflight/ candidate PR 35234 by @HarishKumarSF4517 in https://github.com/dotnet/maui/pull/35241 - Fix CI for ValidateKeyboardRuntime_SwitchContainerToSoftInput_WhileKeyboardOpen test failure in May 4th Candidate by @devanathan-vaithiyanathan in https://github.com/dotnet/maui/pull/35307 - [Windows] Fix Flyout/Locked mode header collapse regression causing UI test failures on candidate branch by @BagavathiPerumal in https://github.com/dotnet/maui/pull/35312 - [iOS/macCatalyst] [Candidate Fix] Editor shadow and theme regression caused by BackgroundColor reset on initial handler connection by @Shalini-Ashokan in https://github.com/dotnet/maui/pull/35343 - [Testing] Fixed UI test image failure in PR 35234 - [30/03/2026] Candidate - 1 by @HarishKumarSF4517 in https://github.com/dotnet/maui/pull/35325 - [iOS] Fix ShellFeatureMatrix test failures on candidate branch by @Vignesh-SF3580 in https://github.com/dotnet/maui/pull/35346 - [Windows] Fix Issue29529VerifyPreviousPositionOnInsert test failure on candidate branch by @praveenkumarkarunanithi in https://github.com/dotnet/maui/pull/35398 - [Android] [Candidate Fix] Shell: Fix handler disconnect timing to preserve WebView navigation and memory leak fix by @Shalini-Ashokan in https://github.com/dotnet/maui/pull/35417 - [Testing]Revert 'Fix Preserve ScrollView offsets when Orientation changes to Neither' by @TamilarasanSF4853 in https://github.com/dotnet/maui/pull/35412 - [Windows] Fix VerifyAllIndicatorDotsShowShadowsWhenIndicatorSize test failure on candidate branch by @praveenkumarkarunanithi in https://github.com/dotnet/maui/pull/35458 - [Testing] Fixed test failure in PR 35234 - [05/08/2026] Candidate by @TamilarasanSF4853 in https://github.com/dotnet/maui/pull/35362 - [Testing] Fixed test failure in PR 35234 - [05/04/2026] Candidate - 3 by @TamilarasanSF4853 in https://github.com/dotnet/maui/pull/35639
🏠 Housekeeping (1) - ci: delete unused add-remove-label-check-suites workflow by @arpitjain099 in https://github.com/dotnet/maui/pull/35450
πŸ“¦ Other (10) - Update PatchVersion from 70 to 80 by @PureWeen in https://github.com/dotnet/maui/pull/35433 - Add review triggering workflow by @JanKrivanek in https://github.com/dotnet/maui/pull/35250 - Fix /review trigger when comment has leading whitespace by @JanKrivanek in https://github.com/dotnet/maui/pull/35438 - [UIKit] Avoid useless measure invalidation propagation cycles by @albyrock87 in https://github.com/dotnet/maui/pull/33459 - BindableObject property access micro-optimizations by @albyrock87 in https://github.com/dotnet/maui/pull/33584 - Extract filename from DisplayName and add extension if missing by @mattleibow in https://github.com/dotnet/maui/pull/35050 - [core] Add keyed-DI screenshot extensibility for 3rd-party platform backends by @Redth in https://github.com/dotnet/maui/pull/35096
πŸ”§ Fixes - [`ViewExtensions.CaptureAsync(IView)` and `IPlatformScreenshot` need extensibility for third-party platform backends](https://github.com/dotnet/maui/issues/34266)
- Fix MainThread throwing on custom platform backends by @Redth in https://github.com/dotnet/maui/pull/35070
πŸ”§ Fixes - [`MainThread.BeginInvokeOnMainThread` throws on custom platform backends - Common UI-thread marshaling pattern crashes; `Dispatcher` works but isn't the documented/recommended path](https://github.com/dotnet/maui/issues/34101)
- Tests: Add 11 missing UnitConverters unit tests by @PureWeen in https://github.com/dotnet/maui/pull/35191 - Remove duplicate @ prefix from issueAuthor in GitOps by @akoeplinger in https://github.com/dotnet/maui/pull/34834

Full Changelog: https://github.com/dotnet/maui/compare/10.0.70...release/10.0.1xx-sr8

Source: README.md, updated 2026-06-19