JasperFx / lamar

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

SingleImplementationsOfInterface does not allow to have OverwriteBehavior.Never #347

Closed sm-g closed 2 years ago

sm-g commented 2 years ago

when using aspnet core integrations tests, we first register service via ConfigureTestServices, and then Lamar overwrites it

so we have to use mix of ImplementationMap and DefaultConventionScanner instead

jeremydmiller commented 2 years ago

Not enough information for anything to be actionable here.