chore(deps): update dotnet monorepo to v10 (major)#911
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): update dotnet monorepo to v10 (major)#911renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #911 +/- ##
=======================================
Coverage 34.65% 34.65%
=======================================
Files 27 27
Lines 707 707
Branches 93 93
=======================================
Hits 245 245
Misses 446 446
Partials 16 16 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
37aa134 to
7df7b9f
Compare
a62d903 to
e4e7055
Compare
8e6d1b7 to
5979e59
Compare
a47f963 to
5592df4
Compare
6619c52 to
c6b32b4
Compare
9b0379f to
17892d0
Compare
e4db4b4 to
2c842ce
Compare
2c842ce to
3b48411
Compare
1761277 to
906f143
Compare
906f143 to
92d8f82
Compare
92d8f82 to
2da4978
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
9.0.12→10.0.69.0.120→10.0.519.0.120→10.0.518.0.0→10.0.2029.0.12→10.0.6Release Notes
dotnet/dotnet (Microsoft.Extensions.Logging.Debug)
v10.0.6v10.0.5v10.0.4v10.0.3v10.0.2v10.0.1dotnet/maui (Microsoft.Maui.Controls)
v10.0.51: SR5.1Compare Source
What's Changed
Full Changelog: dotnet/maui@10.0.50...10.0.51
v10.0.50Compare Source
What's Changed
.NET MAUI 10.0.50 introduces significant improvements across all platforms with focus on quality, performance, and developer experience. This release includes 78 commits with various improvements, bug fixes, and enhancements.
AI
Enable packing and independent preview versioning for Essentials.AI by @mattleibow in #33976
Move Essentials.AI preview iteration to eng/Versions.props by @mattleibow in #34025
[Feature] Add Microsoft.Maui.Essentials.AI - Apple Intelligence by @mattleibow in #33519
[AI] Fix multi-turn tool calling, add chat overlay, upgrade Agent Framework to rc2, and add CI pipelines by @mattleibow in #34124
Ai Agents
Copilot agent infrastructure, emulator reliability, and try-fix workflow improvements by @PureWeen via @Copilot in #33937
Update PR agent models to claude-sonnet-4.6 and gpt-5.3-codex by @kubaflo in #34109
ci-copilot: set pipeline run title early using build.updatebuildnumber by @jfversluis via @Copilot in #34156
Revamp find-reviewable-pr skill: priorities, defaults, and doc fixes by @PureWeen in #34160
Add correct CI pipeline names to Copilot instructions by @jfversluis in #34255
Add resilience to UI tests for frozen/unresponsive apps by @PureWeen in #34023
Copilot CI: Structured phase outputs, autonomous execution, iOS support, and CI pipeline by @kubaflo in #34040
Agent Workflow Metrics via GitHub Labels by @kubaflo in #33986
Animation
[Android] Fixed TransformProperties issue when a wrapper view is present by @Ahamed-Ali in #29228
🔧 Fixes
API
Button
Fix ImageButton not rendering correctly based on its bounds by @Shalini-Ashokan in #28309
🔧 Fixes
CollectionView
[Android] Fixed issue where group Header/Footer template was applied to all items when IsGrouped was true for an ObservableCollection by @Tamilarasan-Paranthaman in #28886
🔧 Fixes
[Android] CollectionView: Fix reordering when using DataTemplateSelector by @NanthiniMahalingam in #32349
🔧 Fixes
[Android] Fix for incorrect scroll position when using ScrollTo with a header in CollectionView by @SyedAbdulAzeemSF4852 in #30966
🔧 Fixes
Fix Incorrect Scrolling Behavior in CollectionView ScrollTo Method Using Index Value by @Shalini-Ashokan in #27246
🔧 Fixes
[Android] Fix System.IndexOutOfRangeException when scrolling CollectionView with image CarouselView by @devanathan-vaithiyanathan in #31722
🔧 Fixes
[Android] Fix VerticalOffset Update When Modifying CollectionView.ItemsSource While Scrolled by @devanathan-vaithiyanathan in #26782
🔧 Fixes
Docs
Minor API docs improvements by @jfversluis in #34091
Fix phase numbering in pr-agent post-gate docs by @PureWeen in #34116
[docs] Add concise maui CLI command reference by @rmarinho in #34217
Remove build status badges from README by @jfversluis in #34282
Drawing
[Android] Fix crash in GraphicsView when using TapGestureRecognizer by @jpd21122012 in #34301
🔧 Fixes
Editor
Fixed Editor vertical text alignment not working after toggling IsVisible by @NanthiniMahalingam in #26194
🔧 Fixes
Entry
[Android, iOS, Mac] Fixed Entry ClearButton not visible on dark theme Change by @TamilarasanSF4853 in #32889
🔧 Fixes
[Android] Fix Numeric Entry not accepting the appropriate Decimal Separator by @devanathan-vaithiyanathan in #27376
🔧 Fixes
[Android & iOS] Entry/Editor: Dismiss keyboard when control becomes invisible by @prakashKannanSf3972 in #27340
🔧 Fixes
Gestures
[Android] Fixed PointerGestureRecognizer not triggering PointerMoved event by @KarthikRajaKalaimani in #33889
🔧 Fixes
[Android] Fix PointerMoved and PointerReleased not firing in PointerGestureRecognizer by @KarthikRajaKalaimani in #34209
🔧 Fixes
Label
[Android] Fix Label with MaxLines truncating text in horizontal ScrollView by @Vignesh-SF3580 in #34279
🔧 Fixes
Update PreReleaseVersionLabel and StabilizePackageVersion by @PureWeen in #34371
Navigation
[Android] Shell: Fix OnBackButtonPressed not firing for navigation bar back button by @kubaflo in #33531
🔧 Fixes
Packaging
Performance
ProgressBar
SafeArea
[iOS] Fix SafeArea infinite layout cycle with parent hierarchy walk and pixel-level comparison by @PureWeen in #34024
🔧 Fixes
Shapes
Shell
[iOS] Fixed Shell Navigating event showing same current and target values by @Vignesh-SF3580 in #25749
🔧 Fixes
[iOS, macOS] Fixed Shell Flyout Icon is always black in iOS 26 by @Dhivya-SF4094 in #32997
🔧 Fixes
Templates
TitleView
[Android] Fixed duplicate title icon when setting TitleIconImageSource Multiple times by @SubhikshaSf4851 in #31487
🔧 Fixes
WebView
Fixed the crash on iOS when setting HeightRequest on WebView inside a ScrollView with IsVisible set to false by @Ahamed-Ali in #29022
🔧 Fixes
Xaml
Fix SourceGen nullability output for #34130 by @StephaneDelcroix in #34193
🔧 Fixes
Fix XAML C# expression setter generation for read-only properties by @StephaneDelcroix in #34137
🔧 Fixes
Fix NullReferenceException when binding to Dictionary<Enum, object> with x:DataType by @StephaneDelcroix in #32916
🔧 Fixes
🔧 Infrastructure (7)
$(DebugType)MSBuild settings by @jonathanpeppers in #34216🧪 Testing (6)
🏠 Housekeeping (2)
📦 Other (15)
Update PatchVersion from 40 to 50 by @PureWeen in #34026
Add agentic workflow daily-repo-status by @rmarinho in #34043
Revert "Remove InternalsVisibleTo attributes for .NET MAUI Community … by @dartasen in #34047
🔧 Fixes
InternalsVisibleTofor the .NET MAUI Toolkits inMicrosoft.Maui.Controls v10.0.40Has BrokenCommunityToolkit.MauiandCommunityToolkit.Maui.MarkupSkip Xcode provisioning for RunOnAndroid integration tests by @sbomer via @Copilot in #34053
Adopt arcade inter-branch merge workflow for main → net10.0 and main → net11.0 by @PureWeen via @Copilot in #34144
[XSG] Fix Setter.Value property element lookup for MauiGlobalUri namespace by @StephaneDelcroix in #34055
🔧 Fixes
[XSG] Fix SourceGen OnPlatform default View null handling by @StephaneDelcroix in #34186
🔧 Fixes
Fix RelayCommand binding inference for On*Async patterns by @StephaneDelcroix in #34183
🔧 Fixes
Add a GitHub action to update global.json whenever maestro changes it. by @rolfbjarne in #34248
Fix Glide IllegalArgumentException in PlatformInterop for destroyed activities by @jonathanpeppers via @Copilot in #33805
[iOS] Fix MauiCALayer and StaticCAShapeLayer crash on finalizer thread by @pshoey in #33818
🔧 Fixes
February 21st, 2026 Candidate Branch by @PureWeen in #34173
Revert "February 21st, 2026 Candidate Branch" by @jfversluis in #34292
February 21st, 2026 Candidate Branch by @jfversluis in #34293
Add Android NativeAOT integration tests by @sbomer in #33756
v10.0.41: SR4.1Compare Source
What's Changed
Full Changelog: dotnet/maui@10.0.40...10.0.41
v10.0.40: SR4Compare Source
What's Changed
.NET MAUI 10.0.40 introduces significant improvements across all platforms with focus on quality, performance, and developer experience. This release includes 143 commits with various improvements, bug fixes, and enhancements.
AI
Improve write-tests-agent with best practices by @sheiksyedm in #33860
[Sample] Add Microsoft.Maui.Essentials.AI sample app with multi-agent workflow by @mattleibow in #33610
Ai Agents
Add FileLoggingProvider for MacCatalyst UI test logging by @PureWeen in #33518
Improve verify-tests-fail-without-fix Skill by @kubaflo in #33513
Add find-reviewable-pr skill from existing PR by @PureWeen via @Copilot in #33349
Add learn-from-pr agent and enhance skills framework structure by @PureWeen via @Copilot in #33579
Fix PS1 scripts for Windows compatibility by @PureWeen in #33679
Improve skills and scripts for better agent workflows by @PureWeen in #33699
[XEXPR] Refactor test skills/agents to dispatcher pattern by @PureWeen via @Copilot in #33721
[ai] Skill for running device tests by @rmarinho in #33484
Add ai-summary-comment skill for automated PR review comments by @kubaflo in #33585
Add PR label management to test verification skill by @kubaflo in #33739
ai-summary-comment: Simplify PR finalize to two collapsible sections by @kubaflo in #33771
Improve issue-triage skill: Add gh CLI checks and fix workflow by @PureWeen in #33750
[ai] Add integration test runner skill by @rmarinho in #33654
Improve PR Agent Gate verification to prevent result fabrication by @PureWeen in #33806
Improve test report formatting and summary extraction by @kubaflo in #33793
Improve try-fix comment parsing and summary by @kubaflo in #33794
Enhance PR agent: multi-model workflow, blocker handling, shared rules extraction by @PureWeen in #33813
Enhance pr-finalize skill with code review phase and safety rules by @PureWeen in #33861
Remove Phase 2 (Tests) from PR agent workflow by @kubaflo in #33905
Blazor
Fix for BlazorWebView Back Navigation Issues on Android 13+ After Predictive Back Gesture Changes by @SuthiYuvaraj in #33213
🔧 Fixes
BlazorWebView
Button
Checkbox
[Android] Implement material3 support for CheckBox by @HarishwaranVijayakumar in #33339
🔧 Fixes
CollectionView
[Android] Fixed EmptyView doesn’t display when CollectionView is placed inside a VerticalStackLayout by @NanthiniMahalingam in #33134
🔧 Fixes
CollectionView does not show an EmptyView template with an empty collection
[Android] Fix for CollectionView.EmptyView does not remeasure its height when the parent layout changes dynamically, causing incorrect sizing. by @BagavathiPerumal in #33559
🔧 Fixes
CollectionView.EmptyViewdoes not remeasure its height when the parent layout changes dynamically, causing incorrect sizing.[Android] Fixed CollectionView reordering last item by @vitalii-vov in #17825
🔧 Fixes
Core Lifecycle
[Android] Skip DisposeWindowScope on Destroying to prevent ObjectDisposedException by @praveenkumarkarunanithi in #33765
🔧 Fixes
DateTimePicker
[iOS] Fix VoiceOver focus not shifting to Picker/DatePicker/TimePicker popups by @kubaflo in #33152
🔧 Fixes
Dialogalert
[iOS 26] Fix DisplayPromptAsync maxLength not enforced due to new multi-range delegate by @Shalini-Ashokan in #33616
🔧 Fixes
Docs
Update build status badge in README.md by @rmarinho in #33503
Update build status links in README.md by @rmarinho in #33548
Migrate Core types API docs from external XML to inline by @jfversluis in #33631
Migrate Shell namespace API docs from external XML to inline by @jfversluis in #33628
Migrate Shapes namespace API docs from external XML to inline by @jfversluis in #33627
Migrate PlatformConfiguration API docs from external XML to inline by @jfversluis in #33629
Migrate Controls API docs from external XML to inline by @jfversluis in #33641
Delete remaining external XML documentation files by @jfversluis in #33663
Add API documentation to Maps and fix TimeChangedEventArgs placeholders by @jfversluis in #33666
Add API documentation to Controls.Foldable and enable CS1591 by @jfversluis in #33667
Add XML documentation to Controls.Xaml and enable CS1591 by @jfversluis in #33669
Enable CS1591 enforcement on projects with 100% doc coverage by @jfversluis in #33675
Add XML documentation to Controls.Core.Design and enable CS1591 by @jfversluis in #33680
readme tweaks by @davidortinau in #33830
Essentials
[Windows]Fix NullReferenceException in OpenReadAsync for FileResult created with full path by @devanathan-vaithiyanathan in #28238
🔧 Fixes
Flyout
[iOS] Shell: Account for SafeArea when positioning flyout footer by @kubaflo in #32891
🔧 Fixes
Fonts
Gestures
Fix CustomSwipeControl sample - add missing event handler by @StephaneDelcroix in #33880
🔧 Fixes
Android pan fixes by @BurningLights in #21547
🔧 Fixes
Image
Fix Glide IllegalArgumentException in MauiCustomTarget.clear() for destroyed activities by @jfversluis via @Copilot in #29780
🔧 Fixes
Label
[Android] Fix for Label WordWrap width issue causing HorizontalOptions misalignment by @praveenkumarkarunanithi in #33281
🔧 Fixes
Fix to Improve Flyout Accessibility by Adjusting UITableViewController Labels by @SuthiYuvaraj in #31619
🔧 Fixes
Update PreReleaseVersionLabel to 'servicing' by @PureWeen in #34001
Mediapicker
[Regression][iOS] Fix MediaPicker PickPhotosAsync getting file name in contentType property by @devanathan-vaithiyanathan in #33390
🔧 Fixes
Navigation
Fix handler not disconnected when removing non visible pages using RemovePage() by @Vignesh-SF3580 in #32289
🔧 Fixes
Shell: Add duplicate route validation for sibling elements by @SubhikshaSf4851 in #32296
🔧 Fixes
Packaging
Fix release net11 to workload set by @rmarinho in #33844
Fix comment and stabilize package version condition by @PureWeen in #34003
Picker
[Android] Fix Picker IsOpen not reset when picker is dismissed by @devanathan-vaithiyanathan in #33332
🔧 Fixes
Improved Unfocus support for Picker on Mac Catalyst by @kubaflo in #33127
🔧 Fixes
SafeArea
[Android] Fixed SafeAreaEdges issue during Shell Navigation Transition by @NirmalKumarYuvaraj in #33788
🔧 Fixes
[iOS] SafeArea: Return Empty for non-ISafeAreaView views (opt-in model) by @praveenkumarkarunanithi in #33526
🔧 Fixes
Shapes
[XSG] Fix inline StyleSheet CSS content with quotes by @StephaneDelcroix in #33874
🔧 Fixes
Shell
[iOS & Catalyst ] Fixed IsEnabled property should work on Tabs by @SubhikshaSf4851 in #33369
🔧 Fixes
[iOS,Windows] Fix navigation bar colors not resetting when switching ShellContent by @Vignesh-SF3580 in #33228
🔧 Fixes
[iOS] Fixed Shell navigation on search handler suggestion selection by @SubhikshaSf4851 in #33406
🔧 Fixes
[iOS 26 & Catalyst 26] [Follow-up PR] Fixed IsEnabled behavior on Tabs by @SubhikshaSf4851 in #33337
🔧 Fixes
[iOS] Fix ObjectDisposedException in TraitCollectionDidChange on window disposal by @jeremy-visionaid in #33353
🔧 Fixes
[Issue-Resolver] Explicit fallback for BackButtonBehavior lookup by @kubaflo in #33204
🔧 Fixes
Templates
Update PatchVersion and Bug Report template by @PureWeen in #33521
[Templates] Add semantic description to CategoryChart for accessibility by @kubaflo in #33617
🔧 Fixes
Fix VoiceOver doesnot announces the State of the ComboBox by @SuthiYuvaraj in #32286
[Templates] Remove redundant SemanticProperties.Description attribute by @kubaflo in #33621
🔧 Fixes
Theme
[Windows] Fix runtime theme update for controls and TitleBar by @Tamilarasan-Paranthaman in #31714
🔧 Fixes
Switchis invisible onPointOverwhen theme has changedTheming
Fix SourceGen missing diagnostic for keyless ResourceDictionary items by @rmarinho in #33708
[XSG] Fix Style Setters referencing source-generated bindable properties by @simonrozsival in #33562
Titlebar
[Windows] Fix TitleBar.IsVisible = false the caption buttons become unresponsive by @devanathan-vaithiyanathan in #33256
🔧 Fixes
WebView
Fix WebView JavaScript string escaping for backslashes and quotes by @StephaneDelcroix in #33726
Skip HybridWebView interception test on iOS/MacCatalyst by @rmarinho via @Copilot in #33981
Xaml
[XSG][BindingSourceGen] Add support for CommunityToolkit.Mvvm ObservablePropertyAttribute by @simonrozsival via @Copilot in #33028
🔧 Fixes
[XSG] Fix invalid code generation for Setter with OnPlatform without Default by @StephaneDelcroix in #33681
🔧 Fixes
[XEXPR] [Experimental] XAML C# Expressions by @StephaneDelcroix in #33693
[XSG] Fix NaN value in XAML generating invalid code by @StephaneDelcroix in #33533
🔧 Fixes
Enable XAML Source Generator on ManualTests project by @StephaneDelcroix in #33036
[XSG] Fix expression binding TProperty type resolution for mismatched source/target types by @StephaneDelcroix in #33994
🔧 Fixes
Fix XSG crash when Style Setter uses markup extension with source-generated BindableProperty by [@simonrozsival](https://redi
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.