Releases: havit/Havit.CastleWindsor.WebForms
Releases · havit/Havit.CastleWindsor.WebForms
1.8.9
1.8.8
1.8.7
- It is possible to modify *.aspx, *.ascx, etc. file during development in the running application . Easy debugging is back again (previously an exception "Component ... could not be registered. There is already a component with that name" was thrown).
- Performance improvement: Removed PropertiesDependenciesModelInspector from Windsor Container (property injection is no more available).
- Created a new lifestyle HybridPerWebRequestScope (PerWebRequest and where the web request (or HttpContext) is not available there is a Scoped lifestyle) and extension methods for easy use.