JasperFx / lamar

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

Feature request: BuildUp method #217

Closed kutensky closed 4 years ago

kutensky commented 4 years ago

Currently, there's no way to set all properties of already initialized object as it was in StructureMap with method "BuildUp". That creates problems with transition from StructureMap to Lamar. As a use case, BuildUp needed to use DependencyInjection on Action Filter Attributes in MVC.

jeremydmiller commented 4 years ago

@kutensky Sounds like a great pull request.

jeremydmiller commented 4 years ago

Closed for now by #219, but needs an optimization later