You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
About
Auto adding dependency injection on .net core using reflection