All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- The non-singleton service is instantiated unexpectedly during host.
- Dispose the dependencies too early.
- Dropped support for older .NET Platform (pre .NET4.5)
- WS-Discovery does not work.
- Set
NinjectBehaviorExtensionElement
's kernel when start
- Transient scoped services are disposed when not used anymore.
- Endpoints can now be configured in the app config. Rest service and mex bindings can now be used together with NinjectServiceHostFactory. Marked NinjectWebServiceHostFactory obsolete
- Better support for selfhosting
- #21: Close or abort wcf client depending on its state before dispose
- Support WCF behaviors
- Transient Services are disposed when not used anymore
- Support for restful services
- Support for data services
- NinjectServiceHost to support creation of self hosted services without having to define ServiceHost bindings
- Support for singleton services hosted on IIS
- Wcf IIS hosting is now based on Ninject.Web.Common