Ninject v3.3.2-beta1 Release Notes

Release Date: 2017-10-07 // over 6 years ago
  • Ninject for .NET Core can now load extensions automatically. Please note that due to the lack of AppDomain creation/unloading, all matched assemblies will be loaded even if the assembly does not contain NinjectModule. In most cases this won't be a problem.
    Another improvement is that when auto load assemblies, the executing assembly's directory is considered as one of the base directories.