Getting Started (agents)¶
- SDK + workload:
dotnet workload install mauion dev machines and Windows build agents as needed. - Install template:
dotnet new install .from repo root or packaged installer. - Instantiate:
dotnet new connectsoft-maui-base --service-name MyApp -o ./MyApp - Restore: Template post-actions run
dotnet restoreanddotnet workload restoreunless--no-restore.
Human depth: ConnectSoft.Documentation — Getting Started.