-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[repo-status] Daily Repo Status - March 28, 2026 #34711
Description
🌟 .NET MAUI Daily Status Report
Friday, March 28, 2026
📊 24-Hour Activity Summary
The repository is buzzing with activity! 🚀 The team continues to deliver quality improvements across all platforms.
New Issues Opened: 7
- Call Directory Extension not working on iOS 18 – “Call Blocking & Identification” option missing in Settings (.NET 10) #34708 Call Directory Extension not working on iOS 18 – "Call Blocking & Identification" option missing in Settings (.NET 10)
- [Android]
dotnet new maui -scfails to build: minSdkVersion 21 conflicts with included packages #34706 [Android]dotnet new maui -scfails to build: minSdkVersion 21 conflicts with included packages - [Windows] C6-The C6 page cannot scroll on Windows #34701 [Windows] C6-The C6 page cannot scroll on Windows
- [Proposal] [XSG] Reduce compiled binding friction #34696 [Proposal] [XSG] Reduce compiled binding friction
- [Shell] [iOS & Mac] SearchHandler retains previous page state when switching top tabs #34693 [Shell] [iOS & Mac] SearchHandler retains previous page state when switching top tabs
- [iOS] CollectionView (grouped): ArgumentOutOfRangeException in ObservableGroupedSource.GetGroupCount when removing a section #34691 [iOS] CollectionView (grouped): ArgumentOutOfRangeException in ObservableGroupedSource.GetGroupCount when removing a section
Pull Requests Created: 12
Platform-specific fixes continue to dominate, showing strong attention to detail across iOS, Android, and Windows platforms!
Notable PRs:
- Fix CollectionView group header not stretching to full width on Windows #34710 Fix CollectionView group header not stretching to full width on Windows [
@rmarinho] - Update PR dogfood install scripts to default to .NET 10 #34709 Update PR dogfood install scripts to default to .NET 10 [
@Copilot] - [CI] Extend gate to all test types and decouple from PR review #34705 [CI] Extend gate to all test types and decouple from PR review [
@kubaflo] - [iOS] Fix SearchBar unexpected left margin in iPad windowed mode on 26 Version #34704 [iOS] Fix SearchBar unexpected left margin in iPad windowed mode [
@SubhikshaSf4851] - [Android] Fix SearchBar text bleeding between instances after navigation #34703 [Android] Fix SearchBar text bleeding between instances after navigation [
@SyedAbdulAzeemSF4852] - [Android] Fix CollectionView inside disabled RefreshView blocks scroll #34702 [Android] Fix CollectionView inside disabled RefreshView blocks scroll [
@Vignesh-SF3580] - [iOS] Fix vertical CarouselView MandatorySingle snapping on iOS #34700 [iOS] Fix vertical CarouselView MandatorySingle snapping on iOS [
@Vignesh-SF3580] - [iOS] Fix Label with TailTruncation not rendering after empty-to-non-empty text transition #34698 [iOS] Fix Label with TailTruncation not rendering after empty-to-non-empty text transition [
@SyedAbdulAzeemSF4852] - [iOS/Mac] Fix MediaPicker.CapturePhotoAsync() fails with UnauthorisedAccessException on iOS #34695 [iOS/Mac] Fix MediaPicker.CapturePhotoAsync() fails with UnauthorisedAccessException [
@devanathan-vaithiyanathan] - [iOS] Fix ArgumentOutOfRangeException in ObservableGroupedSource when removing a group from grouped CollectionView #34692 [iOS] Fix ArgumentOutOfRangeException in ObservableGroupedSource when removing a group from grouped CollectionView [
@baaaaif]
Merged PRs: 2 ✅
- [Windows] Fix the control overlap issue in the AppThemeFeatureMatrix sample on candidate #34697 [Windows] Fix the control overlap issue in the AppThemeFeatureMatrix sample [
@Vignesh-SF3580] - fix: resolve pool validation errors breaking device-tests and ui-tests on SR3 #34690 fix: resolve pool validation errors breaking device-tests and ui-tests on SR3 [
@PureWeen]
🎯 Priority Items Needing Attention
P/0 Issues (38 total) 🔥
Top priorities that need immediate focus:
- [MAUI] I2_Spacing_ItemSpacing - First and last item on the list is truncated after changing Spacing value. #34636 [MAUI] I2_Spacing_ItemSpacing - First and last item truncated after changing Spacing value
- [MacOS] Misaligned items before resizing the window on MacOS #34635 [MacOS] Misaligned items before resizing the window
- [.NET 10] Increasing gap in the bottom while scrolling. #34634 [.NET 10] Increasing gap in the bottom while scrolling
- [MAUI] Building Maui App with sample content results CS0122 errors. #34512 [MAUI] Building Maui App with sample content results CS0122 errors
- [Android] CollectionView item selection not triggered when using PointerGestureRecognizer #34491 [Android] CollectionView item selection not triggered when using PointerGestureRecognizer
💡 Recommendation: With 38 P/0 issues, consider a focused triage session to prioritize the most impactful fixes.
🎉 Recent Release
10.0.51 SR5.1 was published on March 25, 2026! 🎊
This service release includes important fixes for TypedBinding nested properties and x:Reference handling.
🔍 Key Observations
CollectionView Focus 📱
Multiple PRs and issues focus on CollectionView improvements:
- Group header layout fixes (Windows)
- ArgumentOutOfRangeException fixes (iOS, grouped collections)
- Scroll blocking issues (Android with RefreshView)
- Item spacing truncation issues
Insight: CollectionView continues to be an area of active development. Consider documenting common patterns and known issues to help the community.
Platform Distribution 🌐
Today's PRs show excellent cross-platform coverage:
- iOS/Mac: 5 PRs (SearchBar, MediaPicker, CollectionView, Label, CarouselView)
- Android: 3 PRs (SearchBar, CollectionView, RefreshView)
- Windows: 3 PRs (CollectionView, Image, sample fixes)
- CI/Infrastructure: 2 PRs (test gates, dogfood scripts)
CI Improvements 🔧
PR #34705 extends the gate to all test types - great step towards improved quality assurance!
💪 Recommendations for Maintainers
- CollectionView Deep Dive: Consider a focused effort on CollectionView stabilization given the volume of issues
- iOS 18 Compatibility: New issue Call Directory Extension not working on iOS 18 – “Call Blocking & Identification” option missing in Settings (.NET 10) #34708 suggests iOS 18-specific problems worth investigating
- Template Build Issues: Issue [Android]
dotnet new maui -scfails to build: minSdkVersion 21 conflicts with included packages #34706 indicates new project template problems that could impact new developers - P/0 Triage: Schedule time to review and prioritize the 38 P/0 items
- Approved PRs: 17 PRs are approved and ready for merge - great candidates for quick wins
🌈 Team Shoutouts
Special recognition to:
@Vignesh-SF3580for multiple platform fixes (3 PRs!)@SyedAbdulAzeemSF4852for iOS/Android SearchBar fixes@kubaflofor CI infrastructure improvements@rmarinhofor CollectionView header fix@baaaaifand@devanathan-vaithiyanathanfor their first-time contributions! 🎉
📈 Next Steps
- Review and merge approved PRs to maintain momentum
- Triage new issues to determine urgency and impact
- Consider CollectionView working group or focused sprint
- Update documentation for iOS 18 compatibility
Keep up the excellent work, team! The .NET MAUI community appreciates your dedication to quality and cross-platform excellence. 💜
Generated automatically by the Daily Repo Status workflow
Generated by Daily Repo Status
To install this workflow, run
gh aw add githubnext/agentics/workflows/daily-repo-status.md@69b5e3ae5fa7f35fa555b0a22aee14c36ab57ebb. View source at https://github.com/githubnext/agentics/tree/69b5e3ae5fa7f35fa555b0a22aee14c36ab57ebb/workflows/daily-repo-status.md.