OrchardCore icon indicating copy to clipboard operation
OrchardCore copied to clipboard

Reduce IHttpContextAccessor and HttpContext.Items usage in the OC core components

Open kevinchalet opened this issue 5 years ago • 1 comments

We need to introduce new interfaces as we see usages of IHCA when not requiring an actual request, and remove the ISession from context items as it's already in DI.

https://github.com/OrchardCMS/OrchardCore/pull/2981

kevinchalet avatar Jan 09 '19 01:01 kevinchalet