Skip to content

Releases: AlejoMillo00/AMillo.InjectableServices

v2.0.0

02 May 02:03
69f1d56

Choose a tag to compare

  • 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.