JasperFx / lamar

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

Fix subsequent configures #248

Closed AaronAllBright closed 4 years ago

AaronAllBright commented 4 years ago

Fixes #247

This is a simple, and possibly naive solution, but essentially allows instances that failed to plan properly on container construction to be retried on subsequent container Configure calls.

Wrote a test to match.

jeremydmiller commented 4 years ago

Got it. This will be in 4.2.2 shortly