Development¶
This section groups extension and source-build guidance for the public TplQueue package line.
Main topics¶
- Extending Queues
- Extending Observers
- Extending Retry Policies
- Serialization Modules
- Dependency Injection
- C# Language Version Policy
Local validation¶
Run the Adapter test surface:
Run repository coverage:
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.