JasperFx / lamar

Fast Inversion of Control Tool and Successor to StructureMap
https://jasperfx.github.io/lamar
MIT License
566 stars 117 forks source link

Implemented BuildUp method #219

Closed kutensky closed 4 years ago

kutensky commented 4 years ago

217 Implemented BuildUp method that fills properties with "Setter Injection" logic for an already initialized object.

jeremydmiller commented 4 years ago

@kutensky This looks functional, but it's not terribly efficient perf-wise. You'd get StructureMap level performance out of this.