lukemansell / dotnet-auto-dependency-registration

A package to automatically register dependencies across your solution through attributes above classes. Automatically scans across assemblies.
MIT License
8 stars 2 forks source link

2.0.1 release #4

Closed lukemansell closed 2 years ago

lukemansell commented 2 years ago

Fixed an issue where classes with services injected would register as… transient instead of scoped or singleton for eg