Dependency Injection Patterns

Organize DI registrations using IServiceCollection extension methods. Group related services into composable Add* methods for clean Program.cs and reusable configuration in tests. Use when this capability is needed.

tomevault-io Updated

File contents

tomevault-io/skills-registry/tree/main/seiggy--lucia-dotnet--lucia-dotnet commit 549a43ba75

Frequently asked questions

npx skillmds@latest add tomevault-io/dependency-injection-patterns