Skip to content

Getting Started (agents)

  1. SDK + workload: dotnet workload install maui on dev machines and Windows build agents as needed.
  2. Install template: dotnet new install . from repo root or packaged installer.
  3. Instantiate: dotnet new connectsoft-maui-base --service-name MyApp -o ./MyApp
  4. Restore: Template post-actions run dotnet restore and dotnet workload restore unless --no-restore.

Human depth: ConnectSoft.Documentation — Getting Started.