Getting Started¶
Prerequisites¶
- .NET SDK 9 or 10 (see template
Frameworksymbol) - MAUI workload:
dotnet workload install maui - Android SDK and/or Xcode (macOS) for device targets
- Optional: Visual Studio or Rider with MAUI workload
Install the template¶
From a clone of the repository:
Verify:
Generate a solution¶
The template runs dotnet restore and dotnet workload restore by default unless you pass --no-restore.
Build and test¶
Use --framework net9.0 or net10.0 when instantiating to match your installed SDK (see Parameters).
Next steps¶
- Review
appsettings.json(API base URL, authentication provider) - Read repo guides: architecture, observability, pipelines
- Parameters for all feature flags