ninject / Ninject

the ninja of .net dependency injectors
http://ninject.org/
Other
2.68k stars 530 forks source link

Ninject integration with Azure Durable Functions #375

Open javvids opened 4 years ago

javvids commented 4 years ago

I have integrated our old libraries using ninject with azure durable functions using service locator pattern, but somehow the NHibernate Session objects gets shared and throws exception like session is closed etc. Do you have any plans for adapter with azure functions or some example on how to integrate both of this