You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 9, 2026. It is now read-only.
We need documentation for the new .NET MAUI integration with Aspire that allows developers to orchestrate MAUI applications alongside backend services in an Aspire AppHost.
Location in table of contents.
No response
Reason for the article
Adding the .NET MAUI integration to Aspire, will be good for people to learn how to get started, as well as some things to be aware of.
Article abstract
Key topics to cover:
Getting Started
How to add a MAUI project to an Aspire AppHost using AddMauiProject()
Platform-specific configuration with .WithWindows(), .WithAndroid(), .WithiOS(), .WithMacCatalyst()
Prerequisites (MAUI workload installation)
Service Integration
Connecting MAUI apps to backend services with .WithReference()
Automatic service discovery in MAUI apps
Using dev tunnels for mobile device communication with .WithOtlpDevTunnel()
OpenTelemetry Integration
Setting up telemetry in MAUI apps with MauiServiceDefaults
Viewing MAUI app traces and metrics in Aspire Dashboard