Weekly Project News

Subscribe
Archives

Weekly GitHub Report for Maui: August 25, 2025 - September 01, 2025 (12:00:16)

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
    • 1.2. Other Noteworthy Updates
  • II. Issues
    • 2.1. Top 5 Active Issues
    • 2.2. Top 5 Stale Issues
    • 2.3. Open Issues
    • 2.4. Closed Issues
    • 2.5. Issue Discussion Insights
  • III. Pull Requests
    • 3.1. Open Pull Requests
    • 3.2. Closed Pull Requests
    • 3.3. Pull Request Discussion Insights
  • IV. Contributors
    • 4.1. Contributors

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, published 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.

  1. ScrollView content offset shifts unexpectedly when FlowDirection is set to RightToLeft [iOS/MacCatalyst]: This issue concerns an unexpected shift in the content offset of a ScrollView when the FlowDirection property is set to RightToLeft on iOS and MacCatalyst platforms, specifically when changing FlowDirection from RightToLeft to MatchParent, causing misalignment similar to a previously resolved bug. Although the original problem was fixed in .NET MAUI version 9.0.80, this related offset behavior persists and continues to affect the user experience.

    • The comments include requests for an estimated resolution timeline, confirmation that the issue reproduces on specific .NET MAUI versions and platforms, references to a potentially related pull request that might fix the problem, a note about reopening a new issue for continued tracking, and a request to test the artifacts from the proposed fix.
    • Number of comments this week: 5
  2. LinearGradientBrush can not work: This issue reports that the LinearGradientBrush works correctly on Windows but fails to render properly on Android when used in a temperature-related application. The user provides example images and a sample project to demonstrate the problem, which occurs in version 9.0.100 SR10 of the software, and notes that it is unclear if this is a regression or if any workaround exists.

    • The comments confirm the issue is reproducible on Android but not on iOS or Windows, mention a pending fix in a pull request, and suggest manually ordering gradient stops by offset as a temporary workaround. Testers are also asked to verify the fix once the build is available.
    • Number of comments this week: 3
  3. Crash on iOS with AppShell containing localized flyout items: This issue describes a crash occurring on iOS when using localized flyout items in an AppShell after upgrading a .NET MAUI app from .NET 8 to .NET 9. The crash is triggered by updating the Title property of ShellContent during a language switch, which causes a reload of a page containing a CarouselView, leading to an Objective-C exception.

    • The comments discuss whether the new handlers for CollectionView and CarouselView introduced in .NET 9 were tried, confirm that the crash is linked to the CarouselView reload on title update, and note that switching to the new CarouselViewHandler2 resolves the issue; a request is also made for a reproduction sample to verify the problem.
    • Number of comments this week: 3
  4. CollectionView with single tap and long tap doesn't work on iOS: This issue describes a problem with handling both single tap and long tap gestures on a CollectionView in a MAUI app running on iOS. While the long tap command successfully opens a popup, the button click events within that popup do not trigger, and closing the popup causes the global SelectionChangedCommand to fire unexpectedly, indicating possible event bubbling issues specific to iOS.

    • The discussion involved attempts to reproduce the issue and suggestions to try the new CollectionView handler for iOS, which did not resolve the problem. After upgrading to the latest MAUI and toolkit versions, the long tap behavior improved, but a new problem emerged where single tap selection became unreliable following long taps, affecting both iOS and Android, with a sample project provided to demonstrate the issue.
    • Number of comments this week: 3
  5. [9.0.100, Windows] App crashes with some users to Window was already deactivated: This issue reports that the GnollHack game on Windows crashes for some users due to an InvalidOperationException caused by MAUI attempting to deactivate a window that is already deactivated, likely because WinUI raises multiple deactivation events without corresponding activation events in certain scenarios. Despite upgrading to .NET 9.0.8, .NET MAUI 9.0.100, and WinAppSDK 1.7.3 on Windows 10 and 11, the problem persists for some users, and no clear reproduction steps or workarounds have been identified.

    • The comments discuss a previously closed similar issue that was linked to a different crash now fixed in WinAppSDK 1.7 and Windows 11 24H2, but this current problem appears distinct and unresolved. It is noted that the crash still occurs on Windows 10 with the latest app and SDK versions, and while no simple reproduction is available, the thread remains open for further investigation if new information arises.
    • Number of comments this week: 2

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.

  1. Nullable Enums do not bind in XAML: This issue describes a problem where nullable enums do not properly bind within XAML for a bindable property in a custom control, with the setter method never being triggered. The user reports that this occurs across iOS and Android platforms in version 8.0.80 SR8, and the suggested workaround is to avoid using nullable enums by adding an explicit unset or none value to the enum instead.
  2. App crash after invoked FilePicker.Default.PickAsync in administrator mode and release mode of the Unpackaged app: This issue describes an application crash that occurs specifically when invoking the FilePicker.Default.PickAsync method in an unpackaged app running in administrator mode and release configuration. The problem is reproducible by publishing the app with certain .NET 8.0 Windows settings, launching it as an administrator, and then attempting to choose a file, which unexpectedly causes the app to crash instead of functioning normally.
  3. Global defined EventTriggers get triggered twice: This issue describes a problem where an EventTrigger defined globally in a style causes its invoke method to be called twice, resulting in duplicate event handling. The problem does not occur when the EventTrigger is applied through a named style with a key, indicating that the duplication is specific to globally defined styles in the Maui framework across multiple platforms including iOS, Android, and Windows.
  4. Path with ArcSegments is sporadically drawn offset from expected arc: This issue describes a sporadic rendering problem in .NET Maui where ArcSegments used to draw large arcs greater than 180 degrees are occasionally offset from their expected starting positions, causing clipping and visual misalignment. The problem occurs across Windows, Android, and iOS platforms, is more frequent near the 180-degree threshold and with thicker strokes, and persists despite attempted workarounds such as breaking arcs into smaller segments or manually drawing arcs with line segments.
  5. .NET Maui does not support FontAutoScalingEnabled for windows platform: This issue highlights that the .NET Maui framework does not properly support the FontAutoScalingEnabled property on the Windows platform, causing text labels to scale incorrectly when display scaling settings are changed. Specifically, when FontAutoScalingEnabled is set to false, the text size still increases with higher Windows display scaling factors, which should not occur according to the expected behavior.

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: 26

