aspnet/DependencyInjection

It need a Named method

bfyxzls opened this issue · 1 comments

hello
the ioc should named method , such as autofac registered a implemnt ,it may make Named(string name),I may registered a interface multiply implements!
thank so much!

Eilon commented

Hi @bfyxzls , there are no plans to add this type of support to the default DI container. We recommend using a 3rd party container such as Autofac if you need this feature.