Skip to content

Releases: havit/Havit.CastleWindsor.WebForms

1.8.9

15 Mar 14:21
Compare
Choose a tag to compare
  • Castle.Windsor upgraded to 5.0.0
  • Castle.Windsor.Lifestyles dependency replaced by Castle.Facilities.AspNet.SystemWeb (part of Castle.Windsor upgrade)

1.8.8

12 Feb 15:32
Compare
Choose a tag to compare
  • Custom controls are now also auto-registered to and resolved by Windsor Container (except classes with public parameterless constructor, see #4).
  • Performance improvement (possible bottleneck at lock statement in ContainerServiceProvider removed).

1.8.7

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

1.8.6

05 Feb 09:08
Compare
Choose a tag to compare

Licence set correctly to MIT.