Summarized Issues:

  • Scroll and Layout Rendering Issues on iOS and MacCatalyst: Multiple issues describe problems with content offset shifting, rendering bugs, and scrolling inconsistencies on iOS and MacCatalyst platforms. These include unexpected ScrollView offset shifts with FlowDirection changes, CarouselViewHandler2 causing out-of-bounds scroll exceptions and vertical scrolling instead of horizontal, and rendering problems with small non-integer height Rectangles in AbsoluteLayout.
  • issues/31322, issues/31330, issues/31339, issues/31361
  • CollectionView and ListView Behavior Across Platforms: Several issues highlight inconsistent CollectionView and ListView behaviors on Windows, Android, and iOS, including selection and ScrollTo failures on Windows, image alignment and display problems on Windows, and tap event handling issues on iOS. These problems affect user interaction reliability and visual correctness across platforms.
  • issues/31345, issues/31347, issues/31351, issues/31360, issues/31363
  • Navigation and FlyoutPage Issues: Problems with navigation and flyout behavior occur on multiple platforms, including crashes and navigation stack inconsistencies on Android, FlyoutPage IsPresented property not opening flyouts correctly on Windows, macOS Catalyst, and Android, and exceptions when dynamically setting FlyoutLayoutBehavior on Windows. These issues disrupt expected navigation flows and UI presentation.
  • issues/31328, issues/31368, issues/31372, issues/31374, issues/31390
  • RefreshView and TabbedPage UI Problems: There are issues with RefreshView causing multiple refresh executions and crashes on Windows, and the TabbedPage overflow "More" button failing to display additional tabs on iOS and Mac Catalyst. These UI problems hinder user interaction and app stability.
  • issues/31375, issues/31377
  • Accessibility and VoiceOver Issues on Android and iOS: Accessibility features have problems such as TalkBack announcing incorrect prompts on Android CarouselView and IndicatorView on iOS failing to update position during VoiceOver gestures. These issues negatively impact users relying on accessibility tools.
  • issues/31387, issues/31388
  • Build and Tooling Errors in MAUI Blazor and XSG: Build failures occur when compiling MAUI Blazor apps targeting iOS due to missing generated files, and the XSG tool generates calls to an obsolete actor, indicating tooling and build pipeline issues that affect development workflows.
  • issues/31369, issues/31381
  • Gesture and Input Handling on Windows and iOS: Gesture recognizers and input handling show platform-specific problems, such as PanGestureRecognizer on Windows not triggering over CollectionView content and unreliable tap behavior in iOS popups with toolkit:TouchBehavior. These issues cause inconsistent user input responses.
  • issues/31360, issues/31408
  • Permission and API Misreporting on Windows: The Permissions.Microphone API on Windows incorrectly reports granted status after denial, leading to UnauthorizedAccessException during audio recording attempts, which compromises app permission handling reliability.
  • issues/31413
  • Native Embedding and Safe Area Rendering on iOS: When embedding a page natively in an iOS app, content renders underneath navigation and status bars unless UseSafeArea is enabled, causing layout and visibility issues for embedded content.
  • issues/31389

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: 11

