Command cheat sheet

June 28, 2026 · View on GitHub

TaskCommand
Buildbuild.bat
Fast teststest.bat <area> fast
Full teststest.bat
Commit (no push)save.bat "message"
Packpack.bat
NuGet dry-runrelease-nuget.bat patch smoke
NuGet publishrelease-nuget.bat finish

Inner loop: change → build.bat → test.bat <area> fast → full test.bat before done.

Opt-in tests: test.bat knownissues, test.bat nuget (after pack).

Coding rules and test areas: AGENTS.md.
Prioritized backlog: TODO.md. Technical debt detail: TECHNICAL_DEBT.md.
NuGet release: NUGET_RELEASE.md.