Simple question I guess, but I\'ve spent an hour trying to get a base class for my controllers to have a few services injected via property injection. The properties were s
Pretty sure the InjectNonPublic
flag on the NinjectSettings
allows you to configure it to do what you want - closest link I can find quickly
Whether it's going to be supported for any significant length of time, I don't know - injecting privates is just a bad idea (along with Property Injection and associated scoundrels :P)