| Date | 2020-09-28 (1,862 days ago) |
|---|---|
| Downloads | 917 downloads |
| NuGet | View on NuGet |
| GitHub | View on GitHub |
| Target Frameworks | .NET 4.7.2 |
| Umbraco Versions | Umbraco 8 |
HttpContext property should be of type HttpContextBase instead of HttpContextWrapper (see e7d2084)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.