Dazinator.Extensions.DependencyInjection icon indicating copy to clipboard operation
Dazinator.Extensions.DependencyInjection copied to clipboard

Useful additions to Microsoft.Extensions.DependencyInjection such as Named Services.

Results 3 Dazinator.Extensions.DependencyInjection issues
Sort by recently updated
recently updated
newest added

Move IServiceProvider implementation from here: https://github.com/dazinator/serviceprovider-experiment/tree/master/src to this project.

Resolving services at runtime by name is a known anti-pattern. That is not to say it isn't a useful feature that solves certain problems. The reason it is an antipattern...

enhancement
idea