11.0.0-preview.7
Preview
Contributors
.NET MAUI 11.0.0-preview.7 Release Notes
.NET MAUI 11.0.0-preview.7 introduces significant improvements across all platforms with focus on quality, performance, and developer experience. This release includes 170 commits with various improvements, bug fixes, and enhancements.
Workloads
Workload Set: Microsoft.NET.Workloads.11.0.100-preview.7 @ 11.0.100-preview.7.26410.2
Installation
dotnet workload update --version 11.0.100-preview.7.26410.2
# Or install specific workloads
dotnet workload install maui ios maccatalyst android --version 11.0.100-preview.7.26410.2
Recommended Tools:
- Xcode: 26.6
- Java JDK: 21.0.8
- Android API-36
Workload Versions
| Workload | Full ID | Version | SDK Band | Links |
|---|---|---|---|---|
| MAUI | Microsoft.NET.Sdk.Maui | 11.0.0-preview.7.26406.9 | 11.0.100-preview.7 | NuGet · Source |
| iOS | Microsoft.NET.Sdk.iOS | 26.5.11997-net11-p7 | 11.0.100-preview.7 | NuGet · Source |
| Mac Catalyst | Microsoft.NET.Sdk.MacCatalyst | 26.5.11997-net11-p7 | 11.0.100-preview.7 | NuGet · Source |
| Android | Microsoft.NET.Sdk.Android | 37.0.0-preview.7.2131 | 11.0.100-preview.7 | NuGet · Release |
| tvOS | Microsoft.NET.Sdk.tvOS | 26.5.11997-net11-p7 | 11.0.100-preview.7 | NuGet · Source |
| macOS | Microsoft.NET.Sdk.macOS | 26.5.11997-net11-p7 | 11.0.100-preview.7 | NuGet · Source |
Matching MAUI and exact macios
11997GitHub release tags have not been published yet. The Source links point to the repository commits recorded in the NuGet packages.
MAUI NuGet Packages
The following NuGet packages are the core .NET MAUI libraries. The Implicit Version is bundled with the workload, while Latest Version may be newer due to out-of-band releases.
| Package | Implicit Version | Latest Version |
|---|---|---|
| Microsoft.Maui.Controls | 11.0.0-preview.7.26406.9 | 11.0.0-preview.7.26406.9 |
| Microsoft.Maui.Controls.Compatibility | Not published for preview 7 | 11.0.0-preview.5.26304.4 |
| Microsoft.Maui.Essentials | 11.0.0-preview.7.26406.9 | 11.0.0-preview.7.26406.9 |
| Microsoft.Maui.Graphics | 11.0.0-preview.7.26406.9 | 11.0.0-preview.7.26406.9 |
| Microsoft.Maui.Maps | 11.0.0-preview.7.26406.9 | 11.0.0-preview.7.26406.9 |
Native Tool & SDK Compatibility
Apple (iOS, Mac Catalyst, tvOS, macOS)
| Tool | Min Version | Recommended Version |
|---|---|---|
| Xcode | >= 26.6 | 26.6 |
Java JDK (Android)
| Tool | Min / Required Version | Recommended Version |
|---|---|---|
| Java JDK | >= 21.0 and < 22.0 | 21.0.8 |
Android SDK Packages (Required)
| SDK Package | Description |
|---|---|
build-tools;36.0.0 | Android SDK Build-Tools 36 |
cmdline-tools;19.0 | Android SDK Command-line Tools (latest) |
platforms;android-36 | Android SDK Platform 36 |
platform-tools | Android SDK Platform-Tools 36.0.0 |
Android SDK Packages (Optional)
| Package | Description |
|---|---|
emulator | Android Emulator (recommended 36.2.12) |
ndk-bundle | NDK (recommended 27.2.12479018) |
| System Images | Google APIs ARM 64 v8a / x86_64 (system-images;android-36.1;google_apis;...) |
MAUI Windows Dependencies
| Dependency | Minimum Version | Recommended |
|---|---|---|
| Windows App SDK | >= 1.8.251106002 | 1.8.251106002 |
| Windows SDK Build Tools | >= 10.0.26100.4654 | 10.0.26100.4654 |
| Win2D | >= 1.3.2 | 1.3.2 |
| WebView2 | >= 1.0.3179.45 | 1.0.3179.45 |
✨ New in .NET 11
The following 115 features and changes are unique to .NET 11 and not yet in the main branch:
Animation
-
[iOS, Mac, Windows] Fix PlatformTicker does not respect animation accessibility setting by @HarishwaranVijayakumar in https://github.com/dotnet/maui/pull/35846
Blazor
-
[ci-fix-net11] Guard Blazor sample JS interop calls by Shane Neuville in https://github.com/dotnet/maui/pull/36888
-
[Sample] Remove obsolete Router.PreferExactMatches from gallery sample by Matthew Leibowitz in https://github.com/dotnet/maui/pull/36892
BlazorWebView
-
[ci-fix-net11] Remove obsolete UseWebAssemblyDebugging from Blazor solution template (refs #36846) by @github-actions[bot] in https://github.com/dotnet/maui/pull/36855
-
[Extensibility] BlazorWebView: Add custom platform handler registration by Jakub Florkowski in https://github.com/dotnet/maui/pull/36658
Border
-
[Windows] Border: Keyboard tap support for TapGestureRecognizer by @Vignesh-SF3580 in https://github.com/dotnet/maui/pull/35578
CollectionView
-
[ci-fix-net11] Fix Windows CollectionView UI test CI failures for net11 by @NafeelaNazhir in https://github.com/dotnet/maui/pull/36932
-
[Net11][ci-fix-net11][Windows]Fixed HorizontalGridFooterExpand test failure by @SubhikshaSf4851 in https://github.com/dotnet/maui/pull/37027
Core
- [net11.0] Make pending internal APIs public per .NET 11 TODOs by @SuthiYuvaraj in https://github.com/dotnet/maui/pull/36876
Essentials
-
[Windows] Add AppInstance activation lifecycle hook and WebAuthenticator support by @IlGalvo in https://github.com/dotnet/maui/pull/36640
-
[ci-fix-net11] Needs review: Fix CA1416 platform-compatibility build errors in Essentials (refs #36451) by @github-actions[bot] in https://github.com/dotnet/maui/pull/36619
Essentials Webauth
- [Essentials] Passkeys (WebAuthn/FIDO2) Essentials API by Matthew Leibowitz in https://github.com/dotnet/maui/pull/36837
Gestures
-
[Extensibility] GestureManager: Expose factory and skip incompatible handlers by Jakub Florkowski in https://github.com/dotnet/maui/pull/36655
-
[Extensibility] Controls: Restore public AlertManager interfaces by Jakub Florkowski in https://github.com/dotnet/maui/pull/36633
Graphics
- [release/11.0.1xx-preview7] Suppress CA1416 for legacy iOS image scaling by Shane Neuville in https://github.com/dotnet/maui/pull/37090
Label
-
[Material 3] Replace Material3 slider touch workaround and remove floating label by @HarishwaranVijayakumar in https://github.com/dotnet/maui/pull/36448
-
[Net11]Improve label mapping performance and ensure complete coverage including ToPlatform and subsequent property changes by @devanathan-vaithiyanathan in https://github.com/dotnet/maui/pull/35892
-
[Net11] Revert Improve label mapping performance and ensure complete coverage including ToPlatform and subsequent property changes by @devanathan-vaithiyanathan in https://github.com/dotnet/maui/pull/37087
ListView
- [ci-fix-net11] De-flake Issue1939Test (intermittent macOS grouped-ListView failure) by @github-actions[bot] in https://github.com/dotnet/maui/pull/36114
Map
-
[Maps] Support custom icons for cluster markers by @kevin68 in https://github.com/dotnet/maui/pull/36336
-
[iOS] Map: Update pin icon when Pin.ImageSource changes at runtime by @kevin68 in https://github.com/dotnet/maui/pull/36293
Navigationpage
-
[NET11][iOS/MacCatalyst] Replace NavigationRenderer with NavigationViewHandler by @Tamilarasan-Paranthaman in https://github.com/dotnet/maui/pull/36109
🔧 Fixes
-
[release/11.0.1xx-preview7] Forward status bar style through NavigationPage handler by Jakub Florkowski in https://github.com/dotnet/maui/pull/37047
Resizetizer
- [Resizetizer] Invalidate image outputs when platform type changes by Shane Neuville in https://github.com/dotnet/maui/pull/36984
Shapes
- [ci-fix-net11] De-flake AOT warning baseline against volatile compiler-generated local-function ordinals by @github-actions[bot] in https://github.com/dotnet/maui/pull/36379
Shell
-
Fix Shell.TitleView not being centered by @SuthiYuvaraj in https://github.com/dotnet/maui/pull/36458
-
[net11.0][Android] Fix StackNavigationManager binary break and ShellItemWrapperFragment OnDestroyView gap (follow-up #34758) by @Vignesh-SF3580 in https://github.com/dotnet/maui/pull/36133
-
[Android] [ShellHandler] Extend existing device tests to cover both Renderer and Handler code paths by @Vignesh-SF3580 in https://github.com/dotnet/maui/pull/36328
-
feat: Shell route templates with {param} path parameters by Matthew Leibowitz in https://github.com/dotnet/maui/pull/35110
-
[Net11][ci-fix-net11] [Android] Fix ShellContent not updating when Content property changes at runtime by @SubhikshaSf4851 in https://github.com/dotnet/maui/pull/36902
-
[ci-fix-net11] Fix TopTabUnselectedTextVisibleWhenSwitchingTabs visual regression on Android Material3 by @devanathan-vaithiyanathan in https://github.com/dotnet/maui/pull/36911
-
[ci-fix-net11] Needs review: guard CA1416 iOS platform-availability APIs in Shell/NavigationPage handlers (refs #36181) by @github-actions[bot] in https://github.com/dotnet/maui/pull/36961
-
[Android] Shell: Fix fragment teardown crash by Shane Neuville in https://github.com/dotnet/maui/pull/37048
-
[release/11.0.1xx-preview7] Stabilize Shell SafeArea tab UI test by Jakub Florkowski in https://github.com/dotnet/maui/pull/37061
Slider
- [Material 3] Make Material 3 Slider extension methods public by @HarishwaranVijayakumar in https://github.com/dotnet/maui/pull/36319
TabbedPage
-
[Net11] [iOS/MacCatalyst] Migrate TabbedPage to handler architecture by @Tamilarasan-Paranthaman in https://github.com/dotnet/maui/pull/36507
🔧 Fixes
-
[net11.0][Android][Revert] TabbedPage automatic scrolling behavior by @SyedAbdulAzeemSF4852 in https://github.com/dotnet/maui/pull/37078
Templates
-
Revert unintended Sandbox sample changes from route-template work by @sheiksyedm via @Copilot in https://github.com/dotnet/maui/pull/36970
-
Add Avalonia.Controls.Maui support to templates by Tim Miller in https://github.com/dotnet/maui/pull/35950
-
[net11] Templates: remove Blazor render-mode workaround in maui-blazor-web by Matthew Leibowitz in https://github.com/dotnet/maui/pull/36484
Theming
-
Add Window.StatusBarTheme to control status bar icon appearance on mobile by Matthew Leibowitz in https://github.com/dotnet/maui/pull/34903
Tooling
-
Revert Incremental Hot Reload Sandbox demo by Jakub Florkowski in https://github.com/dotnet/maui/pull/36719
-
[XAML] Enable Incremental Hot Reload by default in Debug by Stéphane Delcroix in https://github.com/dotnet/maui/pull/36682
-
Turn XAML Incremental Hot Reload (XIHR) off by default by Stéphane Delcroix in https://github.com/dotnet/maui/pull/36832
-
[XAML] XIHR: deterministic content-hash versioning + always-emit UpdateComponent by Stéphane Delcroix in https://github.com/dotnet/maui/pull/36833
-
[Extensibility] Resizetizer: Enable external backend processing by Jakub Florkowski in https://github.com/dotnet/maui/pull/36653
-
[Extensibility] SingleProject: Register neutral-TFM backends by Jakub Florkowski in https://github.com/dotnet/maui/pull/36654
-
XAML Hot Reload: Improve incremental generation and coverage by Jonathan Dick in https://github.com/dotnet/maui/pull/36730
WebView
-
[Android] Fix custom WebViewClient being overridden by MAUI handler mapper by @NirmalKumarYuvaraj in https://github.com/dotnet/maui/pull/34426
-
[ci-fix-net11] Fix HybridWebView InvokeJavaScriptAsync exception test failures on iOS, MacCatalyst, and Windows by @devanathan-vaithiyanathan in https://github.com/dotnet/maui/pull/36938
Windows
- Add Microsoft.Windows.SDK.BuildTools.WinApp dependency for Windows apps by Matthew Leibowitz in https://github.com/dotnet/maui/pull/36889
Xaml
-
[XAML] Incremental XAML Hot Reload (source-generated patch chains) by Stéphane Delcroix in https://github.com/dotnet/maui/pull/34338
-
[XAML] Fix XIHR DataTemplate emission for multi-set and scoped templates by Stéphane Delcroix in https://github.com/dotnet/maui/pull/36683
-
[XAML] SourceGen: Compile RelativeSource AncestorType bindings under AOT by @BagavathiPerumal in https://github.com/dotnet/maui/pull/34408
-
[release/11.0.1xx-preview7] Turn XAML Incremental Hot Reload (XIHR) off by default by @github-actions[bot] in https://github.com/dotnet/maui/pull/36881
-
[Net11] Fix Maui.Controls.Sample build fails with MAUIG2045 by @devanathan-vaithiyanathan in https://github.com/dotnet/maui/pull/36882
-
[XAML] Fix local Debug build of Controls.Xaml.UnitTests (stale diagnostic suppressions) by Stéphane Delcroix in https://github.com/dotnet/maui/pull/36868
-
[ci-fix-net11] Resolve app theme dynamic resource from parent Application by Shane Neuville in https://github.com/dotnet/maui/pull/36885
-
[Net11] Fix for MAUIG2045 false-positive warning on unsealed RelativeSource AncestorType bindings by @BagavathiPerumal in https://github.com/dotnet/maui/pull/36905
-
[Extensibility] XAML: Expose GTK, macOS, and WPF in OnPlatform by Jakub Florkowski in https://github.com/dotnet/maui/pull/35901
-
[XAML] XIHR: remove the now-dead __version field and StableContentHash by Stéphane Delcroix in https://github.com/dotnet/maui/pull/36912
-
[release/11.0.1xx-preview7] Avoid null TypedBinding source during ancestor detach by Shane Neuville in https://github.com/dotnet/maui/pull/37095
-
[release/11.0.1xx-preview7] [XAML] Re-enable Incremental Hot Reload by default in Debug by Shane Neuville in https://github.com/dotnet/maui/pull/37163
🔧 Infrastructure (25)
-
Re-add Mono device-tests smoke legs for Android and iOS by @kotlarmilos in https://github.com/dotnet/maui/pull/36295
-
[NET11] Update AndroidX package references to latest stable versions by @sheiksyedm in https://github.com/dotnet/maui/pull/36288
-
[net11.0] Update dependencies from dotnet/android, dotnet/dotnet, dotnet/macios by @dotnet-maestro[bot] in https://github.com/dotnet/maui/pull/36121
-
[net11.0] Fix main merge build errors by Jakub Florkowski in https://github.com/dotnet/maui/pull/36751
-
[automated] Merge branch ‘main’ => ‘merge/main-to-net11.0’ by Jakub Florkowski in https://github.com/dotnet/maui/pull/36786
-
[ci-fix-net11] De-flake DropEventCoordinates: retry until the drop reports valid positive coordinates by @github-actions[bot] in https://github.com/dotnet/maui/pull/36027
-
[net11.0] Update dependencies from dotnet/android, dotnet/macios by @dotnet-maestro[bot] in https://github.com/dotnet/maui/pull/36737
-
[ci-fix-net11] De-flake flaky DispatcherTests by resetting leaked ThreadStatic dispatcher flag by @github-actions[bot] in https://github.com/dotnet/maui/pull/36221
-
[ci] Fix internal build: duplicate .cab signing + missing MicrosoftWixVersion by Rui Marinho in https://github.com/dotnet/maui/pull/36879
-
[Windows] Bump Windows App SDK, SDK BuildTools, WebView2 and Win2D by Matthew Leibowitz in https://github.com/dotnet/maui/pull/36891
-
[release/11.0.1xx-preview7] Update dependencies from dotnet/android, dotnet/dotnet, dotnet/macios by @dotnet-maestro[bot] in https://github.com/dotnet/maui/pull/36838
-
[release/11.0.1xx-preview7] Update to final blessed Preview 7 SDK/runtime by Shane Neuville in https://github.com/dotnet/maui/pull/36908
-
[release/11.0.1xx-preview7] Update dependencies from dotnet/android by @dotnet-maestro[bot] in https://github.com/dotnet/maui/pull/36929
-
[net11.0] Refresh .NET dependencies and fix RC1 build failures by @dotnet-maestro[bot] in https://github.com/dotnet/maui/pull/36861
-
[release/11.0.1xx-preview7] Update dependencies from dotnet/android by @dotnet-maestro[bot] in https://github.com/dotnet/maui/pull/36959
-
[Extensibility] SingleProject: Fix dual-path backend activation and Compile filtering by Shane Neuville in https://github.com/dotnet/maui/pull/36957
-
[release/11.0.1xx-preview7] Update dependencies from dotnet/macios by @dotnet-maestro[bot] in https://github.com/dotnet/maui/pull/36965
-
Revert “[release/11.0.1xx-preview7] Update dependencies from dotnet/macios” by Jakub Florkowski in https://github.com/dotnet/maui/pull/36973
-
[release/11.0.1xx-preview7] Align release SDK/runtime and component builds by @dotnet-maestro[bot] in https://github.com/dotnet/maui/pull/36985
-
[release/11.0.1xx-preview7] Update dependencies from dotnet/macios by @dotnet-maestro[bot] in https://github.com/dotnet/maui/pull/36995
-
[net11.0] Update dependencies from dnceng/internal/dotnet-optimization by @dotnet-maestro[bot] in https://github.com/dotnet/maui/pull/36200
-
[ci-fix-net11][WIP] Fix Windows CV2 UITest failures by @devanathan-vaithiyanathan in https://github.com/dotnet/maui/pull/36949
-
[ci-fix-net11] Fixed Build Error in net 11 branch by @NafeelaNazhir in https://github.com/dotnet/maui/pull/37029
-
[release/11.0.1xx-preview7] Align with blessed SDK build by Jakub Florkowski in https://github.com/dotnet/maui/pull/37046
-
[ci-fix-net11] Needs review: de-flake ActiveWindowTracker Windows device tests — bounded condition wait instead of fixed 100 ms delay (refs #36 [Content truncated due to length] by @github-actions[bot] in https://github.com/dotnet/maui/pull/36092
🧪 Testing (7)
-
[Testing] Fix for flaky UITests in Net11 CI by @TamilarasanSF4853 in https://github.com/dotnet/maui/pull/36609
-
[Testing] Fix net11 CI failure in Picker UI test (Issue34971) by @NafeelaNazhir in https://github.com/dotnet/maui/pull/36873
-
[ci-fix-net11] Fix net11 CI failure in Windows CollectionView UI tests by @NafeelaNazhir in https://github.com/dotnet/maui/pull/36900
-
[Testing] Fix for flaky UITests in Net11 CI by @TamilarasanSF4853 in https://github.com/dotnet/maui/pull/36977
-
[ci-fix-net11] Fix CS0115 build error in ModalHandlerTests.SetupBuilder override by @HarishwaranVijayakumar in https://github.com/dotnet/maui/pull/37030
-
[release/11.0.1xx-preview7] Fix Android Window device test context by Jakub Florkowski in https://github.com/dotnet/maui/pull/37051
-
[release/11.0.1xx-preview7] Bundle test-only stabilizations by Jakub Florkowski in https://github.com/dotnet/maui/pull/37081
📦 Other (20)
-
[automated] Merge branch ‘main’ => ‘net11.0’ by @github-actions[bot] in https://github.com/dotnet/maui/pull/36733
-
[automated] Merge branch ‘main’ => ‘net11.0’ by @github-actions[bot] in https://github.com/dotnet/maui/pull/36843
-
[automated] Merge branch ‘net11.0’ => ‘release/11.0.1xx-preview7’ by @github-actions[bot] in https://github.com/dotnet/maui/pull/36860
-
Remove the TrimmerRootAssembly workaround from Controls targets (net11.0) by @sbomer via @Copilot in https://github.com/dotnet/maui/pull/34519
-
[automated] Merge branch ‘net11.0’ => ‘release/11.0.1xx-preview7’ by @github-actions[bot] in https://github.com/dotnet/maui/pull/36920
-
[automated] Merge branch ‘main’ => ‘net11.0’ by @github-actions[bot] in https://github.com/dotnet/maui/pull/36886
-
[automated] Merge branch ‘net11.0’ => ‘release/11.0.1xx-preview7’ by @github-actions[bot] in https://github.com/dotnet/maui/pull/36923
-
[net11.0] Controls: Annotate remaining converters and harden conversion behavior by @NirmalKumarYuvaraj in https://github.com/dotnet/maui/pull/30875
-
[automated] Merge branch ‘net11.0’ => ‘release/11.0.1xx-preview7’ by @github-actions[bot] in https://github.com/dotnet/maui/pull/36944
-
[automated] Merge branch ‘main’ => ‘net11.0’ by @github-actions[bot] in https://github.com/dotnet/maui/pull/36931
-
Remove InternalsVisibleTo attributes for .NET MAUI Community Toolkit by Gerald Versluis in https://github.com/dotnet/maui/pull/34070
-
[automated] Merge branch ‘net11.0’ => ‘release/11.0.1xx-preview7’ by @github-actions[bot] in https://github.com/dotnet/maui/pull/36947
-
[automated] Merge branch ‘net11.0’ => ‘release/11.0.1xx-preview7’ by @github-actions[bot] in https://github.com/dotnet/maui/pull/36950
-
[automated] Merge branch ‘main’ => ‘net11.0’ by @github-actions[bot] in https://github.com/dotnet/maui/pull/36953
-
[automated] Merge branch ‘net11.0’ => ‘release/11.0.1xx-preview7’ by @github-actions[bot] in https://github.com/dotnet/maui/pull/36952
-
Cache Brushes by Pedro Jesus in https://github.com/dotnet/maui/pull/36405
-
[automated] Merge branch ‘main’ => ‘net11.0’ by @github-actions[bot] in https://github.com/dotnet/maui/pull/37001
-
[automated] Merge branch ‘main’ => ‘net11.0’ by @github-actions[bot] in https://github.com/dotnet/maui/pull/37007
-
[automated] Merge branch ‘net11.0’ => ‘release/11.0.1xx-preview7’ by @github-actions[bot] in https://github.com/dotnet/maui/pull/36986
-
[automated] Merge branch ‘net11.0’ => ‘release/11.0.1xx-preview7’ by @github-actions[bot] in https://github.com/dotnet/maui/pull/37042
Additional Changes (55)
The following changes are also present in the main branch:
Ai Agents
-
Improve /review tests: Opus engine, multi-build base diff, and readable grouped comments by Jakub Florkowski in https://github.com/dotnet/maui/pull/36533
-
Add Trim/NativeAOT safety rules to code review skill by Shane Neuville in https://github.com/dotnet/maui/pull/34962
-
[CI] Agentic workflows: Update gh-aw workflows to v0.82.14 by Shane Neuville in https://github.com/dotnet/maui/pull/36705
-
Fix regression scanner attribution source by Shane Neuville in https://github.com/dotnet/maui/pull/36686
-
Automate visual failure comparisons in /review tests by Jakub Florkowski in https://github.com/dotnet/maui/pull/36666
-
Fix regression scanner attribution reads by Shane Neuville in https://github.com/dotnet/maui/pull/36734
-
Escalate Blast Radius probing for frequently-regressed component families by Shane Neuville in https://github.com/dotnet/maui/pull/34884
-
Add missing YAML frontmatter to find-regression-risk SKILL.md by Jakub Florkowski in https://github.com/dotnet/maui/pull/36799
BlazorWebView
-
Add UsePlatformHandler
for custom BlazorWebView backends by Jonathan Dick in https://github.com/dotnet/maui/pull/34225
Entry
- [ci] Remove duplicate .cab signing entry by Rui Marinho in https://github.com/dotnet/maui/pull/36945
Shapes
- [main] Add Gradle cache to official pack pipeline by @github-actions[bot] in https://github.com/dotnet/maui/pull/35065
Shell
-
Revert Shell flyout header layout on iOS by Jakub Florkowski in https://github.com/dotnet/maui/pull/36495
SwipeView
-
Fix WebView SwipeView gestures on Android by Jakub Florkowski in https://github.com/dotnet/maui/pull/36499
Templates
- Add new versions to the bug report template by @Tamilarasan-Paranthaman in https://github.com/dotnet/maui/pull/36740
🔧 Infrastructure (38)
-
Bump Magick.NET-Q8-AnyCPU from 14.13.1 to 14.14.0 by @dependabot[bot] in https://github.com/dotnet/maui/pull/36175
-
ci-fix: self-watching keep-one-PR loop (up to 10 attempts, no per-attempt human hand-off) by Shane Neuville in https://github.com/dotnet/maui/pull/36317
-
Fix Copilot auth for leak scanner/fixer workflows via PAT pool by Jakub Florkowski in https://github.com/dotnet/maui/pull/36446
-
release-readiness: preview readiness — blessed-build source + subscription-wiring & feed-drift checks (evolve #36268) by Shane Neuville in https://github.com/dotnet/maui/pull/36213
-
Add gh-aw self-updater workflows (action-pin refresh + version updater) by Shane Neuville in https://github.com/dotnet/maui/pull/36460
-
Update PatchVersion from 90 to 100 by Jakub Florkowski in https://github.com/dotnet/maui/pull/36510
-
ci-fix: mark validated draft PRs ready when the fixed test goes green by Shane Neuville in https://github.com/dotnet/maui/pull/36461
-
ci-fix: allow src/AI/** in the fixer’s file allowlist (unblocks net11 twin) by Shane Neuville in https://github.com/dotnet/maui/pull/36601
-
Fix two low-severity regex edge cases in release-readiness matchers (Copilot follow-ups from #36213) by Shane Neuville in https://github.com/dotnet/maui/pull/36483
-
Fix Action Pin Refresh gh CLI authentication by Shane Neuville in https://github.com/dotnet/maui/pull/36487
-
Fix Copilot PR-reviewer prompts: unauthenticated gh reality + mandatory inline-findings.json write by Shane Neuville in https://github.com/dotnet/maui/pull/36002
🔧 Fixes
-
Add analyze-sessions skill for session-driven agent improvement by Shane Neuville in https://github.com/dotnet/maui/pull/36007
-
Harden CI-fixer watch loop behavior by Shane Neuville in https://github.com/dotnet/maui/pull/36618
-
Upgrade Vally CLI to 0.10.0 by Shane Neuville in https://github.com/dotnet/maui/pull/36638
-
Agentic-labeler: route AI-agent and platform labels correctly by Shane Neuville in https://github.com/dotnet/maui/pull/36639
-
Remove net10 branch automation by Jakub Florkowski in https://github.com/dotnet/maui/pull/36656
-
Add automated regression-corpus scanner for the code-review skill by Shane Neuville in https://github.com/dotnet/maui/pull/35925
-
ci(skills): show before→after eval scores on skill PRs by Shane Neuville in https://github.com/dotnet/maui/pull/36008
-
code-review: catch early-return-guard lifecycle regressions by Shane Neuville in https://github.com/dotnet/maui/pull/35977
-
[CI] Agentic workflows: Update gh-aw generated assets to v0.81.6 by Shane Neuville via @Copilot in https://github.com/dotnet/maui/pull/36486
-
Fix milestone tag audit PR parsing by Shane Neuville in https://github.com/dotnet/maui/pull/36703
-
fix(ci-fix): retry transient prefetch failures by Shane Neuville in https://github.com/dotnet/maui/pull/36685
-
Add producer-trace, over-restriction & coverage-adequacy review CHECKs (retro from #36185) by Shane Neuville in https://github.com/dotnet/maui/pull/36210
-
Remove comment-triggered /review rerun by Jakub Florkowski in https://github.com/dotnet/maui/pull/36731
-
Add actionable SR backport, version-transition, and ship-Assessment feed guidance by Jakub Florkowski in https://github.com/dotnet/maui/pull/36497
-
[Android] ban [Export] in the banned API analyzers by Jonathan Peppers in https://github.com/dotnet/maui/pull/36773
-
fix(ci-fix): avoid incidental human PR dedup by Shane Neuville in https://github.com/dotnet/maui/pull/36775
-
[release-readiness] Fix next-cycle milestone after preview7 (rc1, not preview8) by Jakub Florkowski in https://github.com/dotnet/maui/pull/36803
-
Harden net11 CI scanner coverage and issue metadata by Shane Neuville in https://github.com/dotnet/maui/pull/36848
-
Remove invalid CODEOWNERS configuration by Shane Neuville in https://github.com/dotnet/maui/pull/36890
-
Apply the pr-finalize title/description recommendation to the PR by Shane Neuville in https://github.com/dotnet/maui/pull/36849
-
Harden CI-fixer discovery and safe-output transport by Shane Neuville in https://github.com/dotnet/maui/pull/36842
-
Fix /review tests screenshot publishing by Jakub Florkowski in https://github.com/dotnet/maui/pull/36785
-
Add report-only ci-scan stale tracking-issue reconciler by Shane Neuville in https://github.com/dotnet/maui/pull/36850
-
Fix deterministic CI scan fingerprint publication by Shane Neuville in https://github.com/dotnet/maui/pull/36913
-
Auto-merge clean inter-branch forward merges by Shane Neuville in https://github.com/dotnet/maui/pull/36875
-
Remove ineffective blanket integration-test retry by @mmitche via @Copilot in https://github.com/dotnet/maui/pull/36994
-
Fix bot-opened inter-branch merge policy matching by Shane Neuville in https://github.com/dotnet/maui/pull/36992
📦 Other (3)
- Update net11.0 merge flow target to preview7 by Shane Neuville via @Copilot in https://github.com/dotnet/maui/pull/36841
- Improve release readiness tracker accuracy and post-ship guidance by Shane Neuville in https://github.com/dotnet/maui/pull/36760
- Address post-merge review findings on the PR finalize apply step by Shane Neuville in https://github.com/dotnet/maui/pull/36919
Full Changelog: https://github.com/dotnet/maui/compare/11.0.0-preview.6.26360.8…release/11.0.1xx-preview7