ssannandeji / Zenject-2019

Dependency Injection Framework for Unity3D
MIT License
2.53k stars 363 forks source link

Create extension using Microsoft.Extensions.DependencyInjection.Abstractions #627

Closed schodemeiss closed 5 years ago

schodemeiss commented 5 years ago

It would be nice if we could create an Adapter or Extension for Zenject that extends the Microsoft.Extensions.DependencyInjection.Abstractions lib. That way, we can rely on an abstracted DIContainer rather than binding our game projects directly to Zenject.

Other DI's have done this, so I'm sure it's possible here. Please see: https://github.com/aspnet/Extensions/tree/master/src/DependencyInjection

schodemeiss commented 5 years ago

Moved to Extenject: https://github.com/svermeulen/Extenject/issues/2