benjamin-bader / stiletto

Fast Dependency Injection for .Net, Mono, and MonoTouch
http://stiletto.bendb.com
Apache License 2.0
43 stars 14 forks source link

Fix injectless base classes #6

Closed benjamin-bader closed 11 years ago

benjamin-bader commented 11 years ago

This addresses issue #4 for the most part.

It doesn't account for [Inject] -> POCO -> [Inject] inheritance, but I can't currently imagine a scenario where that's likely to come up.