Skybrud.Umbraco.Spa v3.0.0-beta008
Pre-release
Pre-release
Installation
Breaking changes
🅱️ HttpContext
property should be of typeHttpContextBase
instead ofHttpContextWrapper
(see e7d2084)
TheHttpContextWrapper
class' purpose is wrapping an instance ofHttpContext
, but can't really be used for creating fake requests - eg. used for testing purposes. AsHttpContextWrapper
inherits fromHttpContextBase
, and you can make your own classes inheriting fromHttpContextBase
, the property type really should beHttpContextBase
instead.