Summarized Issues:

  • Layout and Alignment Issues: Setting HorizontalOptions and VerticalOptions on child layouts inside horizontally oriented ScrollViews on Android does not properly align the child elements as expected, causing layout alignment problems in .NET MAUI applications. This issue affects the visual arrangement of UI components and impacts user interface consistency on Android devices.
  • issues/31078
  • UI Freezing and API Response Handling on iOS: On iOS devices, setting a boolean observable property IsLoading to true during an asynchronous API call causes the UI to freeze and prevents the repository layer from receiving the API response, despite the request provider returning a 200 OK status. This problem does not occur on Android and no exceptions are thrown, indicating a platform-specific issue affecting asynchronous UI updates.
  • issues/31162
  • Event Handling and Regression Issues: The VisualElement.Unloaded event incorrectly fires during initialization of custom ContentView-based controls in recent Microsoft.Maui.Controls versions, and the XAML compiler fails to resolve namespaced custom controls with VisualStateManager setters in .NET MAUI 10.0.0-preview.7, causing build errors. These regressions affect control lifecycle events and XAML compilation, impacting app stability and development workflow.
  • issues/31174, issues/31286
  • App Size Increase in .NET 10 Preview: New MAUI app projects created with .NET 10 preview 7 produce Android APKs approximately 1 MB larger than those created with .NET 9, mainly due to added fonts, a larger native library folder from SDK migration, and changes related to static linking and trimming. Investigations and fixes are ongoing to reduce this size increase and optimize app deployment.
  • issues/31316
  • GraphicsView Event Handling Regression: After updating to MAUI 9.0.100, the GraphicsView control no longer raises the EndInteraction event when IsEnabled is set to false during slide gestures, breaking implementations that rely on this event to trigger animations or other actions. This change affects user interaction feedback and control behavior consistency.
  • issues/31325
  • Windows App Crashes Due to Missing Prerequisites: .NET MAUI applications published as self-contained EXEs crash on login on some Windows 10 computers due to missing prerequisites like Windows App Runtime 1.6 and Microsoft Visual C++ 2015–2022 Redistributable. The root cause is linked to a known SkiaSharp bug affecting WinUI rather than MAUI itself, complicating deployment on certain Windows environments.
  • issues/31338, issues/31379
  • Navigation Stack Issues on Android: The Android back button fails to navigate back through nested Shell pages after deep navigation in .NET MAUI, specifically when moving from NewsPage back through AdminPage and ProfilePage to the Home Shell root, despite the navigation stack being correctly maintained. This issue disrupts expected navigation behavior and user experience on Android devices.
  • issues/31359
  • Mac SDK Installation Failures: Connecting to a Mac using .NET SDK version 9.0.304 fails because the expected SDK blob does not exist on the server, causing the dotnet-install.sh script to time out and preventing successful installation and connection via Visual Studio 2022. Although the SDK can be installed manually on the Mac, this issue blocks automated setup workflows.
  • issues/31362
  • iOS Accessibility Crash with VoiceOver: An app crash occurs on iOS when using VoiceOver to navigate by heading from the title to a CollectionView; attempting to move to the next heading fails and swiping to the next control triggers a null exception that crashes the app. This issue affects accessibility navigation and app stability for users relying on VoiceOver.
  • issues/31371

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: 22

