Generic Host

USE FOR: Building console applications, background services, and worker processes with standardized DI, configuration, logging, and graceful shutdown. Hosting long-running IHostedService and BackgroundService implementations, and composing application startup pipelines. DO NOT USE FOR: ASP.NET Core web applications (use WebApplication.CreateBuilder), desktop UI applications without background services, or simple scripts that do not need DI or configuration.

Tyler-R-Kendrick 0a44958 16 files · 30.9 KB Updated

File contents

Tyler-R-Kendrick/agent-skills/tree/main/skills/dotnet/dependency-injection/generic-host commit 0a4495896a

Frequently asked questions

npx skillmds add tyler-r-kendrick/generic-host