EvergineTeam / Feedback

Feedback, feature requests, and bug reports for Evergine.
https://evergine.com
14 stars 1 forks source link

Allow to replace Container? #124

Open dbruning opened 2 years ago

dbruning commented 2 years ago

I'm trying to use Evergine inside a larger application, that already has its own IOC container (Autofac).

The Evergine Application class has a Container, which is the specific container included with Evergine (DryIOC).

Could you somehow make that "pluggable", e.g. by making Application.Container an interface (such as IServiceProvider), so that I can plug in my existing IOC container rather than have a separate one just for Evergine?

emepetres commented 2 years ago

Hi @dbruning , although is theoretically possible, we don't support this at the moment. We are adding this to our roadmap, thank you for your report.