Key Open Pull Requests

1. August 25th, 2025 Candidate: This pull request introduces multiple enhancements and bug fixes including refactored and improved gesture event handling on Windows, corrected CarouselView initialization behavior, refined navigation stack and modal back button management, project configuration updates for better AOT and trimming compatibility, and additional test cases to cover recent issues, collectively improving reliability, maintainability, and platform consistency.

  • URL: pull/31327
  • Merged: No
  • Associated Commits: 952cf, 5acb5, f168d, 88c1f, 14421, e2ea0, 3e796, 420a4, 4d267, a2508, 5da43, 55bac, d5873, 96fc8, dad69, 220b0, eaf34, 4b3e2, b3bca, a2f27, 19d3c, 50429, 8b342, ac493, 599dc, 773a4, 7a01a, b2c34, 95044, bd1aa, 79ebb, 781c4

2. [XSG] enable/disable feature in msbuild: This pull request introduces configurable options in MSBuild to enable or disable Visual Diagnostics, #line pragma generation, and specific compiler warnings per file or globally, improving the readability and customization of generated Maui XAML code especially in Debug configurations.

  • URL: pull/31349
  • Merged: No
  • Associated Commits: 980ab, 8f7e6, 38f51, 6e41c, f19a8, af7e1, fd5dd, 7416b, b0be2, c6239

3. Fix FlexLayout Wrap Misalignment with Dynamically-Sized Buttons in .NET MAUI: This pull request addresses a layout issue in .NET MAUI where FlexLayout with Wrap="true" misaligns dynamically-sized Button controls on Windows by introducing a small float tolerance to the FlexLayout dimension calculation, ensuring consistent wrapping behavior across platforms.

  • URL: pull/31341
  • Merged: No
  • Associated Commits: a9699, fb5cc, eb5de, ea29d, daf44, 0aafc, a7885, 8e476

Other Open Pull Requests

  • SafeArea and Layout Improvements: Multiple pull requests enhance SafeArea handling and layout behavior across Android and iOS. These include adding a new SafeAreaEdges UI test category with Android API 36 support, improving Android window insets and edge-to-edge layouts, and refining iOS SafeArea logic to account for the soft keyboard and nested layouts, ensuring proper content positioning and user experience.
    [pull/31355, pull/31350, pull/31352]
  • CarouselView and CollectionView Fixes: Several pull requests address issues in CarouselView and CollectionView components on iOS and Android. Fixes include preserving scroll position during RefreshView pull-to-refresh, updating visible items when ItemsSource changes across pages, correcting vertical scrolling in horizontal CarouselViews, and preventing out-of-range scroll positions in CarouselViewHandler2.
    [pull/31376, pull/31336, pull/31395, pull/31380]
  • Background and Interaction Handling: Pull requests fix background clearing and interaction disabling issues on Android and iOS. They ensure that ContentView backgrounds are properly cleared when set to null and that disabling CollectionView components correctly blocks touch input while maintaining visual appearance.
    [pull/31340, pull/31403]
  • Testing and Documentation Enhancements: New test features and documentation improvements are introduced, including an interactive StackLayout feature matrix with dynamic UI updates and a README with detailed manual test project compilation instructions.
    [pull/31393, pull/31373]
  • Build and Performance Optimizations: Pull requests improve build reliability and runtime performance by adding retry logic to Copy tasks to fix file locking race conditions and optimizing Label.CharacterSpacing loading on Windows for faster UI rendering.
    [pull/31364, pull/31391]
  • Namespace and Debugging Improvements: Enhancements include a source generator for automatic XmlnsDefinitionAttribute generation simplifying XAML namespace declarations and improved debugger display for ItemsSource by showing data types instead of enumerating all items.
    [pull/31383, pull/31414]
  • TabbedPage Navigation Fix: A pull request fixes the "More" overflow button issue on iOS and Mac TabbedPage by preventing incorrect UpdateCurrentPage calls, ensuring proper navigation behavior in the TabbedRenderer.
    [pull/31385]

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: 29

