Skip to content

1.8.7

Compare
Choose a tag to compare
@jirikanda jirikanda released this 05 Feb 09:18
  • 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.