Weekly GitHub Report for Maui: February 01, 2026 - February 08, 2026 (15:58:04)
Weekly GitHub Report for Maui
Thank you for subscribing to our weekly newsletter! Each week, we deliver a comprehensive summary of your GitHub project's latest activity right to your inbox, including an overview of your project's issues, pull requests, contributors, and commit activity.
Table of Contents
I. News
1.1 Recent Version Releases:
The current version of this repository is 9.0.90
1.2 Version Information:
The .NET MAUI 9.0.90 SR9 release, created on July 11, 2025, includes over 141 commits primarily focused on critical product fixes across iOS, Android, and Windows platforms, testing enhancements, infrastructure updates, and dependency version bumps. Key highlights include numerous bug fixes addressing UI behavior, threading issues, and control improvements, alongside expanded automated testing coverage and housekeeping updates to improve stability and maintainability.
II. Issues
2.1 Top 5 Active Issues:
We consider active issues to be issues that that have been commented on most frequently within the last week. Bot comments are omitted.
-
[T/BUG] [PLATFORM/WINDOWS] [S/VERIFIED] [AREA-CONTROLS-PICKER] [S/TRIAGED] Picker does not respect themes (outline, dropdown, indicator): This issue describes a problem where the Picker control in a .NET MAUI application does not update its visual elements such as the outline, dropdown background, and indicator when the app's theme is changed at runtime between Light and Dark modes. The problem is specifically noted on the Windows platform, where the Picker fails to respond to theme changes, while other controls and platforms handle theme switching correctly.
- The comments confirm the issue is reproducible on Windows but not on iOS or Android, discuss the lack of a current fix, and suggest possible workarounds including customizing the picker dialog color at the application level, with users noting platform-specific behavior differences.
- Number of comments this week: 4
-
[T/BUG] [S/VERIFIED] [S/TRIAGED] [AREA-SAFEAREA] [Android] SafeAreaEdges not behaving as expected: This issue describes a problem on Android where the
SafeAreaEdges="SoftInput"setting does not behave as expected to keep a bottom button visible when the keyboard appears, unlike on iOS where the layout adjusts correctly. The user reports that on Android, input fields and the button are obscured by the keyboard and scrolling is limited, and attempts to applySafeAreaEdgesto different containers or theContentPagedo not resolve the issue, suggesting either a misunderstanding of usage or a platform bug.- The comments confirm the issue is reproducible on Android and explain that the difference in behavior is due to Android panning the window by default while iOS resizes it; a suggested workaround involves moving the
SafeAreaEdgessetting to the root grid and changing the Android soft input mode toAdjustNothing. The original poster tests this workaround and finds it improves accessibility but still leaves the button partially obscured by the keyboard accessory bar, indicating the solution is incomplete and thatSafeAreaEdgesonly partially works on Android when applied at the root level. - Number of comments this week: 4
- The comments confirm the issue is reproducible on Android and explain that the difference in behavior is due to Android panning the window by default while iOS resizes it; a suggested workaround involves moving the
-
[T/BUG] [S/NEEDS-REPRO] Navigation very glitchy with NavigationPage and TabbedPage: This issue describes a problem with navigation in the latest version of .NET MAUI where using NavigationPage and TabbedPage together causes content from one tab to appear incorrectly on other tabs, and navigating back results in blank screens. The user reports that this behavior is a regression from version 10.0.20 to 10.0.30 on Android 15, and the only workaround found so far is rolling back to an earlier version.
- The first comment marks the issue as a duplicate and mentions an upcoming release (10.0.31) expected to fix the problem, while the second comment reports that the issue persists in 10.0.31 and requests further confirmation from others.
- Number of comments this week: 2
-
[T/BUG] .NET MAUI 10: MediaPicker.PickPhotosAsync Fails to Return Location EXIF Data on Android: This issue reports that in .NET MAUI 10, the
MediaPicker.PickPhotosAsyncmethod on Android devices fails to return location EXIF data from photos, whereas the same functionality worked correctly in .NET MAUI 9. The problem arises because the new Android Photo Picker API used in .NET MAUI 10 enforces location metadata redaction by default, preventing access to GPS coordinates embedded in images.- The comment explains that the underlying cause is a change in the Android MediaPicker implementation from using
Intent.ActionGetContentin .NET 9 to the newPickVisualMediaAPI in .NET 10, which enforces location redaction by default, and references an external issue tracker for further discussion on this behavior. - Number of comments this week: 1
- The comment explains that the underlying cause is a change in the Android MediaPicker implementation from using
-
[T/BUG] [PLATFORM/IOS] [AREA-CONTROLS-COLLECTIONVIEW] [S/VERIFIED] [S/TRIAGED] [PARTNER/SYNCFUSION] [iOS] Grouped CollectionView scroll jump/skip during normal scrolling: This issue describes a problem where a grouped CollectionView on iPad running iOS unexpectedly jumps forward during normal scrolling, skipping several groups when item updates occur. The problem appears to be triggered by UI state changes during scrolling, particularly when using RefreshView and IsRefreshing, and does not reproduce on Android.
- The single comment confirms the issue is reproducible on iOS (iPad) with MAUI versions 10.0.0 and 10.0.30, and provides a validation screenshot from Visual Studio Code.
- Number of comments this week: 1
2.2 Top 5 Stale Issues:
We consider stale issues to be issues that has had no activity within the last 30 days. The team should work together to get these issues resolved and closed as soon as possible.
As of our latest update, there are no stale issues for the project this week.
2.3 Open Issues
This section lists, groups, and then summarizes issues that were created within the last week in the repository.
Issues Opened This Week: 25
Summarized Issues:
- Theme and UI Appearance Issues: Several controls in .NET MAUI exhibit problems respecting theme changes or displaying correctly across platforms. The Picker control does not update its outline and dropdown appearance on theme change, and the Shell back button color does not reset properly across iOS, Android, and MacCatalyst.
- [issues/33821, issues/33909]
- Media and Metadata Handling: The MediaPicker on Android fails to return location EXIF metadata in .NET MAUI 10 due to enforced location redaction, representing a regression from .NET MAUI 9 behavior.
- [issues/33827]
- Documentation and Usage Clarifications: There is confusion regarding the use of RadioButton with ControlTemplate and Content, as assigning a View to RadioButton.Content when a ControlTemplate is applied causes warnings that contradict documentation on iOS and Android.
- [issues/33829]
- CollectionView and Scrolling Bugs: Scrolling issues affect grouped CollectionView on iOS iPad where scroll position jumps unexpectedly, and the ScrollTo method does not work on CollectionView2 with horizontal layout on iOS and MacCatalyst, causing no scroll position change.
- [issues/33833, issues/33852]
- XAML Source Generator (XSG) Failures: Multiple XSG problems occur including NotImplementedException errors when processing Style.Setters targeting partial BindableProperties, failure to parse inline StyleSheet CSS in CDATA, incorrect handling of edge-case type conversions like Padding="NaN", invalid parsing of RelativeSource bindings without explicit Mode, and failure to recognize SwipeItem Invoked event handlers.
- [issues/33835, issues/33867, issues/33871, issues/33876, issues/33877]
- Build and Publishing Issues: Publishing .NET MAUI apps in release mode deletes system resources from Android APK/AAB causing exceptions, and a known build error causes failure to launch Test Android Virtual Device during integration tests.
- [issues/33837, issues/33862]
- Memory and Resource Management Problems: Unexpected garbage collection of RealParent in Syncfusion Popup on Android 14, a memory leak in modal TabbedPage with NavigationPage on Android after PopModalAsync, and multiple ObjectDisposedException errors related to IServiceProvider on Android 16 after .NET 10 update indicate resource management issues.
- [issues/33841, issues/33918, issues/33923]
- Navigation and TabbedPage Bugs: On Android 15, switching tabs in a TabbedPage combined with NavigationPage causes incorrect tab content, blank screens, and glitchy behavior not present in earlier versions.
- [issues/33873]
- UI Testing and Rendering Differences: iOS screenshot-based UI tests fail due to rendering differences between macOS 26 (Tahoe) and macOS 15 (Sequoia) environments after migrating to ACES agent pools, requiring baseline image updates.
- [issues/33879]
- Text and Label Rendering Issues: CharacterSpacing set on a Label does not apply to Span elements within a FormattedString, although other properties like TextColor and TextTransform do apply correctly.
- [issues/33904]
- Android Keyboard and Safe Area Handling: SafeAreaEdges="SoftInput" does not keep bottom buttons visible or allow full text entry access on Android when the keyboard appears, unlike on iOS, and attempts to fix this by adjusting container levels or soft input mode only partially help.
- [issues/33922]
- Material 3 Visual Support: The ProgressBar control requires updates to fully support Material 3 styling, colors, and state behaviors when the UseMaterial3 MSBuild property is enabled.
- [issues/33925]
- Flaky Tests Due to External Dependencies: A CoreCLR MacCatalyst BlazorWebView test intermittently fails because it depends on an external echo service, causing unreliable continuous integration results.
- [issues/33927]
- Animation and Layout Bugs on iOS: The TranslateToAsync() method triggers spurious SizeChanged events after animation completion on iOS, causing infinite layout restart loops and UI freezes that block upgrading to .NET MAUI 10.
- [issues/33934]
- Device-Specific UI Layout Issues: The TitleView component displays correctly on an iPad Pro 11-inch but appears vertically squeezed on an iPad Pro 13-inch, indicating device-specific layout problems.
- [issues/33936]
2.4 Closed Issues
This section lists, groups, and then summarizes issues that were closed within the last week in the repository. This section also links the associated pull requests if applicable.
Issues Closed This Week: 12
Summarized Issues:
- Event Handling Regression in .NET 10: The PdfKit WillClickOnLink event in .NET MAUI iOS apps no longer fires in .NET 10 release mode, causing links to open directly in the browser instead of triggering the event. This represents a regression from .NET 9 where the event worked correctly.
- issues/33670
- UI Visibility and Performance Issues on Android: ToolbarItem tooltip text is unreadable on Android 16 due to tooltip background color mismatches with Shell.TitleColor, especially in dark mode or with white navigation bars. Additionally, a regression in Microsoft.Maui.Controls 10.0.30 causes continuous garbage collection and UI lag on Android TabbedPages, which was not present in 10.0.10.
- issues/33701, issues/33731
- App Crashes in Release Mode on Mobile Platforms: .NET MAUI apps crash on Android 12+ devices in .NET 10 release mode shortly after loading the first screen, and iOS apps built with AOT enabled crash due to EXC_BAD_ACCESS when disposing native CALayer objects on the finalizer thread. Both issues cause app instability and require attention to release build configurations.
- issues/33712, issues/33800
- XAML Source Generator Parsing and Compilation Errors: The XAML Source Generator (XSG) has multiple parsing issues including allowing invalid attributes on property element syntax, failing to parse OnPlatform
type arguments in nested views, mishandling SwipeItems collections defined as StaticResource, and errors when parsing DataTemplates with SwipeView bindings. These issues cause compilation failures or incorrect XAML behavior. - issues/33868, issues/33869, issues/33870, issues/33878
- Source Generator Binding and Event Feature Requests: There is a request to add SearchChanging event and SearchChangingCommand to SearchBar to handle text changes properly, and a reported compilation error when binding StyleClass using SourceGen due to invalid type conversion, which can be worked around by disabling SourceGen.
- issues/33823, issues/33906
- CSS Isolation Failure in MAUI Blazor Hybrid: In .NET 10 MAUI Blazor Hybrid apps, CSS Isolation for Razor components fails because the scoped CSS bundle file is never generated during build, causing component-scoped stylesheets to be ignored despite correct configuration and no build errors.
- issues/33718
2.5 Issue Discussion Insights
This section will analyze the tone and sentiment of discussions within this project's open and closed issues that occurred within the past week. It aims to identify potentially heated exchanges and to maintain a constructive project environment.
Based on our analysis, there are no instances of toxic discussions in the project's open or closed issues from the past week.
III. Pull Requests
3.1 Open Pull Requests
This section provides a summary of pull requests that were opened in the repository over the past week. The top three pull requests with the highest number of commits are highlighted as 'key' pull requests. Other pull requests are grouped based on similar characteristics for easier analysis. Up to 25 pull requests are displayed in this section, while any remaining pull requests beyond this limit are omitted for brevity.
Pull Requests Opened This Week: 39
Key Open Pull Requests
1. [DO NOT MERGE] All AI branches test PR: This pull request serves as a consolidated test artifact combining all AI-related branches and features—including multi-agent AI workflows, platform-specific AI integrations for Apple, Windows, and Android, build system enhancements, and extensive testing infrastructure—intended solely for testing purposes and not for merging or review.
- URL: pull/33848
- Associated Commits: d44d3, aa909, fb61d, a11b9, 44227, cbb60, 2613a, 78b54, e7d11, 89e4e, b9117, 22d5a, 3531e, 24496, 28d03, f58ca, 11e7b, fbd61, 9c7ba, 8f5e6, f7913
2. [spec] Add spec for maui devtools: This pull request introduces a detailed product specification for a unified dotnet maui CLI tool and service API designed to streamline the setup and management of the .NET MAUI development environment, including device management, Android and iOS emulator control, environment health checks with auto-fix capabilities, and AI agent integration, while consolidating existing tools and emphasizing stateless, machine-readable outputs.
- URL: pull/33865
- Associated Commits: 78a20, 942a4, cf60c, a4811, eb8b3, c1fe8, 7c73f, 6d39c, dccae, 4360a, 1f689, 03fd3
3. [Android, iOS] Throw exceptions consistently for invalid StaticResource references to prevent relaunch crashes: This pull request ensures consistent exception handling by modifying StaticResourceExtension and ApplyPropertiesVisitor to always throw exceptions for invalid StaticResource references on Android and iOS, preventing app crashes on relaunch caused by previously inconsistent behavior.
- URL: pull/33859
Other Open Pull Requests
- UI Test Updates and Stability Improvements: Multiple pull requests focus on enhancing UI test reliability and stability across platforms. These include updating baseline screenshots with cropping and ignore conditions to handle keyboard-related issues, revising test element identifiers and platform-specific logic, and adding new UI tests to validate keyboard and safe area handling on Android.
- Font and Resource Handling Fixes: Several pull requests address issues related to font asset processing and resource dictionary performance. Fixes include changing build target scheduling to ensure font assets are copied correctly on Android and Tizen, and implementing a lazy ResourceDictionary for XAML SourceGen to improve startup performance and reduce memory usage significantly.
- Material3 and UI Control Enhancements: Updates include adding Material3 support for Android ProgressBar controls with new handlers and color customization, and fixing CharacterSpacing inheritance issues in Label and Span elements across multiple platforms to ensure consistent text appearance.
- Maps Control Pin Clustering: A comprehensive addition of pin clustering support to the Maps control is introduced for iOS, MacCatalyst, and Android. This includes new APIs for clustering and grouping, native MKClusterAnnotation-based clustering on Apple platforms, a custom grid-based algorithm on Android, unit tests, and a sample gallery page.
- XAML Source Generator Fixes and Improvements: Multiple pull requests improve the XAML Source Generator by fixing crashes related to partial properties with BindableProperty attributes, enhancing handling of RelativeSource with AncestorType, and implementing lazy loading of ResourceDictionaries to boost performance and reduce memory usage.
- MediaPicker and FilePicker Bug Fixes: Fixes address image orientation issues on iOS and Android when rotating images, and resolve a hang on Android when using SingleTask launch mode with pickers by cancelling pending tasks properly during activity destruction.
- Windows and WPF Specific Fixes: These include fixing a crash in the Windows password Entry control caused by negative insert positions, adding null checks to prevent COM exceptions in WPF Blazor event handlers, and updating the Windows App SDK dependency version with appropriate file modifications.
- CollectionView and Safe Area Handling: Pull requests fix issues where CollectionView on Android and iOS did not respect SafeAreaEdges settings by enabling proper window inset listeners and updating layout during orientation changes. Additionally, CollectionView handler instructions were corrected to clarify platform-specific implementation status and avoid confusion about deprecation.
- Build and Pipeline Maintenance: Updates include removing unused pipeline files to streamline CI/CD processes, fixing the build script to propagate exit codes correctly in Azure Pipelines, and cherry-picking changes from a copilot-ci branch excluding YAML pipeline files, with all checks passed.
- Keyboard and Window Insets Handling on Android: A pull request refactors the MauiWindowInsetListener to better manage keyboard insets for different SoftInput modes, removes redundant logic, and adds new test pages and UI tests to ensure reliable layout adjustments when the keyboard appears or disappears.
- Automated Agent and Instruction Improvement: A new automated "scrape-and-improve" skill and custom agent were introduced to collect and analyze agent interaction data from multiple sources to generate prioritized instruction file improvements and apply updates autonomously, supported by a GitHub Action and workflow.
- Map Elements Syncing on Android: Fixes address issues where calling MapElements.Clear() and changing polygon properties did not properly sync visual updates on native Google Maps by introducing deferred UI thread synchronization and smarter element syncing to prevent duplicates.
3.2 Closed Pull Requests
This section provides a summary of pull requests that were closed in the repository over the past week. The top three pull requests with the highest number of commits are highlighted as 'key' pull requests. Other pull requests are grouped based on similar characteristics for easier analysis. Up to 25 pull requests are displayed in this section, while any remaining pull requests beyond this limit are omitted for brevity.
Pull Requests Closed This Week: 42
Key Closed Pull Requests
1. [release/11.0.1xx-preview1] Merge net11.0 to release preview1 : This pull request merges the latest changes from the net11.0 branch into the release/11.0.1xx-preview1 release preview branch, incorporating significant enhancements to the PR agent workflow documentation and process—including stricter enforcement of critical rules, extraction of shared rules into a centralized file, improved multi-model try-fix exploration with five AI models, refined platform selection guidelines, updated workflow steps emphasizing saving state files rather than committing them, and overall clarity and consistency improvements to ensure rigorous adherence to environment safety protocols and agent operation rules.
- URL: pull/33924
- Associated Commits: 0ab9c, cb14e, 53900, fd95d, 9b2ae, 9c088, 52f9f, b835e, d7fed, a1409, 1db81, 64d90, 02530, bd35e, bd49d, fc05c, a6db7, d417b, 4f3b0, 5a158, 5e0f4, 1ee63, 209c9, 7cf1b
- Associated Commits: 0ab9c, cb14e, 53900, fd95d, 9b2ae, 9c088, 52f9f, b835e, d7fed, a1409, 1db81, 64d90, 02530, bd35e, bd49d, fc05c, a6db7, d417b, 4f3b0, 5a158, 5e0f4, 1ee63, 209c9, 7cf1b
2. Enhance PR agent with multi-model workflow, environment blocker handling, and review automation: This pull request significantly enhances the PR agent by implementing a multi-model try-fix workflow using five AI models with cross-pollination, adding strict environment blocker handling rules to halt and prompt the user on setup issues, introducing a reusable five-phase PR review plan and an automated PowerShell script to invoke Copilot CLI for reviews, and enforcing branch safety rules that prevent the agent from switching branches during the review process.
- URL: pull/33813
- Associated Commits: 80d7e, 69cc6, fe55c, debbe, ad29f, 886ea, d67da, ed74c, 47a8c, e9f2a, f8380, fe10f, 329dd, 3290d
- Associated Commits: 80d7e, 69cc6, fe55c, debbe, ad29f, 886ea, d67da, ed74c, 47a8c, e9f2a, f8380, fe10f, 329dd, 3290d
3. Enhance pr-finalize skill with code review phase and safety rules: This pull request enhances the pr-finalize skill by introducing a two-phase workflow that adds a code review phase focused on best practices while enforcing critical safety rules that prohibit AI agents from approving or requesting changes on pull requests, thereby ensuring that approval decisions remain a human responsibility.
- URL: pull/33861
- Associated Commits: 2ad48, 71eb8, 335be, 211e0, e357f, a5d08, c1ff5, 670f4, ac69a, 68030, d3d54, abf8e
- Associated Commits: 2ad48, 71eb8, 335be, 211e0, e357f, a5d08, c1ff5, 670f4, ac69a, 68030, d3d54, abf8e
Other Closed Pull Requests
- iOS Integration Test Stability: This pull request fixes a race condition in iOS integration tests by adding a
WaitForBootComplete()method that blocks until the simulator is fully ready before running tests. It updates the test fixture to use this method, resolving app launch failures on the main branch.
[pull/33884]
- XAML C# Expressions Feature: This pull request introduces an experimental feature enabling embedding C# expressions directly within XAML property values using source generation. It supports property bindings, boolean logic, string interpolation, lambda and async event handlers, and provides automatic member resolution with comprehensive diagnostics.
[pull/33693]
- Android Glide Crash Fix: This pull request fixes a Glide
IllegalArgumentExceptioncaused by starting image loads with a destroyed Android activity context. It adds helper methods to detect destroyed contexts and guards allGlide.with(context)calls to prevent crashes when loading images from fonts, files, URIs, or streams.
[pull/33805]
- UI Test Flakiness Improvements: This pull request fixes flaky UI tests by updating test data to use local image files instead of external URLs, removing internet connectivity checks and delays, simplifying test code, and enhancing the ListView UI to better support variable item heights.
[pull/33737]
- PR Agent Workflow Simplification: This pull request removes the redundant Phase 2 (Tests) from the PR agent workflow, consolidating testing into the Gate phase to reduce complexity from five phases to four. It updates related documentation and scripts accordingly.
[pull/33905]
- Write-Tests-Agent Enhancements: This pull request improves the write-tests-agent by incorporating best practices such as preferring C# over XAML for UI tests, using documented test helper base classes, avoiding obsolete APIs, employing UITest-optimized controls, and encouraging reuse of existing test patterns through added search commands.
[pull/33860]
- UITests Reactivation for Crash Fix: This pull request enables and reactivates UITests for issue #33352 to verify the fix preventing an ObjectDisposedException crash on iOS/MacCatalyst apps during window disposal after related changes were merged.
[pull/33606]
- Android Safe Area Insets Handling: This pull request improves handling of safe area insets for animated views on Android during Shell navigation by detecting animation states, refactoring inset calculation logic, and removing outdated code to prevent visual glitches and ensure valid inset data for child views.
[pull/33788]
- Dependency and Build Tool Updates: This pull request updates multiple dependencies and build tools to the latest .NET 11.0 preview 1 versions, including the .NET SDK, runtime, ASP.NET Core, Microsoft.Extensions libraries, Android SDK, and various build and test tooling, without introducing functional changes.
[pull/33846]
- macOS Pipeline Configuration Update: This pull request updates Azure Pipelines macOS jobs by removing the separate
MacOSPoolArm64parameter and introducing conditional logic to unify pool selection between internal and public macOS pools based on the build definition, simplifying maintenance and resource management.
[pull/33816]
- Finalizer-Safe Dispose Pattern: This pull request applies a finalizer-safe dispose pattern to all
IAutoSizableCALayerimplementations by guarding native calls withinDispose(bool disposing)to prevent crashes from accessing deallocated nativeCALayerobjects during finalization. It extends previous fixes to additional layer types.
[pull/33820]
- README Update: This pull request updates the README by removing an outdated image and adding a customer showcase link to provide more current and relevant resources.
[pull/33830]
- Windows Picker Theme Fix: This pull request fixes the Picker control on Windows to properly respond to runtime theme changes by subscribing to theme change events and updating dropdown background and text colors accordingly. It includes related UI tests and follows patterns used by other controls.
[pull/33840]
- Android PointerMoved Event Fix: This pull request fixes the Android PointerGestureRecognizer to trigger the PointerMoved event by adding support for
MotionEventActions.Movein the TapAndPanGestureDetector, ensuring move events are captured and routed correctly.
[pull/33889]
- Build Warning Suppression: This pull request addresses build failures in device tests by suppressing the CS0618 warning for the deprecated
[XamlCompilation]attribute inRadioButtonUsing.xaml.csusing pragma directives, preventing warnings treated as errors from breaking CI builds.
[pull/33894]
- Android ReadyToRun with PGO Prototype: This pull request aims to enable ReadyToRun with Profile Guided Optimization on Android by integrating MIBC profiles and developing an initial prototype to support Android-specific profiling for performance improvements.
[pull/33234]
- Integration Test Log Collection Fix: This pull request fixes integration test log collection by replacing a broad
*.txtpattern with an explicit allowlist of specific useful log files, reducing collected artifacts from about 232 to 10 while retaining critical debugging information.
[pull/33817]
- MauiCALayer Crash Fix in Finalization: This pull request fixes a crash caused by
MauiCALayerandStaticCAShapeLayerinvoking Objective-C methods on deallocated nativeCALayerobjects during finalization in Release/AOT iOS builds by modifyingDispose()to conditionally call detach methods only during explicit disposal.
[pull/33818]
- Pipeline and PR Process Improvements: This pull request enables pipeline pull request triggers for the main branch, improves PR checkout with clearer error handling and an EffectivePRNumber variable, introduces a manual GitHub Copilot PR finalizer pipeline, and updates pipeline configurations for certificate installation and provisioning secrets management.
[pull/33822]
- Localization Updates Merge: This pull request merges localized lcls updates from a feature branch into the net10.0 branch.
[pull/33825]
- CI Pipeline ACEs Fix: This pull request fixes distinguishing between public and internal access control entries (ACEs) by cherry-picking changes intended for internal usage, resolving conflicts in the CI pipeline configuration.
[pull/33832]
- iOS UITest Baseline Screenshot Update: This pull request updates iOS UITest baseline screenshots to resolve consistent screenshot comparison failures caused by minor rendering differences between macOS versions in the new ACES CI environment.
[pull/33842]
- CI Release Pipeline Update: This pull request modifies the CI release pipeline to correctly set the workload channel and feed for .NET 11 manifest packs, ensuring proper routing of .NET 11 releases.
[pull/33844]
- Blazor Template Documentation: This pull request adds a documentation comment to the .NET MAUI Blazor template explaining the purpose and usage of the EnableDefaultCssItems setting as a follow-up to issue #33718.
[pull/33845]
- Global SDK Version Fix: This pull request fixes the global SDK version in the .NET MAUI project to ensure compatibility and proper functionality.
[pull/33847]
3.3 Pull Request Discussion Insights
This section will analyze the tone and sentiment of discussions within this project's open and closed pull requests that occurred within the past week. It aims to identify potentially heated exchanges and to maintain a constructive project environment.
Based on our analysis, there are no instances of toxic discussions in the project's open or closed pull requests from the past week.
IV. Contributors
4.1 Contributors
Active Contributors:
We consider an active contributor in this project to be any contributor who has made at least 1 commit, opened at least 1 issue, created at least 1 pull request, or made more than 2 comments in the last month.
If there are more than 10 active contributors, the list is truncated to the top 10 based on contribution metrics for better clarity.
| Contributor | Commits | Pull Requests | Issues | Comments |
|---|---|---|---|---|
| PureWeen | 219 | 15 | 1 | 7 |
| rmarinho | 194 | 17 | 3 | 2 |
| Copilot | 116 | 18 | 0 | 77 |
| kubaflo | 89 | 11 | 0 | 0 |
| mattleibow | 82 | 5 | 0 | 0 |
| StephaneDelcroix | 55 | 12 | 8 | 6 |
| simonrozsival | 38 | 1 | 1 | 8 |
| jfversluis | 39 | 3 | 1 | 0 |
| TamilarasanSF4853 | 36 | 2 | 0 | 3 |
| SyedAbdulAzeemSF4852 | 23 | 2 | 1 | 0 |
Access Last Week's Newsletter: