After my upgrade to RC2 I have this problem.
I am trying to access the current HttpContext from a custom class and although I can see that IHttpContextAccessor is injected properly the property HttpContext is null.
How can I solve this problem? Where should I look?
Thank you?