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 for Registration docs error, inheriting from Registry #206

Closed Jawvig closed 4 years ago

Jawvig commented 4 years ago

Referring to this page: https://jasperfx.github.io/lamar/documentation/ioc/registration/

The sample "FooBarRegistry" is shown as subclassing Registry and not ServiceRegistry. This was due to the doc tools picking up the sample from the old StructureMap testing code.

I've picked up and copied the relevant code into the Lamar.Testing.Samples namespace and renamted the original code samples in the StructureMap test code.

jeremydmiller commented 4 years ago

Got it, thank you!