Skip to content

An Extension library for dealing with Services and DependencyInjection

License

Notifications You must be signed in to change notification settings

GStefanowich/service-extensions

Repository files navigation

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>();

About

An Extension library for dealing with Services and DependencyInjection

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages