JasperFx / lamar

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

Simple convenience method to include an instance of a registry #239

Closed anaximander23 closed 4 years ago

anaximander23 commented 4 years ago

This is something I run into occasionally, usually to do with limitations elsewhere in .NET Core around passing configuration values into a registry so that it can register different things based on the current environment (eg. using a local file store for dev, but a cloud storage provider for production environments).

jeremydmiller commented 4 years ago

Got it, and thank you!