331 Views
In pre-3.1 versions of ASP.NET Core, you could return your own service provider ( AutoFac, Ninject, etc) by returning some IServiceProvider-implementing class from the ConfigureServices method.
0 comments
Join in on a hand-picked round up of the best .NET articles every day.
Curated by our Moderators and Voted up by our Community. Free.
In pre-3.1 versions of ASP.NET Core, you could return your own service provider ( AutoFac, Ninject, etc) by returning some IServiceProvider-implementing class from the ConfigureServices method.