You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.