Changelog History
Page 1
-
v3.3.6 Changes
May 27, 2022🛠Fixed
- Infinite loop when call
TryGet<T>(string name)
#393 VerifycationException
when inject pointer type (.NET Framework only)
- Infinite loop when call
-
v3.3.5 Changes
April 23, 2022 -
v3.3.5-rc2 Changes
April 17, 2022 -
v3.3.5-rc1 Changes
April 12, 2022 -
v3.3.4 Changes
November 13, 2017🛠Fixed
- 👻 Throw cyclic dependency exception when resolve a named binding with decoration pattern #261
-
v3.3.3 Changes
October 22, 2017✂ Removed debug code from ModuleLoader.cs
-
v3.3.2 Changes
October 22, 2017Ninject 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. -
v3.3.2-rc1 Changes
October 15, 2017Ninject 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.
-
v3.3.2-beta1 Changes
October 07, 2017Ninject 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. -
v3.3.1 Changes
October 05, 20173.3.1 is mainly focused on bug fix and ASP.NET Core DI friendly.
âž• Added
- 👌 Support
kernel.Get<IEnumerable<IFoo>>()
#252
🔄 Changed
- 🚚 Moved BindingPrecedenceComparer to Bindings folder.
🗄 Deprecated
- The
GetValues
andGetValue
methods ofTarget
are obsolete.
🛠Fixed
- Cyclical dependency check throws false positive for decorator pattern #251
- 👌 Support