JasperFx / lamar

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

StructureMap Populate in Lamar #374

Closed DHirani closed 1 year ago

DHirani commented 1 year ago

I'm converting my existing code from StructureMap to Lamar and in Structuremap I had the following code and can't find anything explaining how to move it to Lamar

ConfigureContainer(ServiceRegistry registry)
myContainer.Configure(c => c.Populate(registry));