Skip to content

Development

This section groups extension and source-build guidance for the public TplQueue package line.

Main topics

Local validation

Run the Adapter test surface:

dotnet test .\TplQueue.Adapter.sln

Run repository coverage:

.\coverage.ps1
.\coverage.ps1 -EnforceBaseline

The short test-project inventory is also kept in ../../test/README.md.

Module-focused work

Most package-specific implementation details live in the module folders under src/.

Keep the root README as the repository entry point and use the package READMEs when you need module-level behavior.