Local workflow
dotnet build Axis.sln
dotnet test tests/Axis.Tests/Axis.Tests.csproj
Publishable guidance
- Describe behavior and contracts, not private implementation notes.
- Keep secrets, tokens, environment values, and vendor payloads out of public docs.
- Treat host-specific details as host-specific; do not generalize them into fake cross-cutting guidance.
Do and do not
| Publish | Keep private |
|---|---|
| Project responsibilities | Internal design chatter |
| Build and test commands | Secrets and tokens |
| Public dependency notes | Binary vendor contents |
| User-facing behavior | Unfinished implementation steps |