JasperFx / lamar

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

Add documentation about the OverwriteBehavior parameter of IAssemblyScanner.WithDefaultConventions #202

Closed spatiebot closed 4 years ago

spatiebot commented 4 years ago

The IAssemblyScanner method WithDefaultConventions has an optional parameter OverwriteBehavior, which probably configures when (not) to overwrite existing registrations with the scanner. However, I can't find any documentation about it.