Key Closed Pull Requests

1. August 16th, 2025 Candidate: This pull request, titled "August 16th, 2025 Candidate," includes multiple fixes and improvements such as resolving the iOS Custom Entitlements file override issue in single project templates by respecting user-defined CodesignEntitlements, enhancing Android ImageHandler performance, fixing control behaviors across platforms like Stepper and Picker, improving UI elements on iOS and macOS, and adding various tests to ensure stability and correctness across .NET MAUI components.

  • URL: pull/31201
  • Merged: 2025-08-25T12:09:52Z
  • Associated Commits: b3eae, 18b6b, 579d8, 6ef0c, 83c19, aa444, 90387, 1b9b3, c7034, 636b6, 7ed45, cc8f9, 485fa, dbb95, 84464, 6daf5, 4a0e4, 755fc, 9eae6, f0077, 35b33, b4d9c, 0530e, d26cc, 51845, 0fb06, 8ad5b, e27ae

2. Fix SearchBar IsTextPredictionEnabled false functionality: This pull request fixes the issue where setting IsTextPredictionEnabled to false on the SearchBar component did not disable text prediction on iOS and Android by correcting the implementation to respect the actual property value, ensuring that text suggestions are properly disabled across Android, Windows, iOS, and Mac platforms.

  • URL: pull/31255
  • Merged: 2025-08-27T12:19:48Z
  • Associated Commits: e985c, 14b2b, 79e55, 068b6, a2fcf, 2372f, 71f90, 7dc0e, 5c53e, 972f8

3. [release/10.0.1xx-rc1] Update sdk 25421.113 and android: This pull request updates multiple dependency versions across the project, including the .NET SDK, runtime, Microsoft Android SDK, and various toolset packages to newer release candidate and beta builds, along with improvements to build scripts for better Azure DevOps pipeline compatibility.

  • URL: pull/31287
  • Merged: 2025-08-24T22:08:41Z
  • Associated Commits: eef91, cf6a4, bd3ab, a6881, 9bc88

