DI Library
Closed this issue · 1 comments
jameschch commented
DI has been handled manually (or not at all). Consider an injection library (Autofac, SimpleInjector).
worthy7 commented
Dot Net Core has it's own now right? https://docs.microsoft.com/en-us/aspnet/core/fundamentals/dependency-injection?view=aspnetcore-3.0
Castle Windsor is another option.