jameschch / LeanOptimization

Genetic optimization using LEAN
Apache License 2.0
50 stars 14 forks source link

DI Library #20

Closed jameschch closed 4 years ago

jameschch commented 7 years ago

DI has been handled manually (or not at all). Consider an injection library (Autofac, SimpleInjector).

worthy7 commented 4 years ago

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.