Worker Services

Build long-running .NET background services with `BackgroundService`, Generic Host, graceful shutdown, configuration, logging, and deployment patterns suited to workers and daemons. USE FOR: background services; scheduled workers; hosted services; worker extraction; graceful shutdown, health checks, and service hosting review. DO NOT USE FOR: unrelated stacks; generic tasks that do not need this specific guidance. INVOKES: inspect the repository context, edit targeted files, and run relevant build, test, lint, or validation commands when changes are made.

managedcode 6d82d9c 4 files · 57.7 KB Updated

File contents

managedcode/dotnet-skills/tree/main/catalog/Frameworks/Worker-Services/skills/worker-services commit 6d82d9cc24

Frequently asked questions

npx skillmds@latest add managedcode/worker-services