Skip to content

3.3.2

Compare
Choose a tag to compare
@scott-xu scott-xu released this 22 Oct 14:54
· 131 commits to master since this release

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.
Ninject is now CLS Compliant.