How to use IHttpContextAccessor in library project ?
Maybe you already encounter this problem. You want to use the IHttpContextAccessor but it is not available and there is no indication to find the right package to use. To solve this situation, you just have to use the Microsoft.AspNetCore.Http.Abstra...
Oct 11, 20251 min read20



