GetServices<T>() returns a List<Type> instead of a List<T>. #2

Closed
opened 2025-09-23 18:05:58 +00:00 by REDCODE · 0 comments
Owner

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().

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<T>().
REDCODE added the
bug
label 2025-09-23 18:05:58 +00:00
REDCODE started working 2025-09-24 01:52:01 +00:00
REDCODE worked for 15 minutes 2025-09-24 02:07:26 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Total Time Spent: 15 minutes
REDCODE
15 minutes
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: REDCODE/Syrette#2
No description provided.