saritasa-nest / saritasa-dotnet-tools

Development Tools For Company'S .NET Projects.
BSD 2-Clause "Simplified" License
27 stars 13 forks source link

ZergRushCo: don't implement IServiceProvider yourself #40

Closed dermeister0 closed 7 years ago

dermeister0 commented 7 years ago

Use Autofac.Extensions.DependencyInjection package. It has implementations for IServiceProvider and IServiceProviderFactory.

krasninja commented 7 years ago

Replaced.