-
Notifications
You must be signed in to change notification settings - Fork 168
Open
Labels
Pri1High priority, do before Pri2 and Pri3High priority, do before Pri2 and Pri3area-docsdoc-ideaIndicates issues that are suggestions for new topics [org][type][category]Indicates issues that are suggestions for new topics [org][type][category]
Description
Proposed topic or title
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)
- How to add a MAUI project to an Aspire AppHost using
-
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()
- Connecting MAUI apps to backend services with
-
OpenTelemetry Integration
- Setting up telemetry in MAUI apps with
MauiServiceDefaults
- Viewing MAUI app traces and metrics in Aspire Dashboard
- Telemetry over dev tunnels for mobile platforms
- Setting up telemetry in MAUI apps with
-
Platform-Specific Scenarios
- Running on Windows desktop
- Running on Android emulators/devices
- Running on iOS simulators/devices
- Running on macCatalyst
-
API Reference
AddMauiProject()
extension methodMauiProjectBuilder
methods- Platform configuration options (emulator/device selection, runtime identifiers)
Relevant searches
MAUI iOS Android macOS Windows diagnostics tracing telemetry integration mobile cross-platform
Metadata
Metadata
Assignees
Labels
Pri1High priority, do before Pri2 and Pri3High priority, do before Pri2 and Pri3area-docsdoc-ideaIndicates issues that are suggestions for new topics [org][type][category]Indicates issues that are suggestions for new topics [org][type][category]