Skip to content

dotnet/maui

v10.0.80 Maintenance

This release keeps dependencies and maintenance posture current for teams operating this tool.

Published 1mo Build & Package
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

android desktop .net ios maccatalyst maui
+6 more
microsoft mobile multi-platform user-interface winui winui3

Summary

AI summary

Broad release touches SwipeView, WebView, Shell, and CollectionView.

Full changelog

.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

  • Add deep UI test execution to Copilot PR review pipeline by @kubaflo in https://github.com/dotnet/maui/pull/35376

  • [CI] Refactor ci-copilot pipeline: scope env vars per task by @T-Gro in https://github.com/dotnet/maui/pull/35324

Button

  • [Android, iOS] Button: Fix VisualState properties not restored when leaving custom state by @BagavathiPerumal in https://github.com/dotnet/maui/pull/33346

    🔧 Fixes

CollectionView

Core Lifecycle

DateTimePicker

🔧 Fixes

Dialogalert

Docs

  • docs: Add UITesting-Guide, ReleasePlanning, and ReleaseProcess to docs/README.md index by @PureWeen in https://github.com/dotnet/maui/pull/35195

  • docs: Fix hardcoded path and add library overview in Essentials.AI README by @PureWeen in https://github.com/dotnet/maui/pull/35194

  • docs: Update branch reference from net10.0 to net11.0 in DEVELOPMENT.md by @PureWeen in https://github.com/dotnet/maui/pull/35193

Drawing

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

    🔧 Fixes

Entry

Essentials

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
  • 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

Hybridwebview

  • [HybridWebView] Filter Android message events by source by @jonathanpeppers in https://github.com/dotnet/maui/pull/35717

Label

  • Add labeler skill evals and fix Handlers/*/Android/ rule gap by @PureWeen in https://github.com/dotnet/maui/pull/35468

  • Recompile agentic-labeler.lock.yml (PR #35540 follow-up) by @PureWeen in https://github.com/dotnet/maui/pull/35549

  • [iOS] Fix span Tap gesture on wrapped Label lines in iOS 26+ by @SubhikshaSf4851 in https://github.com/dotnet/maui/pull/34640

🔧 Fixes

Layout

Map

Mediapicker

Pages

Platform

RadioButton

SafeArea

ScrollView

  • [Windows] Fix Preserve ScrollView offsets when Orientation changes to Neither by @SubhikshaSf4851 in https://github.com/dotnet/maui/pull/34827
🔧 Fixes

Searchbar

Shapes

  • Update pr-review skill model lineup by @kubaflo in https://github.com/dotnet/maui/pull/35174

Shell

SwipeView

Switch

TabbedPage

Templates

  • Add version 11.0.0-preview.4 to bug report template by @davidortinau in https://github.com/dotnet/maui/pull/35449

Theming

Toolbar

  • [Windows] Fix for CS1061 build error caused by missing HasMenuBarContent property in MauiToolbar by @BagavathiPerumal in https://github.com/dotnet/maui/pull/35040

Tooling

WebView

  • [Testing] Fix for flaky UITests in CI that occasionally fail by @kubaflo in https://github.com/dotnet/maui/pull/35589

  • Refactor the HybridWebView and properly support complex parameters by @mattleibow in https://github.com/dotnet/maui/pull/32491

  • [Android] Fix WebView scrolling inside ScrollView by @Shalini-Ashokan in https://github.com/dotnet/maui/pull/33133

    🔧 Fixes
🔧 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
  • 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] 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)

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

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track dotnet/maui

Get notified when new releases ship.

Sign up free

About dotnet/maui

All releases →

Related context

Beta — feedback welcome: [email protected]