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

Consolidate the various SetBinding flavors #31

Open benjamin-bader opened 10 years ago

benjamin-bader commented 10 years ago

We currently have:

They all do more-or-less identical things, differing in the concrete type of set-binding and the set binding's construction. This is stupid and wrong, despite the fact that things are working.