GetServices<T>() returns a List<Type> instead of a List<T>. #2
Notifications
Total Time Spent: 15 minutes
Due Date
REDCODE
15 minutes
No due date set.
Dependencies
No dependencies set.
Reference: REDCODE/Syrette#2
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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().