YairHalberstadt / stronginject

compile time dependency injection for .NET
MIT License
845 stars 24 forks source link

Support registering generic types #126

Closed YairHalberstadt closed 3 years ago

YairHalberstadt commented 3 years ago
[Register(typeof(A<>))]
[Register(typeof(B<,>), typeof(IB<,>))]