JasperFx / lamar

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

Inline enumerable dependencies #8

Open jeremydmiller opened 6 years ago

jeremydmiller commented 6 years ago

Not a huge priority

NimaFx commented 4 years ago

As I remember, StructureMap has an EnumurableInstance with a list of child instances as parameters. It is still missing here or I missed something?

jeremydmiller commented 4 years ago

@NimaFx It didn't get ported to Lamar, and this issue was to track that feature in the backlog

NimaFx commented 4 years ago

@jeremydmiller I have noticed just wanted to reopen the issue. It's a high priority for me!

jeremydmiller commented 4 years ago

So is there a PR in the future then?

NimaFx commented 4 years ago

Hopefully, I didn't dig into the source code yet. I made some quick changes. It's seems working. Also, I'm not familiar with the git pull request's workflow! I'll give it a try.