devlooped/DependencyInjection
Provides compile-time discovery and code generation of service registrations from attributed types and conventions
C#MIT
Issues
- 1
Add support for keyed service with multiple attributes
#108 opened by nuzolx - 0
[BREAKING] In order to support convention registration, generated class and namespace are no longer customizable
#119 opened by kzu - 0
- 0
- 3
Library does not work on MAUI
#13 opened by dlandi - 0
Skip run-time constructor invocation reflection
#15 opened by kzu - 0
Add support for MEF attributes
#17 opened by kzu - 0
- 0
- 0
Make sure package targets netstandard2.0
#10 opened by kzu - 0
- 0
Optimize incremental codegen by only registering for implementation source generation
#24 opened by kzu - 0
- 0
- 0
Add support for aliased references
#40 opened by kzu - 0
Make development dependency
#43 opened by kzu - 0
- 0
- 0
- 0
Add support for new keyed service in .NET8
#73 opened by kzu - 1
Add support to register internal classes
#107 opened by dariogriffo