I would like to use Ninject in a console app.
I have several assemblies and want to be able to use ninject in all of them.
I have created resolver project which contains all of my ninject modules I also have a class in here that loads all of my modules into a kernel.
How do i access my kernel in all of my modules?
I read that i could use the service locator pattern but apparently it is not a good pattern.