GetServices<T>() returns a List<Type> instead of a List<T>. #2
Notifications
Total Time Spent: 15 minutes
REDCODE
15 minutes
No due date set.
Dependencies
No dependencies set.
Reference: REDCODE/Syrette#2
Reference in New Issue
Block a user
This makes it impossible to get a list of services sharing an interface and then filter the list based on some other condition.
Current implementation should probably be renamed to GetServiceTypes().