Windows tray app that monitors local .NET projects — build, run, watch, logs, and health at a glance.
Repo: github.com/Unthred/BuildMonitor
dotnet build BuildMonitor.slnx
dotnet test src/BuildMonitor.Tests/BuildMonitor.Tests.csproj
dotnet watch run --project src/TrayApp/BuildMonitor.TrayApp.csprojOr use watch.ps1 from the repo root.
User settings: %LocalAppData%/BuildMonitor/settings.json (not committed). See docs/SETTINGS.md.
- docs/README.md — full index
- docs/ARCHITECTURE.md — projects and flow
- docs/LOGS.md — log storage
- docs/ops/github-workflow.md — Issues, Projects board, and PRs