Version 3.0.0-beta008

Beta
Date 2020-09-28 (1,509 days ago)
Downloads 780 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 4.7.2
Umbraco Versions Umbraco 8

#installation">Installation

#breaking-changes">Breaking changes

  • 🅱️ HttpContext property should be of type HttpContextBase instead of HttpContextWrapper (see e7d2084)
    The HttpContextWrapper class' purpose is wrapping an instance of HttpContext, but can't really be used for creating fake requests - eg. used for testing purposes. As HttpContextWrapper inherits from HttpContextBase, and you can make your own classes inheriting from HttpContextBase, the property type really should be HttpContextBase instead.