unitycontainer / microsoft-dependency-injection

Unity.Microsoft.DependencyInjection package
Apache License 2.0
63 stars 36 forks source link

IUnityContainer.Populate(IServiceCollection services) #24

Closed Mardoxx closed 6 years ago

Mardoxx commented 6 years ago

I'd like to see an API similar to autofac's Populate https://autofac.org/apidoc/html/52050927.htm so I can take an existing service collection and ram it in my unity container with little ceremony.