Skip to content
Aaron Moore edited this page Jul 6, 2021 · 1 revision

The library, FrenziedMarmot.DependencyInjection provides the ability to map dependency injection via attributes. You mark up the your classes with how they are injected and scan the assembly via reflection. The purpose of this is to not have to update the DI every time you add a new service you want to inject. Instead, you mark up the class you want to inject with how you want it injected.

Clone this wiki locally