Releases: AlejoMillo00/AMillo.InjectableServices
Releases · AlejoMillo00/AMillo.InjectableServices
v2.0.0
- Multiple overloads for the "AddInjectableServices" method to add flexibility to specify your own specific assemblies or assembly to look for injectable services.
- Optimized memory utilization regarding GC by removing private static fields.
- Removed extension methods for "Type" class and moved that logic as private parameterized methods to not make those methods callable from the entire application and making them possible conflict with other methods in the future.