Other Closed Pull Requests

  • CI Build Pipelines and Workflow Improvements: This topic covers attempts to implement staged automated continuous integration build pipelines with enhancements to GitHub Actions workflows, including MAUI workload installation and platform-specific build configurations. These changes aimed to improve build automation but were not merged.
    • pull/31405
  • Incremental Source Generator and MSBuild Integration: Pull requests in this area introduce an incremental source generator and MSBuild integration that allow declarative definition of XAML namespace mappings via project file items instead of manual assembly attributes. This improves maintainability, discoverability, and build-time code generation for XmlnsDefinitionAttribute declarations in .NET MAUI projects.
    • pull/31382
  • UI Thread Dispatching and Background Thread Safety: This topic includes additions of test cases verifying that property updates from background threads are correctly marshaled to the UI thread without crashes. It also includes comprehensive unit tests for dispatcher extension methods ensuring proper synchronous and asynchronous dispatching behavior.
    • pull/31213
  • Obsolete API Marking and Code Cleanup: These pull requests mark the OffscreenPageLimitProperty and related methods as obsolete, remove unused methods from modern implementations while preserving compatibility layers, and include code cleanup and warning suppressions. The changes maintain backward compatibility and code quality without breaking existing functionality.
    • pull/31306
  • DatePicker Null Date Handling on MacCatalyst: This topic addresses handling null dates in the MacCatalyst DatePicker by adding UITests to ensure the picker shows today's date when the Date property is null, while the virtual view's Date remains null. It also verifies correct transitions between null and specific dates without affecting existing non-null date functionality.
    • pull/31365
  • API Documentation Improvements: Multiple pull requests bring external XML API documentation inline, add missing documentation, and improve clarity for various components including Grid, BindingBase, PathF, DependencyService, MultiTrigger, ReorderableItemsView, IPlatformApplication, VisualElement, BindableProperty delegates, and CanvasExtensions. These changes address specific issues and enhance developer understanding.
    • pull/31396, pull/31398, pull/31399, pull/31392, pull/31394, pull/31400, pull/31401, pull/31402, pull/31404, pull/31406
  • iOS ToolbarItems Gesture Fix: This pull request fixes an issue on iOS where ToolbarItems could not be manipulated after an incomplete "Back" gesture by moving the CollectionChanged event handler attachment to initialization logic. This simplifies event handling and ensures consistent attachment.
    • pull/31303
  • Secret Scanning Clarification: This pull request clarifies that the NuGet feeds used in the project are not secrets, thereby bypassing unnecessary secret detection.
    • pull/31321
  • Release Candidate Build Updates: This pull request proposes updating the release candidate 1 (rc1) builds for version 10.0.1xx by refreshing the latest build dependencies using the darc tool. However, it was not merged.
    • pull/31344
  • UI Test Image Fixes: These pull requests fix UI test image failures by updating and re-saving necessary UI test images to ensure specific test cases pass successfully, including fixes for linear gradient colors and placeholder colors in dark theme.
    • pull/31346, pull/31358
  • String Matching Compatibility Fix: This pull request updates code to use ToLowerInvariant().Contains(...) for case-insensitive string matching instead of Contains(..., StringComparison.OrdinalIgnoreCase) to ensure compatibility with .NET Standard 2.0 and .NET Framework 4.x, which lack the newer overloads.
    • pull/31353
  • Windows Platform Performance Optimization: This pull request optimizes Windows platform performance by reducing calls to the expensive TransformationExtensions.UpdateTransformation method, ensuring it is invoked only when necessary. This improves efficiency as a follow-up to a previous related change.
    • pull/31357
  • Android Text Field Fallback Logic Refactor: This pull request refactors fallback logic for Android text fields to use ObtainStyledAttributes and ColorStateList for accurate system default text color determination based on EditText enabled state. It improves theme consistency and resolves a UI test image failure from a previous pull request.
    • pull/31366
  • OnPlatform Test Fixes: This pull request fixes three failing tests related to OnPlatform by implementing a double cast on the Add method.
    • pull/31367
  • Navigation Stack Test Fix: This pull request fixes a test case failure by correcting the order of operations in navigation stack handling, removing the page before accessing the last internal child to ensure the OnAppearing event triggers correctly and the page title matches expectations.
    • pull/31378

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
rmarinho 275 6 4 0
Copilot 143 18 0 93
kubaflo 74 16 5 17
jfversluis 47 13 1 38
anandhan-rajagopal 46 2 0 45
PureWeen 49 2 13 9
mattleibow 46 0 3 7
NirmalKumarYuvaraj 41 6 1 2
devanathan-vaithiyanathan 36 4 1 0
NafeelaNazhir 19 2 13 4

Don't miss what's next. Subscribe to Weekly Project News:
Powered by Buttondown, the easiest way to start and grow your newsletter.