From the community
Contributor Feed
Notable moments, packages, projects, and celebrations from the MAUIverse community.
Looking for something specific?
- .NET MAUI & GitHub Actions Missing Targets Default Projects
Mitchel Sellers diagnoses a frustrating NETSDK1047 error when building .NET MAUI iOS apps in GitHub Actions with separate restore and build steps. The fix is a small .csproj addition that hints the RuntimeIdentifier when splitting dotnet restore from dotnet publish.
Read more - .NET MAUI State Management: From ViewModels to App Stores
Syncfusion walks through practical state management approaches in .NET MAUI — from MVVM with data binding for page-level state, to MVU for unidirectional updates, Visual State Manager for visual-only changes, and DI-backed app-wide stores for shared state.
Read more - Live Camera Face Detection in .NET MAUI
Nick Kovalsky demonstrates how to use the SkiaCamera control to run live face detection with MediaPipe in .NET MAUI. The post covers sending real-time camera frames to local ML and remote APIs, drawing overlays on detected faces, and making face masks track moving heads — all cross-platform on iOS, Android, and Windows.
Read more - Pin Clustering Finally Lands in .NET MAUI Maps — One Property, Zero Pain
Emiliano Montesdeoca breaks down the new pin clustering feature in .NET MAUI 11 Preview 3 with clear code examples. The post covers enabling clustering with a single property, creating independent clustering groups with ClusteringIdentifier, and handling cluster taps.
Read more - .NET 11 Preview 3 Is Now Available
.NET · .NET 11 Preview 3 delivers major .NET MAUI improvements including map pin clustering, LongPressGestureRecognizer, and XAML/styling enhancements. The release also brings C# union types, runtime async improvements, Zstandard compression, and more across the full .NET stack.
Read more - .NET MAUI Finally Gets Maps Clustering and Long Press - .NET 11 Preview 3
Gerald Versluis walks through the .NET MAUI highlights in .NET 11 Preview 3, including pin clustering, custom pin icons, long press gesture recognizer, and XAML source generation enabled by default. Some of these features have been requested since the Xamarin.Forms days.
Read more - Pin Clustering in .NET MAUI Maps
David Ortinau introduces pin clustering for the .NET MAUI Map control, shipping in .NET MAUI 11 Preview 3. A single property enables automatic grouping of nearby pins, with support for separate clustering groups via ClusteringIdentifier and a ClusterClicked event for custom tap handling.
Read more - Building an Instagram-Style Like Animation in .NET MAUI
Leomaris Reyes walks through recreating Instagram's iconic heart-tap like animation using built-in .NET MAUI animation APIs. The post combines scaling, fading, and rotation into a polished interaction — all with just a few lines of code.
Read more - How to Build a Cross-Platform Barcode, MRZ, and Document Scanner with .NET MAUI Blazor
Xiao Ling builds a 'Vision Scanner' app using .NET MAUI Blazor and the Dynamsoft Capture Vision SDK — scanning barcodes, reading MRZ fields from passports, and detecting document boundaries with perspective correction, all running on Android, iOS, macOS, and Windows.
Read more - Why .NET MAUI Popups Lag and How to Fix Performance Issues
Syncfusion breaks down why popups stutter and lag in .NET MAUI apps, and walks through proven techniques to fix it. The post covers lazy initialization, content caching with ContentTemplate, list virtualization, and animation tuning for smooth popup performance across all platforms.
Read more - AI Captions and Live Video Processing in .NET MAUI
Nick Kovalsky walks through the DrawnUi.Maui.Camera SkiaCamera control for building real-time video processing pipelines in .NET MAUI. The post covers live overlays, SKSL shader filters, OpenAI-powered captions burned into recorded video, and a look-back pre-recording buffer — all running cross-platform.
Read more - How to Create a Custom .NET MAUI Shell TabBar
Alberto Aldegheri shows how to break free from the default Shell TabBar by building a fully custom, cross-platform tab bar using Nalu's TabBarView. The post walks through custom shapes, animated floating indicators, and smooth transition logic — all without writing platform-specific handlers.
Read more - Testing .NET MAUI Android Apps: A Penetration Tester's Guide
Adarsh Pillai shares a comprehensive penetration testing methodology tailored specifically for .NET MAUI Android applications. The guide covers the tooling differences, common vulnerability patterns, and a full MAPT checklist that every MAUI developer should be aware of.
Read more - .NET MAUI Community Standup | Introducing maui-labs
The team introduces maui-labs, an official home for the growing collection of experimental work being built for .NET MAUI developers — more platforms, more rendering options, and more experiments.
Read more - .NET MAUI Community Toolkit Monthly Standup, April 2026
.NET Foundation
Brandon Minnick
Vladislav Antonyuk
James Crutchley The .NET MAUI Community Toolkit team returns after skipping March with the April 2026 standup — new releases, merged PRs, and Q&A.
Read more