-
-
Notifications
You must be signed in to change notification settings - Fork 0
Development Guide
Marvin edited this page May 5, 2026
·
1 revision
- .NET SDK 9.x
- Windows: Visual Studio / Rider with Avalonia support
- Linux packaging:
nfpmvia GoReleaser apt repo
echo 'deb [trusted=yes] https://repo.goreleaser.com/apt/ /' | sudo tee /etc/apt/sources.list.d/goreleaser.list
sudo apt update
sudo apt install nfpmdotnet build GregModmanager.sln -c Release.\scripts\start.ps1dotnet run --project .\GregModmanager.Avalonia\GregModmanager.Avalonia.csproj.\scripts\linux\build-avalonia-packages.ps1- Keep UI components compact and data dense.
- Preserve Steam-safe behavior for upload flows.
- Prefer clear user-facing status text and explicit retry timers.