Setup and workflow

Public workflow for building and testing Axis Next without exposing implementation details.

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

PublishKeep private
Project responsibilitiesInternal design chatter
Build and test commandsSecrets and tokens
Public dependency notesBinary vendor contents
User-facing behaviorUnfinished implementation steps