Weekly GitHub Report for Maui: November 17, 2025 - November 24, 2025 (12:00:43)
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, 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.
-
[Android, Windows] MauiXamlInflation - Using static binding extension to bind a static list to Picker.ItemsSource throws System.NullReferenceException: This issue describes a problem in .NET MAUI where binding a Picker control's ItemsSource to a static IReadOnlyList using the MauiXamlInflation SourceGen feature causes a System.NullReferenceException at runtime. The user reports that this behavior is a regression from previous versions where such static bindings worked, and the issue occurs because the generated code incorrectly attempts to add to an IList instead of setting the value, leading to a type mismatch and failure.
- The comments confirm the issue is reproducible across multiple MAUI versions starting from 10.0.0-rc.1 and clarify that this is not a new regression but a longstanding problem with XamlC. Developers discuss the root cause being improper code generation that tries to add to an IList rather than using SetValue, and note the lack of compile-time warnings makes the error confusing. Workarounds include defining the list inline or using IEnumerable
, and ongoing efforts aim to improve error messaging and source navigation to aid debugging. - Number of comments this week: 8
- The comments confirm the issue is reproducible across multiple MAUI versions starting from 10.0.0-rc.1 and clarify that this is not a new regression but a longstanding problem with XamlC. Developers discuss the root cause being improper code generation that tries to add to an IList rather than using SetValue, and note the lack of compile-time warnings makes the error confusing. Workarounds include defining the list inline or using IEnumerable
-
Back navigation different between .net 9 and .net 10 blazor hybrid: This issue describes a change in back navigation behavior between .NET 9 and .NET 10 in a Blazor hybrid app running on Android 16, where the back gesture in .NET 9 would navigate back within the app before backgrounding it, but in .NET 10 it immediately backgrounds the app. The user provides steps to reproduce the problem, confirms it as a regression, and notes that reverting to .NET 9 is a current workaround.
- The comments discuss whether this issue is related to a previously reported one, share attempts to understand the behavior through Android 16 documentation, confirm the issue’s reproducibility in various .NET 10 previews but not in .NET 9, and mention a potential fix involving a setting in the activity that may be included in an upcoming service release.
- Number of comments this week: 7
-
Editor TextChanged event not firing on ios 26.1 release build (but does in debug mode): This issue reports that the Editor TextChanged event does not fire in the iOS 26.1 release build when using .NET MAUI 10.0.10, although it works in debug mode and did work in previous versions before migrating to .NET 10. The user is seeking a workaround because this regression impacts their app's functionality, and several suggestions and partial solutions have been discussed in the comments.
- The comments include requests for tests and urgency for a fix, explanations that an official fix may take a month, and suggestions to avoid building against Xcode 26.1 or disable linking as temporary workarounds. However, disabling linking is not acceptable for some due to performance issues, leading to a custom handler workaround involving subclassing MauiTextView and raising a custom event. Additional related workarounds and references to other issues are also shared.
- Number of comments this week: 5
-
IServiceProvider is disposed with new Maui Project @ Android: This issue describes a problem in a new .NET MAUI project targeting Android where navigating backward causes a System.ObjectDisposedException related to the IServiceProvider being disposed prematurely. The error appears starting from .NET MAUI version 10.0.0-rc.1 on Android API 35 and is linked to Android 15's new predictive back gesture behavior, with no current workaround fully resolving the problem for the user.
- The comments confirm the issue is reproducible on multiple MAUI versions from 10.0.0-rc.1 onward and identify the root cause as Android 15's predictive back gesture feature; a temporary workaround involves disabling this feature in MainActivity.cs, and a pull request is in progress to address the problem, though some users report the workaround does not fully fix the crash, especially when the app is closed via the Android task manager.
- Number of comments this week: 4
-
[.NET 10] Xaml Source Gen - MAUIX2003 error using CardView.MAUI: This issue describes a problem encountered when enabling XAML Source Generation (SG) in a .NET 10 MAUI app using the third-party CardView.MAUI control, which results in a MAUIX2003 error indicating that no method is found for 'PanCardView.CarouselView'. The user provides error details, confirms the app works fine with SG off, and shares a sample project to help reproduce the issue, noting that a nightly build appears to fix related SG problems.
- The commenters request a sample project to reproduce the issue, which the user later provides along with the specific XAML causing the error. It is noted that upcoming fixes expected in a mid-December release or available in nightly builds may resolve the problem, and the user confirms that the nightly build fixes other SG-related issues.
- Number of comments this week: 4
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.
- 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. It affects all versions on iOS and Android platforms, and the suggested workaround is to avoid using nullable enums by adding an explicit unset or none value to the enum instead.
- 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.
- 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 user notes that applying the same EventTrigger through a named style with a key triggers the event only once, indicating a discrepancy in behavior between global and keyed style definitions across multiple platforms including iOS, Android, and Windows.
- 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 visual clipping and misalignment, especially when overlaid on correctly drawn arcs. The problem occurs across Windows, Android, and iOS platforms, appears more frequently near the 180-degree threshold and with thicker strokes, and persists despite attempted workarounds such as breaking the arc into smaller segments or manually drawing arcs with line segments.
- .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 the display scaling is changed. Specifically, when FontAutoScalingEnabled is set to false, the text size still increases with higher Windows display scaling settings, 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: 36
Summarized Issues:
- Shell Navigation and UI Layout Issues: Several issues describe problems with navigation and UI layout in .NET MAUI Shell apps, including reserved navigation bar space after hiding it on iOS, incorrect page opening position on iPhone 14 Plus, and disappearing LinearGradientBrush backgrounds after popup interactions. These issues cause unexpected UI shifts, rendering problems, and navigation glitches that degrade user experience.
- [issues/32667, issues/32705, issues/32717]
- Build and Packaging Failures: Multiple reports highlight build failures and packaging errors in .NET MAUI projects, such as missing HybridWebView.js files causing MSBuild errors on Windows, NU5019 file not found errors during
dotnet packfor Razor SDK libraries, and issues with XAML source generation causing runtime exceptions or compiler errors. These problems prevent successful builds or packaging, blocking development and deployment workflows. - [issues/32683, issues/32758, issues/32764, issues/32769, issues/32810]
- Android Image and Resource Handling Problems: There are issues with Android app icon and banner images being re-saved with incorrect DPI metadata during AAB compilation, causing Google Play rejections, and a soft keyboard closing behavior that shows background color for several seconds on Android 14. These problems affect app compliance and user interface smoothness on Android devices.
- [issues/32684, issues/32765]
- CollectionView and Gesture Interaction Bugs: Problems with CollectionView include item selection failures when drag or drop gestures are attached, header/footer content not re-adding correctly on Windows, and CollectionView and CarouselView controls remaining interactive despite being disabled on Android and iOS. These issues cause inconsistent user interaction and UI state management across platforms.
- [issues/32702, issues/32740, issues/32791]
- Platform-Specific UI Control and Rendering Issues: Several issues report platform-specific UI problems such as missing underlined lines in Entry controls on Android with light theme, NavigationPage.TitleView not resizing on iPadOS 26+, Shadow property unexpectedly altering Visual Transform matrices on iOS/macOS and Android, and CollectionView2 scrolling and layout glitches on iPad. These cause visual inconsistencies and broken UI behaviors on targeted platforms.
- [issues/32685, issues/32722, issues/32724, issues/32731, issues/32796]
- iOS Simulator and Test Failures: There are failures related to iOS simulator setup and UI tests, including ignoring xcodebuild exit codes causing simulator runtime installation failures, KeyNotFoundException during connectToDevice tasks, and flaky HybridWebViewFeatureTests due to HybridRoot not being set correctly in CI. These issues disrupt automated testing and simulator usage on macOS.
- [issues/32721, issues/32735, issues/32748]
- Navigation and Backward Compatibility Regressions: Regressions in .NET 10 cause apps to hang or crash on Android when invoking reflection code, back navigation gestures to behave incorrectly in Blazor Hybrid apps, and WebAuthenticator to hang indefinitely on Android when cancelling Microsoft login. These regressions break previously working navigation and authentication flows.
- [issues/32686, issues/32766, issues/32767]
- XAML and Source Generation Challenges: Issues with XAML source generation include ambiguous type errors for 'Font', null reference exceptions when binding static IReadOnlyList to Picker, and compiler errors caused by nested bindings. These problems hinder XAML parsing and code generation, complicating UI development.
- [issues/32751, issues/32758, issues/32810]
- Window and UI Flickering on Desktop Platforms: Problems on desktop platforms include excessive flickering and disappearing content in WebView2CompositionControl when resizing WPF windows, and reentrancy crashes in Windows apps caused by synchronous FontImageSource setting in Image Loaded events. These issues degrade desktop app stability and user experience.
- [issues/32808, issues/32812]
- CollectionView Content and FlowDirection Issues on iOS/macOS: The FlowDirection property is not applied or updated correctly on CollectionView header and footer content on iOS and macOS, and updating CollectionView's ItemsSource causes Labels with bound BackgroundColor inside Borders to become hidden on iOS. These cause layout and visibility problems in collection views on Apple platforms.
- [issues/32737, issues/32771]
- Package Metadata and Store Upload Failures: There is a problem where the Package Family Name and Publisher information in the generated .msix file do not match expected values, preventing .NET MAUI Windows apps from being uploaded to the Microsoft Store despite correct manifest settings. This blocks app distribution through the store.
- [issues/32801]
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: 31
Summarized Issues:
- Compilation and Source Generation Errors: Multiple issues report compilation failures and source generation problems in .NET MAUI projects, including errors caused by internal class protection levels, missing global:: prefixes, incorrect handling of NaN values, and static anonymous functions referencing 'extension' parameters. These problems affect XAML parsing, generated code warnings, and build failures across various platforms and .NET versions, often requiring workarounds or disabling source generation.
- [issues/32658, issues/32665, issues/32679, issues/32681, issues/32690, issues/32697, issues/32706, issues/32747, issues/32749, issues/32760, issues/32762, issues/32772]
- Platform-Specific Crashes and UI Bugs: Several issues describe crashes and UI inconsistencies on iOS, Android, and Windows platforms, such as crashes on iPadOS with TabbedPage initialization, TimePicker crashes on iOS with null values, blank screens after Microsoft login on Android, and DisplayPromptAsync spacing issues on Windows 11. These bugs cause app instability or poor user experience and often depend on specific OS versions or device configurations.
- [issues/32661, issues/32687, issues/32709, issues/32723, issues/32727, issues/32695, issues/32777]
- .NET 10 and MAUI Version Compatibility and Build Issues: Users face build failures and compatibility problems related to .NET 10, including missing ILLink.Tasks package releases, incorrect target framework detection in mixed C++/CLI projects, and outdated or missing documentation for supported versions. These issues hinder successful builds and complicate dependency management in .NET MAUI projects targeting the latest frameworks.
- [issues/32693, issues/32675, issues/32729, issues/32770]
- XAML and Layout Property Issues: Problems with XAML and layout properties include unqualified RowDefinition usage, FlowDirection not applying to EmptyView on Android, FlexLayout.Basis percentage value conversion errors, and SafeAreaEdges failing on older Android versions. These issues cause layout regressions, compilation errors, or UI elements being obscured, affecting cross-platform UI consistency.
- [issues/32670, issues/32673, issues/32680, issues/32704]
- Source Generation and Static Analysis Warnings: The XAML source generator produces numerous warnings and errors, such as null reference warnings when binding to nested nullable properties and obsolete method usage for named font sizes. These warnings impact developer confidence and require fixes in the source generation tooling to improve code quality and reduce noise.
- [issues/32706, issues/32681]
- Navigation and Window Management Bugs: Issues include unexpected app minimization instead of back navigation in Blazor Hybrid on Android, and crashes when closing windows during remote desktop sessions. These bugs disrupt expected navigation flows and window lifecycle management, leading to app crashes or confusing user experiences.
- [issues/32773, issues/32687]
- Build and Test Environment Problems: Failures in iOS test pipelines due to missing or outdated Xcode installations and embedding XAML files unnecessarily in assemblies cause prolonged or failed builds and increased assembly size. These environment and build system issues affect CI/CD reliability and app deployment.
- [issues/32745, issues/32747]
- API and Control Behavior Inconsistencies: The Picker control's Title property behaves differently across platforms, appearing as a placeholder on iOS/Android but as a header on Windows, causing UI fragmentation. Similarly, the new MediaPicker.PickPhotoAsync API throws exceptions on Android 16.0, indicating regressions or inconsistent API behavior across platforms.
- [issues/32723, issues/32742]
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. [AI] The Issue-Resolver agent: This pull request introduces the Issue-Resolver agent, including updates to its functionality, simplification of instructions, implementation of collapsible PR description formats, enforcement of prefix requirements for agent PRs, and addition of manual verification checkpoints for sandbox app and UI tests.
- URL: pull/32804
- Merged: No
2. [Android, iOS, Mac] Fix inconsistent Background vs BackgroundColor behavior in CollectionView selection with VSM: This pull request fixes the inconsistent behavior between Background and BackgroundColor properties in CollectionView selection when using VisualStateManager by updating the selection logic to correctly recognize both properties, ensuring the selection color is properly bounded across Android, iOS, Mac, and Windows platforms.
- URL: pull/32669
- Merged: No
3. [iOS, macOS] Fixed Shell menu and flyout items do not update correctly in RTL mode: This pull request fixes issues with the Shell menu, flyout items, tab bar, and their content not updating or aligning correctly in right-to-left (RTL) mode on iOS and macOS by ensuring proper flow direction inheritance and adjusting flyout positioning logic, thereby improving UI consistency and behavior in RTL layouts.
- URL: pull/32701
- Merged: No
Other Open Pull Requests
- CollectionView and CarouselView Layout and Interaction Fixes: Multiple pull requests address layout and interaction issues in CollectionView and CarouselView across Android, iOS, and macOS. These include fixing header/footer removal on Android with empty ItemsSource, correcting FlowDirection application on EmptyView, ensuring CurrentItem updates with vertical layouts, fixing text disappearance on iOS rotation, and disabling interaction when controls are disabled.
pull/32741, pull/32674, pull/32699, pull/32664, pull/32794
- Shell and Flyout Scrolling and Navigation Bar Fixes: These pull requests fix issues related to Shell behavior on Android and iOS, including disabling scrolling in the Shell flyout when requested and correcting reserved space for hidden navigation bars on iOS. The fixes ensure proper scrolling behavior and navigation bar visibility synchronization.
pull/32734, pull/32700
- Source Generation Improvements: Several pull requests enhance SourceGen functionality by fixing OnPlatform default value generation, handling collection-to-collection property assignments with explicit casts, and enabling XAML source generation by default with configuration overrides and build-time messages. These changes improve consistency, correctness, and developer experience in code generation.
pull/32778, pull/32780, pull/32733
- Performance and Layout Optimization on Mac and iOS: Pull requests address performance issues by caching layout span values on Mac to prevent costly updates and fix infinite update cycles in iOS layout by adjusting SafeArea handling. These optimizations reduce unnecessary layout recalculations and improve responsiveness.
pull/32726, pull/32797
- Device and Simulator Testing Pipeline Updates: Updates include changing iOS UITest and Device Test pipelines to use iOS 26.0 simulators and adding cleanup logic to remove unusable simulator runtimes that cause XHarness crashes. These changes improve test reliability and prevent build interruptions.
pull/32785, pull/32736
- VisualTransform Feature Addition: A new VisualTransform feature matrix was added to the test application, allowing interactive manipulation of visual transformation properties on a sample UI element through a new view model and control pages with two-way data binding. This enables exploration of rotation, scale, translation, anchor points, and shadow effects.
pull/32799
- DeviceDisplay and KeepScreenOn Fix for Mac: This pull request implements Mac Catalyst-specific logic using IOKit assertions to prevent the display from sleeping, replacing the previous iOS-specific approach and ensuring DeviceDisplay.KeepScreenOn works correctly on Mac OS.
pull/32708
- Argument Validation Behavior Change: The
BindableObject.SetValueCoremethod was updated to throw anArgumentExceptionwhen a value fails validation instead of logging a warning and returning early, enforcing stricter validation error handling.
pull/32707
- HybridWebView Initialization Fix: A timing issue caused by multi-RID builds for MacCatalyst was fixed by explicitly setting the HybridRoot property in the constructor, resolving test failures related to RuntimeIdentifier changes.
pull/32725
- Project File and Branch Merge Proposals: Pull requests propose switching to SLNX files while preserving VS Code-specific configurations and merging localized lcls updates from feature branches into main branches, maintaining project structure and localization consistency.
pull/32714, pull/32752, pull/32753
- dotnet-maui CLI Specification: A work-in-progress specification for the
dotnet-mauiCLI was added, detailing design and referencing related documentation to guide future development.
pull/32757
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: 45
Key Closed Pull Requests
1. Add checkpoint/resume system for PR review agent: This pull request introduces a checkpoint and resume workflow for the PR review agent to address environment limitations during testing, updates the main agent instructions to include this new system, and provides comprehensive guidelines for creating, documenting, and resuming checkpoints in the repository's instruction files.
- URL: pull/32774
- Merged: Yes
2. Change DotNetFeedUrl to internal CI feed: This pull request updates the DotNetFeedUrl to use an internal continuous integration (CI) feed in order to fix issues with the CI pipeline.
- URL: pull/32694
- Merged: Yes
3. [Testing] Ignore failure HybridWebViewFeatureTests on Mac: This pull request addresses test failures specific to the macOS platform in several HybridWebViewFeatureTests by adding conditions to ignore these failures in CI, which started occurring after a previous PR changed the HybridRoot setup, thereby improving test stability and rendering consistency across platforms.
- URL: pull/32703
- Merged: Yes
Other Closed Pull Requests
- Pipeline and CI/CD improvements: Multiple pull requests focus on improving pipeline configurations and CI/CD reliability by splitting device test stages for better clarity and maintainability, consolidating and updating pipeline variables, and removing obsolete tokens. These changes enhance build sequencing, reduce errors, and improve overall pipeline robustness in the .NET MAUI project.
- PR Reviewer Agent enhancements: Two pull requests improve the .NET MAUI PR Reviewer Agent by migrating from a large inline YAML prompt to a modular file-based system for better maintainability and clarifying usage instructions by splitting them into local and web options with detailed guidance. These updates ensure reliable agent loading and clearer documentation without changing agent behavior.
- Fixes for TabbedPage crashes on iPadOS: Two pull requests address crashes in the
TabbedPageon iPadOS 26.1 and later by adding null-conditional operators to safely handle early lifecycle calls during initialization, preventing crashes in windowed applications with narrow viewports. These fixes ensure stability across different iPadOS versions and app states.
- AppThemeBinding accessibility and build fixes: Two pull requests resolve build errors related to the non-public
AppThemeBindingclass by making it public in .NET 11 and using unsafe accessor attributes as a temporary workaround in .NET 10. These changes enable the XamlSourceGenerator to instantiate the class without compilation errors while maintaining backward compatibility.
- TimePicker null handling fixes: Two pull requests fix crashes caused by null values in the
TimePickercontrol by updating event handlers to use nullable casts that align with the new nullableTimeChangedEventArgsconstructor. These changes preventNullReferenceExceptionandInvalidCastExceptionerrors during time selection events.
- HybridWebView build error fixes: Two pull requests fix build errors in the HybridWebView by adding missing using directives and platform-specific guards around platform-only references, enabling successful compilation across all supported platforms and target frameworks. These fixes resolve issues with missing extension methods and incompatible references.
- Android UI and emulator fixes: Two pull requests address Android-specific issues by pre-authorizing ADB devices to fix unauthorized device errors and implementing a workaround for window inset dispatch issues on Android versions below API 30 to prevent UI clipping in Shell and NavigationPage scenarios. These fixes improve emulator reliability and UI layout correctness.
- XAML and source generation fixes: Three pull requests improve XAML parsing and source generation by fixing the FlexBasis source generator to emit correct float literals, correcting XAML parser error message formatting for better IDE navigation, and preventing compilation errors caused by HTTP-based xmlns URIs in XAML files. These changes enhance developer experience and build stability.
- Cursor position and Entry MaxLength fixes on iOS: Two pull requests fix input-related issues on iOS by correctly calculating the cursor position during editing events and providing a robust fix for the Entry MaxLength regression in iOS 26. These fixes ensure consistent behavior and prevent index shifting bugs with comprehensive test coverage.
- Shell flyout and UI padding fixes on Android: One pull request backports a fix to prevent the Shell flyout menu from overlapping with the display notch and status bar in landscape mode on Android by applying left inset padding and refactoring padding logic. This ensures the flyout respects safe area insets and prevents content obstruction.
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 |
|---|---|---|---|---|
| Copilot | 318 | 45 | 0 | 317 |
| rmarinho | 141 | 7 | 8 | 3 |
| StephaneDelcroix | 80 | 25 | 11 | 33 |
| simonrozsival | 36 | 3 | 9 | 94 |
| mattleibow | 48 | 7 | 30 | 25 |
| PureWeen | 75 | 5 | 9 | 20 |
| jfversluis | 13 | 1 | 0 | 55 |
| kubaflo | 28 | 15 | 0 | 18 |
| TamilarasanSF4853 | 15 | 4 | 1 | 27 |
| HarishKumarSF4517 | 9 | 2 | 2 | 29 |