Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Windsor Castle 5 LifestylePerWebRequest missing

In Windsor Castle 5 the LifestylePerWebRequest is not more supported and I cannot find any documentation (here are the release notes) for this breaking change. Also in older documentation it was not mentioned, even so it existed and worked (see here).

Is there a workaround or a suggested upgrade path?

like image 843
StefanG Avatar asked Feb 13 '19 21:02

StefanG


1 Answers

it has been moved to a new facility, install via NuGet

PM> Install-Package Castle.Facilities.AspNet.SystemWeb -Version 5.0.0
like image 141
marc.d Avatar answered Nov 15 '22 07:11

marc.d