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

Fixes issue #24. #25

Closed benjamin-bader closed 11 years ago

benjamin-bader commented 11 years ago

The compiler now catches duplicate types in Injects lists, both within individual modules and in the network of a complete module plus its inclusions.

The reflection fallback always threw on this error, but now provides a more descriptive error.