Worker Template (ConnectSoft.WorkerTemplate)¶
Layer 3 extended template for worker / scheduler workloads (HangFire, messaging, Orleans where enabled). Uses base-template/ as a submodule and follows the same MSBuild import chain as Identity Backend.
dotnet new¶
- Short name:
connectsoft-worker(verify in repo.template.config/template.json).
Documentation¶
- Templates registry — alignment row
- Extended templates playbook
- Configuration alignment — use
WORKER_ORLEANS_DATABASE(or aligned token) instead of generic Orleans catalog names where product isolation matters
Layout notes¶
Fork sources commonly live under src/ConnectSoft.WorkerTemplate.*. Prefer Deployment/docker-compose/ and Application appsettings.Docker.json for parity with Identity-style hosts.