You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 20, 2018. It is now read-only.
Setting up IHttpContextAccessor on every request is expensive and thus should probably be opt-in. Frameworks that require it (like MVC) can add it to the container as needed. If it's in the container, then we should set it up per request, otherwise, don't.