65f624a355
Exposes GetService(Type, obiect[]? args) and it's safer variant TryGetService() to enable consumers to request a service without needing to do reflection work themselves. bumps version to 0.0.1.8-alpha
master
v0.0.1.8-alpha
Samuele Lorefice
2025-10-01 19:03:53 +02:00
66e7fcc798Fixes#5 makes copy of the args list instead of stripping it away from the descriptor (preventing catastrophic problems). Bumps version
v0.0.1.7-alpha
Samuele Lorefice
2025-09-24 19:53:29 +02:00
c888da8045Fixes#4, renames ServiceLifetime.Lifetime to Singleton, adds support for arguments in constructors, version bumps.
v0.0.1.6-alpha
Samuele Lorefice
2025-09-24 18:06:57 +02:00
3df2f50765Fixes#2 by providing a proper implementation of GetServices that actually returns instances of those services instead of just a list of types.
Samuele Lorefice
2025-09-24 04:07:24 +02:00
d20788de33
Rename method GetServices to GetServiceTypes for clarity (relevant for #2)
Samuele Lorefice
2025-09-24 03:55:01 +02:00
b8f2ddad5aFixes#1 by searching also inside the implementation types list
Samuele Lorefice
2025-09-24 03:51:39 +02:00