Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 331 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 331 Bytes

Service Extensions

This library is a simple extension of ServiceProviders and Dependency Injection

The main additional method is a common extension method that I use which replaces

ActivatorUtilities.CreateInstance<T>(services, parameters)

with a simpler extension method call

services.Create<T>();