Following this question asked here: Ninject in .NET Core
I can't find anywhere an explanation of how to configure ninject in a .NET Core
application.
I understand its done in the public void ConfigureServices(IServiceCollection services)
Did anyone successfully accomplished that?