You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: