Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 255 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 255 Bytes

rso.autodi

Auto adding dependency injection on .net core using reflection

Just copy the attributes folder and startup.ConfigureAutoDI method to your project. Then every class which you decorate using Singleton, Scoped or Transient will be auto inject.